public inbox for linux-pwm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pwm: Introduce pwm driver for the Loongson family chips
@ 2024-04-11  9:16 Binbin Zhou
  2024-04-11  9:16 ` [PATCH v2 1/2] dt-bindings: pwm: Add Loongson PWM controller Binbin Zhou
  2024-04-11  9:16 ` [PATCH v2 2/2] pwm: Add Loongson PWM controller support Binbin Zhou
  0 siblings, 2 replies; 13+ messages in thread
From: Binbin Zhou @ 2024-04-11  9:16 UTC (permalink / raw)
  To: Binbin Zhou, Huacai Chen, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Juxin Gao
  Cc: Huacai Chen, loongson-kernel, linux-pwm, devicetree, Xuerui Wang,
	loongarch, Binbin Zhou

Hi all:

This patchset introduce a generic PWM framework driver for Loongson
family

Each PWM has one pulse width output signal and one pulse input signal to
be measured. It can be found on Loongson-2K series cpus and Loongson
LS7A bridge chips.

Thanks.

-------
v2:
- Remove the dts-related patches and update dts at once after all
relevant drivers are complete.
patch (1/2):
 - The dt-binding filename should match compatible, rename it as
   loongson,ls7a-pwm.yaml;
 - Update binding description;
 - Add description for each pwm cell;
 - Drop '#pwm-cells' from required, for pwm.yaml makes it required already.

Link to v1:
https://lore.kernel.org/linux-pwm/cover.1711953223.git.zhoubinbin@loongson.cn/

Binbin Zhou (2):
  dt-bindings: pwm: Add Loongson PWM controller
  pwm: Add Loongson PWM controller support

 .../bindings/pwm/loongson,ls7a-pwm.yaml       |  66 ++++
 MAINTAINERS                                   |   7 +
 drivers/pwm/Kconfig                           |  10 +
 drivers/pwm/Makefile                          |   1 +
 drivers/pwm/pwm-loongson.c                    | 300 ++++++++++++++++++
 5 files changed, 384 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/loongson,ls7a-pwm.yaml
 create mode 100644 drivers/pwm/pwm-loongson.c

-- 
2.43.0


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

end of thread, other threads:[~2024-04-12  7:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11  9:16 [PATCH v2 0/2] pwm: Introduce pwm driver for the Loongson family chips Binbin Zhou
2024-04-11  9:16 ` [PATCH v2 1/2] dt-bindings: pwm: Add Loongson PWM controller Binbin Zhou
2024-04-11 10:26   ` Krzysztof Kozlowski
2024-04-11 11:01     ` Binbin Zhou
2024-04-11 11:07       ` Krzysztof Kozlowski
2024-04-11 14:35         ` Binbin Zhou
2024-04-11 14:44           ` Krzysztof Kozlowski
2024-04-11 15:21             ` Uwe Kleine-König
2024-04-11 19:10               ` Krzysztof Kozlowski
2024-04-11 19:12   ` Krzysztof Kozlowski
2024-04-11  9:16 ` [PATCH v2 2/2] pwm: Add Loongson PWM controller support Binbin Zhou
2024-04-12  6:47   ` Huacai Chen
2024-04-12  7:30     ` Binbin Zhou

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