Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1402748

[PATCH INTERNAL v2 0/3] pwm support for Broadcom iProc SoC's

From Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH INTERNAL v2 0/3] pwm support for Broadcom iProc SoC's
Date 2016-05-18 09:00 +0200
Message-ID <rA3Cx-6WR-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patchset contains the pwm support for the Broadcom's iProc SoC's.

The first patch provides the documentation details and the
second patch contains the controller support details. The third patch
contains the enable method for Northstar Plus SoC.

This patch series has been tested on NSP bcm958625HR board.
The pwm is not enabled for this board as the pins are open and not used.

This patch series is based on v4.6.0-rc1 and is available from github
repo: https://github.com/Broadcom/cygnus-linux.git
branch: iproc-pwm-v2

Changes since v1

Addressed the review comments from Thierry
 1. Use separate driver for iProc SoC's.

Yendapally Reddy Dhananjaya Reddy (3):
  Documentation: dt: Add Broadcom iproc pwm controller binding
  pwm: iproc: Add support for Broadcom iproc pwm controller
  ARM: dts: NSP: Add PWM Support to DT

 .../devicetree/bindings/pwm/brcm,iproc-pwm.txt     |  21 ++
 arch/arm/boot/dts/bcm-nsp.dtsi                     |   8 +
 drivers/pwm/Kconfig                                |  10 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-bcm-iproc.c                        | 320 +++++++++++++++++++++
 5 files changed, 360 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/brcm,iproc-pwm.txt
 create mode 100644 drivers/pwm/pwm-bcm-iproc.c

-- 
2.1.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH INTERNAL v2 0/3] pwm support for Broadcom iProc SoC's Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-05-18 09:00 +0200
  [PATCH INTERNAL v2 1/3] Documentation: dt: Add Broadcom iproc pwm controller binding Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-05-18 09:00 +0200
    Re: [PATCH INTERNAL v2 1/3] Documentation: dt: Add Broadcom iproc  pwm controller binding Rob Herring <robh@kernel.org> - 2016-05-19 00:20 +0200
      Re: [PATCH INTERNAL v2 1/3] Documentation: dt: Add Broadcom iproc pwm  controller binding Scott Branden <scott.branden@broadcom.com> - 2016-05-19 01:10 +0200
  [PATCH INTERNAL v2 3/3] ARM: dts: NSP: Add PWM Support to DT Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-05-18 09:00 +0200

csiph-web