Re: [RFC 2/2] [WIP] gpio: add driver for PCA95[357]x, PCA9698, TCA64xx, and MAX7310 SMBus I/O expanders

2014-06-23 Thread Sascha Hauer
On Mon, Jun 16, 2014 at 12:00:13PM +0400, Antony Pavlov wrote: TODOs: * can we drop depricated device-tree properties? Yes please. No need to introduce such stuff in barebox. Otherwise the driver looks good. Sascha -- Pengutronix e.K. |

[RFC 2/2] [WIP] gpio: add driver for PCA95[357]x, PCA9698, TCA64xx, and MAX7310 SMBus I/O expanders

2014-06-16 Thread Antony Pavlov
TODOs: * can we drop depricated device-tree properties? Signed-off-by: Antony Pavlov antonynpav...@gmail.com --- drivers/gpio/Kconfig| 20 ++ drivers/gpio/Makefile | 1 + drivers/gpio/gpio-pca953x.c | 511