All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Support pwm driver for aspeed ast26xx
@ 2022-03-08  3:04 Billy Tsai
  2022-03-08  3:04 ` [PATCH 1/3] pwm: Add Aspeed ast2600 PWM support Billy Tsai
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Billy Tsai @ 2022-03-08  3:04 UTC (permalink / raw)
  To: ryan_chen, chiawei_wang, BMC-SW, joel, billy_tsai, rfried.dev,
	dylan_hung, dan.sneddon, alpernebiyasak, sjg, u-boot

This series adds driver support for the PWM controller found in
Aspeed's AST2600 BMC SoCs, but isn't compatible with the AST2400
and AST2500.

Billy Tsai (3):
  pwm: Add Aspeed ast2600 PWM support
  pinctrl: Add the pinctrl setting for PWM.
  ARM: dts: ast2600: Add PWM to device tree

 arch/arm/dts/ast2600-evb.dts             |  20 ++
 arch/arm/dts/ast2600.dtsi                |  95 +++++++++
 drivers/pinctrl/aspeed/pinctrl_ast2600.c | 120 +++++++++++
 drivers/pwm/Kconfig                      |   8 +
 drivers/pwm/Makefile                     |   1 +
 drivers/pwm/pwm-aspeed.c                 | 251 +++++++++++++++++++++++
 6 files changed, 495 insertions(+)
 create mode 100644 drivers/pwm/pwm-aspeed.c

-- 
2.25.1


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

end of thread, other threads:[~2022-03-26  2:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08  3:04 [PATCH 0/3] Support pwm driver for aspeed ast26xx Billy Tsai
2022-03-08  3:04 ` [PATCH 1/3] pwm: Add Aspeed ast2600 PWM support Billy Tsai
2022-03-12  2:43   ` Simon Glass
2022-03-14  0:20     ` ChiaWei Wang
2022-03-26  2:46   ` Tom Rini
2022-03-08  3:04 ` [PATCH 2/3] pinctrl: Add the pinctrl setting for PWM Billy Tsai
2022-03-12  2:43   ` Simon Glass
2022-03-14  0:20     ` ChiaWei Wang
2022-03-26  2:46   ` Tom Rini
2022-03-08  3:04 ` [PATCH 3/3] ARM: dts: ast2600: Add PWM to device tree Billy Tsai
2022-03-12  2:43   ` Simon Glass
2022-03-14  0:21     ` ChiaWei Wang
2022-03-26  2:46   ` Tom Rini

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.