On Thu, Apr 17, 2014 at 2:48 AM, Laxman Dewangan <ldewangan@xxxxxxxxxx> wrote:
Hi Andrew,Because of regcache, the reads won't result in any additional I2C
On Wednesday 16 April 2014 06:55 AM, Andrew Bresticker wrote:
diff --git a/drivers/pinctrl/pinctrl-as3722.c
b/drivers/pinctrl/pinctrl-as3722.c
index 92ed4b2..c862f9c0 100644
--- a/drivers/pinctrl/pinctrl-as3722.c
+++ b/drivers/pinctrl/pinctrl-as3722.c
@@ -64,7 +64,6 @@ struct as3722_pin_function {
};
struct as3722_gpio_pin_control {
- bool enable_gpio_invert;
unsigned mode_prop;
int io_function;
};
Instead of removing this flag and calling read of register on every gpio
set, better if we update this flag on probe once and use this for entire
life.
transfers. I can respin though if you want.