Re: [PATCHv2 2/2] gpio: mcp230xx: Introduce new driver

2021-08-22 Thread Heiko Schocher
Hello Sebstian, On 15.07.21 17:40, Sebastian Reichel wrote: > Introduce driver for I2C based MCP230xx GPIO chips, which are > quite common and already well supported by the Linux kernel. > > Reviewed-by: Simon Glass > Signed-off-by: Sebastian Reichel > --- > drivers/gpio/Kconfig | 10

Re: [PATCHv2 2/2] gpio: mcp230xx: Introduce new driver

2021-07-15 Thread Simon Glass
Hi Sebastian, On Thu, 15 Jul 2021 at 09:40, Sebastian Reichel wrote: > > Introduce driver for I2C based MCP230xx GPIO chips, which are > quite common and already well supported by the Linux kernel. > > Reviewed-by: Simon Glass > Signed-off-by: Sebastian Reichel > --- > drivers/gpio/Kconfig

[PATCHv2 2/2] gpio: mcp230xx: Introduce new driver

2021-07-15 Thread Sebastian Reichel
Introduce driver for I2C based MCP230xx GPIO chips, which are quite common and already well supported by the Linux kernel. Reviewed-by: Simon Glass Signed-off-by: Sebastian Reichel --- drivers/gpio/Kconfig | 10 ++ drivers/gpio/Makefile| 1 + drivers/gpio/mcp230xx_gpio.c |