[LINUX PATCH v2 0/3] Add initial support for TTC PWM driver

From: Mubin Sayyed
Date: Tue Nov 14 2023 - 07:48:37 EST


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.

link for v1:
https://lore.kernel.org/lkml/DM4PR12MB5938774A495A246EE5557BEF9DC69@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/T/

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

.../devicetree/bindings/timer/cdns,ttc.yaml | 22 +-
drivers/clocksource/timer-cadence-ttc.c | 7 +
drivers/pwm/Kconfig | 11 +
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-cadence.c | 370 ++++++++++++++++++
5 files changed, 410 insertions(+), 1 deletion(-)
create mode 100644 drivers/pwm/pwm-cadence.c

--
2.25.1