linux/drivers/pinctrl/intel
Linus Walleij 3bde87714e pinctrl: baytrail: Be sure to clamp return value
As we want gpio_chip .get() calls to be able to return negative
error codes and propagate to drivers, we need to go over all
drivers and make sure their return values are clamped to [0,1].
We do this by using the ret = !!(val) design pattern.

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2015-12-26 22:28:33 +01:00
..
Kconfig pinctrl: intel: Add Intel Broxton pin controller support 2015-10-27 13:32:13 +01:00
Makefile pinctrl: intel: Add Intel Broxton pin controller support 2015-10-27 13:32:13 +01:00
pinctrl-baytrail.c pinctrl: baytrail: Be sure to clamp return value 2015-12-26 22:28:33 +01:00
pinctrl-broxton.c pinctrl: intel: fix bug of register offset calculation 2015-12-10 23:01:41 +01:00
pinctrl-cherryview.c gpio: change member .dev to .parent 2015-11-19 09:24:35 +01:00
pinctrl-intel.c Linux 4.4-rc6 2015-12-21 09:36:21 +01:00
pinctrl-intel.h pinctrl: intel: fix bug of register offset calculation 2015-12-10 23:01:41 +01:00
pinctrl-sunrisepoint.c pinctrl: intel: fix bug of register offset calculation 2015-12-10 23:01:41 +01:00