]> git.dujemihanovic.xyz Git - u-boot.git/commit
gpio: Add Aspeed SGPIO driver
authorBilly Tsai <billy_tsai@aspeedtech.com>
Wed, 16 Oct 2024 08:59:53 +0000 (16:59 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 29 Oct 2024 18:12:04 +0000 (12:12 -0600)
commit0e53667d4fe6465703cd89be72c929c33b7e5432
treecfed62d1743e719bd52b080b742985366d9bd7c8
parent608a31bdec6284ad6f821226e4c62c9cd3052874
gpio: Add Aspeed SGPIO driver

The Aspeed SGPIO driver supports the SGPIO controllers found in the
AST2400, AST2500 and AST2600 BMC SoCs. The implementation is a cut-down
copy of the upstream Linux kernel driver, adapted for u-boot.

Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-aspeed-sgpio.c [new file with mode: 0644]