Re: [PATCH v5 2/3] pwm: iproc: Add support for Broadcom iproc pwm controller

From: Yendapally Reddy Dhananjaya Reddy
Date: Mon Jul 11 2016 - 02:52:45 EST


Hi Thierry,

On Fri, Jul 8, 2016 at 8:46 PM, Thierry Reding <thierry.reding@xxxxxxxxx> wrote:
> 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@xxxxxxxxxxxx>
>> ---
>> 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.
>

Thanks. It is working fine for me. A small change is required here,
NSEC_PER_SEC
instead of USEC_PER_SEC in two places.

Thanks
Dhananjay


> Thierry