linux/drivers/i2c/muxes
Ionut Nicu 250ad590d6 i2c: mux: gpio: use gpio_set_value_cansleep()
Some gpio chips may have get/set operations that
can sleep. gpio_set_value() only works for chips
which do not sleep, for the others we will get a
kernel warning. Using gpio_set_value_cansleep()
will work for both chips that do sleep and those
who don't.

Signed-off-by: Ionut Nicu <ioan.nicu.ext@nsn.com>
Acked-by: Peter Korsgaard <peter.korsgaard@barco.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: stable@kernel.org
2013-10-30 17:29:40 +01:00
..
i2c-arb-gpio-challenge.c i2c: remove redundant of_match_ptr 2013-10-03 22:00:41 +02:00
i2c-mux-gpio.c i2c: mux: gpio: use gpio_set_value_cansleep() 2013-10-30 17:29:40 +01:00
i2c-mux-pca954x.c i2c: use dev_get_platdata() 2013-08-19 19:46:30 +02:00
i2c-mux-pca9541.c i2c: use dev_get_platdata() 2013-08-19 19:46:30 +02:00
i2c-mux-pinctrl.c i2c: Include linux/of.h header 2013-10-30 16:46:30 +01:00
Kconfig Removal of GENERIC_GPIO for v3.10 2013-05-09 09:59:16 -07:00
Makefile i2c: mux: Add i2c-arb-gpio-challenge 'mux' driver 2013-04-17 11:31:03 +02:00