]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: mcp230xx: Introduce new driver
authorSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 15 Jul 2021 15:40:00 +0000 (17:40 +0200)
committerHeiko Schocher <hs@denx.de>
Sun, 22 Aug 2021 08:53:14 +0000 (10:53 +0200)
commitc0d992b593915b58f1f01b68979f97e3fc2d6075
treececeb61671b3ffe73d38f445b86baa38df898f25
parent70348dbaf9dfe7a1070c8128da0808d3c1db51df
gpio: mcp230xx: Introduce new driver

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/mcp230xx_gpio.c [new file with mode: 0644]