[PATCHv2 2/2] gpio: mcp230xx: Introduce new driver
Simon Glass
sjg at chromium.org
Thu Jul 15 20:10:40 CEST 2021
Hi Sebastian,
On Thu, 15 Jul 2021 at 09:40, Sebastian Reichel
<sebastian.reichel at 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 at chromium.org>
> Signed-off-by: Sebastian Reichel <sebastian.reichel at 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 at chromium.org>
BTW I see there is no change log on this patch. Patman will do this
for you automatically.
- Simon
More information about the U-Boot
mailing list