Linux PWM subsystem development
 help / color / mirror / Atom feed
* [PATCH v3 0/2] pwm: Introduce pwm driver for the Loongson family chips
@ 2024-04-16  1:55 Binbin Zhou
  2024-04-16  1:55 ` [PATCH v3 1/2] dt-bindings: pwm: Add Loongson PWM controller Binbin Zhou
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Binbin Zhou @ 2024-04-16  1:55 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.

-------
V3:
patch (1/2):
 - Add Reviewed-by tag from Krzysztof, thanks.
patch (2/2):
 - Several code stlye adjustments, such as line breaks.

Link to V2:
https://lore.kernel.org/all/cover.1712732719.git.zhoubinbin@loongson.cn/

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                    | 298 ++++++++++++++++++
 5 files changed, 382 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] 9+ messages in thread

end of thread, other threads:[~2024-05-25  5:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-16  1:55 [PATCH v3 0/2] pwm: Introduce pwm driver for the Loongson family chips Binbin Zhou
2024-04-16  1:55 ` [PATCH v3 1/2] dt-bindings: pwm: Add Loongson PWM controller Binbin Zhou
2024-04-16  1:55 ` [PATCH v3 2/2] pwm: Add Loongson PWM controller support Binbin Zhou
2024-05-23 16:31   ` Uwe Kleine-König
2024-05-24  8:29     ` Binbin Zhou
2024-05-24 14:01       ` Uwe Kleine-König
2024-05-25  5:08         ` Binbin Zhou
2024-04-16  2:02 ` [PATCH v3 0/2] pwm: Introduce pwm driver for the Loongson family chips Huacai Chen
2024-04-30  7:33 ` Binbin Zhou

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