Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1202180
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] pwm: Broadcom BCM7xxx PWM support |
| Date | 2015-08-07 03:00 +0200 |
| Message-ID | <pUEaR-m0-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This patch series add PWM support for the Broadcom BCM7xxx chips which feature one or more PWM controllers capable of output periods from 148ns to ~622ms using a combination of variable and fixed frequency settings. The controller does not support setting a polarity. This is based on Thierry's pwm/next branch. Florian Fainelli (2): Documentation: dt: add Broadcom BCM7038 PWM controller binding pwm: Add Broadcom BCM7038 PWM controller support .../devicetree/bindings/pwm/brcm,bcm7038-pwm.txt | 22 ++ drivers/pwm/Kconfig | 10 + drivers/pwm/Makefile | 1 + drivers/pwm/pwm-brcmstb.c | 323 +++++++++++++++++++++ 4 files changed, 356 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/brcm,bcm7038-pwm.txt create mode 100644 drivers/pwm/pwm-brcmstb.c -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] pwm: Broadcom BCM7xxx PWM support Florian Fainelli <f.fainelli@gmail.com> - 2015-08-07 03:00 +0200
[PATCH 1/2] Documentation: dt: add Broadcom BCM7038 PWM controller binding Florian Fainelli <f.fainelli@gmail.com> - 2015-08-07 03:00 +0200
Re: [PATCH 1/2] Documentation: dt: add Broadcom BCM7038 PWM controller binding Thierry Reding <thierry.reding@gmail.com> - 2015-08-17 17:00 +0200
[PATCH 2/2] pwm: Add Broadcom BCM7038 PWM controller support Florian Fainelli <f.fainelli@gmail.com> - 2015-08-07 03:00 +0200
Re: [PATCH 2/2] pwm: Add Broadcom BCM7038 PWM controller support Thierry Reding <thierry.reding@gmail.com> - 2015-08-19 12:00 +0200
Re: [PATCH 2/2] pwm: Add Broadcom BCM7038 PWM controller support Florian Fainelli <f.fainelli@gmail.com> - 2015-08-19 17:20 +0200
csiph-web