Re: [PATCH 36/43] gpio: pca953x: Add reset-gpios property

2014-06-11 Thread Philipp Zabel
Am Samstag, den 07.06.2014, 14:56 -0700 schrieb Steve Longerbeam: [...] static int pca953x_read_single(struct pca953x_chip *chip, int reg, u32 *val, @@ -735,6 +741,26 @@ static int pca953x_probe(struct i2c_client *client, /* If I2C node has no interrupts property, disable GPIO

[PATCH 36/43] gpio: pca953x: Add reset-gpios property

2014-06-07 Thread Steve Longerbeam
Add optional reset-gpios property. If present, de-assert the specified reset gpio pin to bring the chip out of reset. Signed-off-by: Steve Longerbeam steve_longerb...@mentor.com --- drivers/gpio/gpio-pca953x.c | 26 ++ 1 file changed, 26 insertions(+) diff --git