public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Support Aspeed SGPIO controller
@ 2024-10-16  8:59 Billy Tsai
  2024-10-16  8:59 ` [PATCH v1 1/3] gpio: Add Aspeed SGPIO driver Billy Tsai
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Billy Tsai @ 2024-10-16  8:59 UTC (permalink / raw)
  To: trini, ryan_chen, chiawei_wang, BMC-SW, joel, billy_tsai,
	fr0st61te, clamor95, marek.vasut+renesas, michal.simek,
	paul.barker.ct, piotr.wojtaszczyk, andre.przywara, jim.t90615,
	kabel, caleb.connolly, sjg, ye.li, pbrobinson, u-boot

AST2600 SoC has 2 SGPIO master interfaces one with 128 pins another one
with 80 pins, AST2500/AST2400 SoC has 1 SGPIO master interface that
supports up to 80 pins.

Billy Tsai (3):
  gpio: Add Aspeed SGPIO driver
  ARM: dts: ast2500: Add SGPIO to device tree
  ARM: dts: ast2600: Add SGPIO to device tree

 arch/arm/dts/ast2500-evb.dts             |   5 +
 arch/arm/dts/ast2500.dtsi                |  20 ++
 arch/arm/dts/ast2600-evb.dts             |  10 +
 arch/arm/dts/ast2600.dtsi                |  40 +++
 drivers/gpio/Kconfig                     |   7 +
 drivers/gpio/Makefile                    |   1 +
 drivers/gpio/gpio-aspeed-sgpio.c         | 310 +++++++++++++++++++++++
 drivers/pinctrl/aspeed/pinctrl_ast2500.c |   1 +
 drivers/pinctrl/aspeed/pinctrl_ast2600.c |  10 +
 9 files changed, 404 insertions(+)
 create mode 100644 drivers/gpio/gpio-aspeed-sgpio.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-10-29 22:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-16  8:59 [PATCH v1 0/3] Support Aspeed SGPIO controller Billy Tsai
2024-10-16  8:59 ` [PATCH v1 1/3] gpio: Add Aspeed SGPIO driver Billy Tsai
2024-10-16  8:59 ` [PATCH v1 2/3] ARM: dts: ast2500: Add SGPIO to device tree Billy Tsai
2024-10-16  8:59 ` [PATCH v1 3/3] ARM: dts: ast2600: " Billy Tsai
2024-10-29 22:28 ` [PATCH v1 0/3] Support Aspeed SGPIO controller Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox