[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170706171757.qmnvmdyjuj77tt27@rob-hp-laptop>
Date: Thu, 6 Jul 2017 12:17:57 -0500
From: Rob Herring <robh@...nel.org>
To: David Wu <david.wu@...k-chips.com>
Cc: thierry.reding@...il.com, heiko@...ech.de,
boris.brezillon@...e-electrons.com, catalin.marinas@....com,
briannorris@...omium.org, dianders@...omium.org,
mark.rutland@....com, huangtao@...k-chips.com,
linux-pwm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/5] pwm: rockchip: Add atomic updated feature for rk3328
On Thu, Jun 29, 2017 at 08:27:50PM +0800, David Wu wrote:
> The rk3328 soc supports atomic update, we could lock the configuration
> of period and duty at first, after unlock is configured, the period and
> duty are effective at the same time.
>
> If the polarity, period and duty need to be configured together,
> the way for atomic update is "configure lock and old polarity" ->
> "configure period and duty" -> "configure unlock and new polarity".
>
> Signed-off-by: David Wu <david.wu@...k-chips.com>
> ---
> .../devicetree/bindings/pwm/pwm-rockchip.txt | 1 +
The subject is a bit misleading as you are adding support for a new
version of the IP. Otherwise,
Acked-by: Rob Herring <robh@...nel.org>
> drivers/pwm/pwm-rockchip.c | 50 +++++++++++++++++++---
> 2 files changed, 46 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists