Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1439560
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 2/3] pwm: iproc: Add support for Broadcom iproc pwm controller |
| Date | 2016-07-08 17:20 +0200 |
| Message-ID | <rSFJn-6un-13@gated-at.bofh.it> (permalink) |
| References | <rRrIu-7sf-5@gated-at.bofh.it> <rRrIu-7sf-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Tue, Jul 05, 2016 at 02:00:25AM -0400, Yendapally Reddy Dhananjaya Reddy wrote: > Add support for the PWM controller present in Broadcom's iProc > family of SoCs.It has been tested on the Northstar+ bcm958625HR board. > > Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> > --- > drivers/pwm/Kconfig | 10 ++ > drivers/pwm/Makefile | 1 + > drivers/pwm/pwm-bcm-iproc.c | 268 ++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 279 insertions(+) > create mode 100644 drivers/pwm/pwm-bcm-iproc.c I've applied this, but I had to make a couple of changes for coding style and to squash compiler warnings. Please check the PWM tree's for-next branch to see if it still works for you. Thierry
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/3] pwm support for Broadcom iProc SoC's Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-07-05 08:10 +0200
[PATCH v5 3/3] ARM: dts: NSP: Add PWM Support to DT Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-07-05 08:10 +0200
[PATCH v5 2/3] pwm: iproc: Add support for Broadcom iproc pwm controller Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-07-05 08:10 +0200
Re: [PATCH v5 2/3] pwm: iproc: Add support for Broadcom iproc pwm controller Thierry Reding <thierry.reding@gmail.com> - 2016-07-08 17:20 +0200
[PATCH v5 1/3] Documentation: dt: Add Broadcom iproc pwm controller binding Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-07-05 08:10 +0200
Re: [PATCH v5 1/3] Documentation: dt: Add Broadcom iproc pwm controller binding Thierry Reding <thierry.reding@gmail.com> - 2016-07-08 16:40 +0200
csiph-web