All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] ASPEED sgpio driver enhancement.
@ 2021-05-26  9:46 ` Steven Lee
  0 siblings, 0 replies; 38+ messages in thread
From: Steven Lee @ 2021-05-26  9:46 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Rob Herring, Joel Stanley,
	Andrew Jeffery, open list:GPIO SUBSYSTEM,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM/ASPEED MACHINE SUPPORT,
	moderated list:ARM/ASPEED MACHINE SUPPORT, open list
  Cc: steven_lee, Hongweiz, ryan_chen, billy_tsai

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.
In the current driver design, the max number of sgpio pins is hardcoded
in macro MAX_NR_HW_SGPIO and the value is 80.

For supporting sgpio master interfaces of AST2600 SoC, the patch series
contains the following enhancement:
- Convert txt dt-bindings to yaml.
- Update aspeed dtsi to support the enhanced sgpio.
- Get the max number of sgpio that SoC supported from dts.
- Support muiltiple SGPIO master interfaces.
- Support up to 128 pins.

Please help to review.

Thanks,
Steven


Steven Lee (4):
  dt-bindings: aspeed-sgpio: Convert txt bindings to yaml.
  ARM: dts: aspeed-g6: Add SGPIO node.
  ARM: dts: aspeed-g5: Modify sgpio node for the enhanced sgpio driver.
  gpio: gpio-aspeed-sgpio: Add AST2600 sgpio support

 .../bindings/gpio/aspeed,sgpio.yaml           |  91 +++++++++
 .../devicetree/bindings/gpio/sgpio-aspeed.txt |  46 -----
 arch/arm/boot/dts/aspeed-g5.dtsi              |   3 +-
 arch/arm/boot/dts/aspeed-g6.dtsi              |  32 +++
 drivers/gpio/gpio-aspeed-sgpio.c              | 193 ++++++++++++------
 5 files changed, 250 insertions(+), 115 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/aspeed,sgpio.yaml
 delete mode 100644 Documentation/devicetree/bindings/gpio/sgpio-aspeed.txt

-- 
2.17.1


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

end of thread, other threads:[~2021-05-27  4:05 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26  9:46 [PATCH v1 0/4] ASPEED sgpio driver enhancement Steven Lee
2021-05-26  9:46 ` Steven Lee
2021-05-26  9:46 ` [PATCH v1 1/4] dt-bindings: aspeed-sgpio: Convert txt bindings to yaml Steven Lee
2021-05-26  9:46   ` Steven Lee
2021-05-26 12:56   ` Rob Herring
2021-05-26 12:56     ` Rob Herring
2021-05-27  2:45     ` Steven Lee
2021-05-27  2:45       ` Steven Lee
2021-05-27  0:57   ` Andrew Jeffery
2021-05-27  0:57     ` Andrew Jeffery
2021-05-27  1:03     ` Steven Lee
2021-05-27  1:03       ` Steven Lee
2021-05-27  1:42   ` Jeremy Kerr
2021-05-27  1:42     ` Jeremy Kerr
2021-05-27  2:58     ` Steven Lee
2021-05-27  2:58       ` Steven Lee
2021-05-26  9:46 ` [PATCH v1 2/4] ARM: dts: aspeed-g6: Add SGPIO node Steven Lee
2021-05-26  9:46   ` Steven Lee
2021-05-27  1:27   ` Andrew Jeffery
2021-05-27  1:27     ` Andrew Jeffery
2021-05-27  4:01     ` Steven Lee
2021-05-27  4:01       ` Steven Lee
2021-05-26  9:46 ` [PATCH v1 3/4] ARM: dts: aspeed-g5: Modify sgpio node for the enhanced sgpio driver Steven Lee
2021-05-26  9:46   ` Steven Lee
2021-05-26  9:46 ` [PATCH v1 4/4] gpio: gpio-aspeed-sgpio: Add AST2600 sgpio support Steven Lee
2021-05-26  9:46   ` Steven Lee
2021-05-26 14:04   ` kernel test robot
2021-05-26 14:04     ` kernel test robot
2021-05-26 14:04     ` kernel test robot
2021-05-26 14:05   ` kernel test robot
2021-05-26 14:05     ` kernel test robot
2021-05-26 14:05     ` kernel test robot
2021-05-27  1:26   ` Andrew Jeffery
2021-05-27  1:26     ` Andrew Jeffery
2021-05-27  2:34     ` Steven Lee
2021-05-27  2:34       ` Steven Lee
2021-05-27  3:04       ` Andrew Jeffery
2021-05-27  3:04         ` Andrew Jeffery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.