Message ID | 1587641236-5026-1-git-send-email-yash.shah@sifive.com |
---|---|
Headers | show |
Series | Add support for PWM SiFive | expand |
Any comments or update on this series? - Yash > -----Original Message----- > From: Yash Shah <yash.shah at sifive.com> > Sent: 23 April 2020 16:58 > To: martyn.welch at collabora.co.uk; hs at denx.de; u-boot at lists.denx.de; > Sachin Ghadi <sachin.ghadi at sifive.com> > Cc: Yash Shah <yash.shah at sifive.com> > Subject: [PATCH v2 0/2] Add support for PWM SiFive > > The patch series adds support for PWM controller in SiFive SoCs > > Changes in v2: > - Introduce a new patch to add the DT documentation > - Change commit message to include reference of Linux ver and commit > - Remove unnecessary function "pwm_sifive_set_invert" > - Use "dev_read_addr_ptr" instead of "dev_read_addr" to avoid cast on > each readl/writel call > > Yash Shah (2): > pwm: Add DT documentation for SiFive PWM Controller > pwm: Add PWM driver for SiFive SoC > > doc/device-tree-bindings/pwm/pwm-sifive.txt | 31 +++++ > drivers/pwm/Kconfig | 6 + > drivers/pwm/Makefile | 1 + > drivers/pwm/pwm-sifive.c | 172 > ++++++++++++++++++++++++++++ > 4 files changed, 210 insertions(+) > create mode 100644 doc/device-tree-bindings/pwm/pwm-sifive.txt > create mode 100644 drivers/pwm/pwm-sifive.c > > -- > 2.7.4