Re: [PATCH v2 2/2] pwm: Add PWM driver for SiFive SoC

2020-07-09 Thread Heiko Schocher
Hello Yash, Am 23.04.2020 um 13:27 schrieb Yash Shah: Adds a PWM driver for PWM chip present in SiFive's HiFive Unleashed SoC This driver is simple port of Linux pwm sifive driver from Linux v5.6 commit: 9e37a53eb051 ("pwm: sifive: Add a driver for SiFive SoC PWM") Signed-off-by: Yash Shah --

Re: [PATCH v2 2/2] pwm: Add PWM driver for SiFive SoC

2020-07-08 Thread Tom Rini
On Wed, Jul 08, 2020 at 06:30:28AM +0200, Heiko Schocher wrote: > Hello Yash, > > Am 23.04.2020 um 13:27 schrieb Yash Shah: > > Adds a PWM driver for PWM chip present in SiFive's HiFive Unleashed SoC > > This driver is simple port of Linux pwm sifive driver from Linux v5.6 > > > > commit: 9e37a53

Re: [PATCH v2 2/2] pwm: Add PWM driver for SiFive SoC

2020-07-07 Thread Heiko Schocher
Hello Yash, Am 23.04.2020 um 13:27 schrieb Yash Shah: Adds a PWM driver for PWM chip present in SiFive's HiFive Unleashed SoC This driver is simple port of Linux pwm sifive driver from Linux v5.6 commit: 9e37a53eb051 ("pwm: sifive: Add a driver for SiFive SoC PWM") Signed-off-by: Yash Shah --

[PATCH v2 2/2] pwm: Add PWM driver for SiFive SoC

2020-04-23 Thread Yash Shah
Adds a PWM driver for PWM chip present in SiFive's HiFive Unleashed SoC This driver is simple port of Linux pwm sifive driver from Linux v5.6 commit: 9e37a53eb051 ("pwm: sifive: Add a driver for SiFive SoC PWM") Signed-off-by: Yash Shah --- drivers/pwm/Kconfig | 6 ++ drivers/pwm/Makefil