From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yendapally Reddy Dhananjaya Reddy Subject: Re: [PATCH RESEND 0/3] pwm support for Broadcom iProc SoC's Date: Tue, 10 May 2016 19:25:47 +0530 Message-ID: References: <1459261350-23851-1-git-send-email-yendapally.reddy@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1459261350-23851-1-git-send-email-yendapally.reddy@broadcom.com> Sender: linux-pwm-owner@vger.kernel.org To: Thierry Reding , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Ray Jui , Scott Branden , Jon Mason Cc: linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, BCM Kernel Feedback , Yendapally Reddy Dhananjaya Reddy List-Id: devicetree@vger.kernel.org Hi Thierry, Can you please provide review comments for this patch set. Thanks Dhananjay On Tue, Mar 29, 2016 at 7:52 PM, Yendapally Reddy Dhananjaya Reddy wrote: > 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 with oscilloscope. > 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-v1 > > This patch series was originally sent on 03/01/16. > See https://lkml.org/lkml/2016/3/1/487 > > Yendapally Reddy Dhananjaya Reddy (3): > Documentation: dt: Add Broadcom iproc pwm controller binding > pwm: kona: Add support for Broadcom iproc pwm controller > ARM: dts: NSP: Add PWM Support to DT > > .../devicetree/bindings/pwm/brcm,kona-pwm.txt | 2 +- > arch/arm/boot/dts/bcm-nsp.dtsi | 8 + > drivers/pwm/Kconfig | 6 +- > drivers/pwm/pwm-bcm-kona.c | 183 ++++++++++++++++++--- > 4 files changed, 172 insertions(+), 27 deletions(-) > > -- > 2.1.0 >