commit | 7ad889b0f37a122b7cb8c2a43302914423d77292 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Feb 16 10:26:56 2022 +1030 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 07 11:36:12 2022 -0500 |
tree | f8b83d7168e6eb74767fb6327769fcc67b3dbbe5 | |
parent | 4a9099ef1c77c4a166509a811d15694309bd4c17 [diff] |
gpio: Add Aspeed GPIO driver 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 <andrew@aj.id.au>