public inbox for linux-pwm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] pwm: sprd: Modification of UNISOC Platform PWM Driver
@ 2024-01-22  8:17 Wenhua Lin
  2024-01-22  8:17 ` [PATCH 1/6] pwm: sprd: Add support for UMS9620 Wenhua Lin
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Wenhua Lin @ 2024-01-22  8:17 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Orson Zhai, Baolin Wang, Chunyan Zhang, linux-pwm, linux-kernel,
	wenhua lin, Wenhua Lin, Xiongpeng Wu, zhaochen su, Zhaochen Su,
	Xiaolong Wang

Due to new usage scenarios, some upgrades are made to unisoc's pwm driver.
Patch 1 supports the change of channel offset on UMS9620.
Patch 2 supports more brightness levels (duty cycle) for backlight control.
Patch 3 optimizes the calculation method of duty.
Patch 4 converts dt-binding file from txt to yaml
Patch 5-6 update pwm-sprd.yaml according to patch 1 and patch 2.

Wenhua Lin (6):
  pwm: sprd: Add support for UMS9620
  pwm: sprd: Improve the pwm backlight control function
  pwm: sprd: Optimize the calculation method of duty
  dt-bindings: pwm: sprd: Convert to YAML
  pwm: sprd: Add sprd,ums9620-pwm compatible
  dt-bindings: pwm: sprd: Add sprd,mod attribute

 .../devicetree/bindings/pwm/pwm-sprd.txt      |  40 -------
 .../devicetree/bindings/pwm/pwm-sprd.yaml     | 106 ++++++++++++++++++
 drivers/pwm/pwm-sprd.c                        |  71 ++++++++++--
 3 files changed, 165 insertions(+), 52 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-sprd.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sprd.yaml

-- 
2.17.1


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

end of thread, other threads:[~2024-01-26  7:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22  8:17 [PATCH 0/6] pwm: sprd: Modification of UNISOC Platform PWM Driver Wenhua Lin
2024-01-22  8:17 ` [PATCH 1/6] pwm: sprd: Add support for UMS9620 Wenhua Lin
2024-01-26  7:19   ` Uwe Kleine-König
2024-01-22  8:17 ` [PATCH 2/6] pwm: sprd: Improve the pwm backlight control function Wenhua Lin
2024-01-22 15:46   ` Krzysztof Kozlowski
2024-01-22  8:17 ` [PATCH 3/6] pwm: sprd: Optimize the calculation method of duty Wenhua Lin
2024-01-22  8:17 ` [PATCH 4/6] dt-bindings: pwm: sprd: Convert to YAML Wenhua Lin
2024-01-22 15:44   ` Krzysztof Kozlowski
2024-01-22  8:17 ` [PATCH 5/6] pwm: sprd: Add sprd,ums9620-pwm compatible Wenhua Lin
2024-01-22 15:45   ` Krzysztof Kozlowski
2024-01-22  8:17 ` [PATCH 6/6] dt-bindings: pwm: sprd: Add sprd,mod attribute Wenhua Lin
2024-01-22 15:45   ` Krzysztof Kozlowski

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