Re: [PATCH 1/3] gpio: Add Aspeed GPIO driver

2022-03-07 Thread Tom Rini
On Wed, Feb 16, 2022 at 10:26:56AM +1030, Andrew Jeffery wrote: > The Aspeed GPIO driver supports the GPIO 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: Andrew J

[PATCH 1/3] gpio: Add Aspeed GPIO driver

2022-02-15 Thread Andrew Jeffery
The Aspeed GPIO driver supports the GPIO 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: Andrew Jeffery --- drivers/gpio/Kconfig | 7 + drivers/gpio/Makefile