Searched hist:"3 d599d1c" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | gpio.h | 3d599d1c Thu Oct 16 00:03:12 CDT 2008 Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> gpio_free might sleep, generic part
According to the documentation gpio_free should only be called from task context only. To make this more explicit add a might sleep to all implementations.
This is the generic part which changes gpiolib and the fallback implementation only.
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> 3d599d1c Thu Oct 16 00:03:12 CDT 2008 Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> gpio_free might sleep, generic part According to the documentation gpio_free should only be called from task context only. To make this more explicit add a might sleep to all implementations. This is the generic part which changes gpiolib and the fallback implementation only. Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib.c | 3d599d1c Thu Oct 16 00:03:12 CDT 2008 Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> gpio_free might sleep, generic part
According to the documentation gpio_free should only be called from task context only. To make this more explicit add a might sleep to all implementations.
This is the generic part which changes gpiolib and the fallback implementation only.
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|