devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [LINUX PATCH 0/3] Add initial support for TTC PWM driver
@ 2023-01-12  7:15 Mubin Sayyed
  2023-01-12  7:15 ` [LINUX PATCH 1/3] clocksource: timer-cadence-ttc: Do not probe TTC device configured as PWM Mubin Sayyed
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Mubin Sayyed @ 2023-01-12  7:15 UTC (permalink / raw)
  To: robh+dt, treding, u.kleine-koenig, linux-pwm, devicetree,
	linux-arm-kernel
  Cc: linux-kernel, git, michal.simek, siva.durga.prasad.paladugu,
	mubin10, Mubin Sayyed

Adds initial TTC PWM driver. New driver would use same compatible string
as that of drivers/clocksource/timer-cadence-ttc.c.

Specific TTC device would be identified as clocksource/clockeven or PWM
device based on the pwm-cells poperty. Clocksource TTC driver checks
for pwm-cells property, if found, it just returns without acting on it.


Mubin Sayyed (3):
  clocksource: timer-cadence-ttc: Do not probe TTC device configured as
    PWM
  dt-bindings: timer: Update device tree bindings for cadence TTC PWM
  pwm: pwm-cadence: Add support for TTC PWM

 .../devicetree/bindings/timer/cdns,ttc.yaml   |  25 +-
 drivers/clocksource/timer-cadence-ttc.c       |   3 +
 drivers/pwm/Kconfig                           |  11 +
 drivers/pwm/Makefile                          |   1 +
 drivers/pwm/pwm-cadence.c                     | 363 ++++++++++++++++++
 5 files changed, 402 insertions(+), 1 deletion(-)
 create mode 100644 drivers/pwm/pwm-cadence.c

-- 
2.25.1


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

end of thread, other threads:[~2023-01-17 14:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-12  7:15 [LINUX PATCH 0/3] Add initial support for TTC PWM driver Mubin Sayyed
2023-01-12  7:15 ` [LINUX PATCH 1/3] clocksource: timer-cadence-ttc: Do not probe TTC device configured as PWM Mubin Sayyed
2023-01-12 21:30   ` Uwe Kleine-König
2023-01-12  7:15 ` [LINUX PATCH 2/3] dt-bindings: timer: Update device tree bindings for cadence TTC PWM Mubin Sayyed
2023-01-12 10:10   ` Krzysztof Kozlowski
2023-01-12  7:15 ` [LINUX PATCH 3/3] pwm: pwm-cadence: Add support for " Mubin Sayyed
2023-01-12 17:57   ` kernel test robot
2023-01-12 21:25   ` Uwe Kleine-König
2023-01-17  9:58     ` Sayyed, Mubin
2023-01-17 11:27       ` Uwe Kleine-König
2023-01-17 12:55         ` Sayyed, Mubin
2023-01-17 14:05           ` Uwe Kleine-König
2023-01-13  8:13   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).