
15 Jul
2021
15 Jul
'21
8:10 p.m.
Hi Sebastian,
On Thu, 15 Jul 2021 at 09:40, Sebastian Reichel sebastian.reichel@collabora.com 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 sjg@chromium.org Signed-off-by: Sebastian Reichel sebastian.reichel@collabora.com
drivers/gpio/Kconfig | 10 ++ drivers/gpio/Makefile | 1 + drivers/gpio/mcp230xx_gpio.c | 235 +++++++++++++++++++++++++++++++++++ 3 files changed, 246 insertions(+) create mode 100644 drivers/gpio/mcp230xx_gpio.c
Reviewed-by: Simon Glass sjg@chromium.org
BTW I see there is no change log on this patch. Patman will do this for you automatically.
- Simon