Hi Sebastian, On Thu, 15 Jul 2021 at 09:40, Sebastian Reichel <sebastian.reic...@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 <s...@chromium.org> > Signed-off-by: Sebastian Reichel <sebastian.reic...@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 <s...@chromium.org> BTW I see there is no change log on this patch. Patman will do this for you automatically. - Simon