public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] pwm: Add pwm driver for Sophgo SG2042
@ 2024-09-05 12:10 Chen Wang
  2024-09-05 12:10 ` [PATCH 1/2] dt-bindings: pwm: sophgo: add bindings for sg2042 Chen Wang
  2024-09-05 12:10 ` [PATCH 2/2] pwm: sophgo: add driver for Sophgo SG2042 PWM Chen Wang
  0 siblings, 2 replies; 16+ messages in thread
From: Chen Wang @ 2024-09-05 12:10 UTC (permalink / raw)
  To: ukleinek, robh, krzk+dt, conor+dt, unicorn_wang, inochiama,
	devicetree, linux-kernel, linux-pwm, linux-riscv, chao.wei,
	haijiao.liu, xiaoguang.xing, chunzhi.lin

From: Chen Wang <unicorn_wang@outlook.com>

Add driver for pwm controller of Sophgo SG2042 SoC.

Chen Wang (2):
  dt-bindings: pwm: sophgo: add bindings for sg2042
  pwm: sophgo: add driver for Sophgo SG2042 PWM

 .../bindings/pwm/sophgo,sg2042-pwm.yaml       |  52 ++++++
 drivers/pwm/Kconfig                           |   9 ++
 drivers/pwm/Makefile                          |   1 +
 drivers/pwm/pwm-sophgo-sg2042.c               | 148 ++++++++++++++++++
 4 files changed, 210 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/sophgo,sg2042-pwm.yaml
 create mode 100644 drivers/pwm/pwm-sophgo-sg2042.c


base-commit: 431c1646e1f86b949fa3685efc50b660a364c2b6
-- 
2.34.1


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

end of thread, other threads:[~2024-09-09 23:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 12:10 [PATCH 0/2] pwm: Add pwm driver for Sophgo SG2042 Chen Wang
2024-09-05 12:10 ` [PATCH 1/2] dt-bindings: pwm: sophgo: add bindings for sg2042 Chen Wang
2024-09-06  2:44   ` Yixun Lan
2024-09-06 10:46     ` Krzysztof Kozlowski
2024-09-09  0:29     ` Chen Wang
2024-09-06 10:31   ` Krzysztof Kozlowski
2024-09-09  0:45     ` Chen Wang
2024-09-05 12:10 ` [PATCH 2/2] pwm: sophgo: add driver for Sophgo SG2042 PWM Chen Wang
2024-09-05 16:03   ` Uwe Kleine-König
2024-09-09  9:27     ` Chen Wang
2024-09-07 17:58   ` kernel test robot
2024-09-09  8:24     ` Chen Wang
2024-09-09  8:45       ` Geert Uytterhoeven
2024-09-09  9:08         ` Chen Wang
2024-09-09 11:45           ` Uwe Kleine-König
2024-09-09 23:08             ` Chen Wang

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