[PATCH 0/2] pwm: add PWM driver for atcpit100

Ben Zong-You Xie posted 2 patches 3 weeks, 6 days ago
.../bindings/pwm/andestech,atcpit100-pwm.yaml |  52 ++++
MAINTAINERS                                   |   6 +
drivers/pwm/Kconfig                           |  17 ++
drivers/pwm/Makefile                          |   1 +
drivers/pwm/pwm-atcpit100.c                   | 240 ++++++++++++++++++
5 files changed, 316 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pwm/andestech,atcpit100-pwm.yaml
create mode 100644 drivers/pwm/pwm-atcpit100.c
[PATCH 0/2] pwm: add PWM driver for atcpit100
Posted by Ben Zong-You Xie 3 weeks, 6 days ago
The ATCPIT100 Programmable Interval Timer (PIT) is a set of compact
multi-function timers, which can be used as pulse width
modulators (PWM) as well as simple timers. ATCPIT100 supports up to 4
PIT channels, and each PIT channel may be a simple timer or PWM, or a
combination of the timer and the PWM.

This patch series includes DT-bindings(1/2) and PWM driver(2/2).

Ben Zong-You Xie (2):
  dt-bindings: pwm: add atcpit100-pwm
  pwm: atcpit100: add Andes PWM driver support

 .../bindings/pwm/andestech,atcpit100-pwm.yaml |  52 ++++
 MAINTAINERS                                   |   6 +
 drivers/pwm/Kconfig                           |  17 ++
 drivers/pwm/Makefile                          |   1 +
 drivers/pwm/pwm-atcpit100.c                   | 240 ++++++++++++++++++
 5 files changed, 316 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/andestech,atcpit100-pwm.yaml
 create mode 100644 drivers/pwm/pwm-atcpit100.c

-- 
2.34.1