bus: ti: am33xx: add pwm subsystem driver
authorDario Binacchi <dariobin@libero.it>
Tue, 29 Dec 2020 23:16:25 +0000 (00:16 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 12 Jan 2021 05:28:05 +0000 (10:58 +0530)
commit0f4effb05b275f36c490673313317cfe897c9b79
treee26a48e948f271d39648156a9cee56f5c1564cdd
parentade7f0d00e598387fe67475d54511df4fe25d83f
bus: ti: am33xx: add pwm subsystem driver

The TI PWMSS driver is a simple bus driver for providing clock and power
management for the PWM peripherals on TI AM33xx SoCs, namely eCAP,
eHRPWM and eQEP.

For DT binding details see Linux doc:
- Documentation/devicetree/bindings/pwm/pwm-tipwmss.txt

Signed-off-by: Dario Binacchi <dariobin@libero.it>
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/ti-pwmss.c [new file with mode: 0644]