From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yash Shah Date: Wed, 8 Jul 2020 03:06:58 +0000 Subject: [PATCH v2 0/2] Add support for PWM SiFive In-Reply-To: <1587641236-5026-1-git-send-email-yash.shah@sifive.com> References: <1587641236-5026-1-git-send-email-yash.shah@sifive.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Any comments or update on this series? - Yash > -----Original Message----- > From: Yash Shah > 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 > Cc: Yash Shah > 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