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


Groups > linux.kernel > #1715272 > unrolled thread

Re: [PATCH v3 6/7] pwm: rockchip: Add rk3328 pwm support

Started byThierry Reding <thierry.reding@gmail.com>
First post2017-08-18 17:50 +0200
Last post2017-08-18 17:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v3 6/7] pwm: rockchip: Add rk3328 pwm support Thierry Reding <thierry.reding@gmail.com> - 2017-08-18 17:50 +0200

#1715272 — Re: [PATCH v3 6/7] pwm: rockchip: Add rk3328 pwm support

FromThierry Reding <thierry.reding@gmail.com>
Date2017-08-18 17:50 +0200
SubjectRe: [PATCH v3 6/7] pwm: rockchip: Add rk3328 pwm support
Message-ID<ufRH3-5H5-13@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

On Tue, Aug 08, 2017 at 11:42:47PM +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@rock-chips.com>
> Acked-by: Rob Herring <robh@kernel.org>
> ---
>  drivers/pwm/pwm-rockchip.c | 43 +++++++++++++++++++++++++++++++++++++++++--
>  1 file changed, 41 insertions(+), 2 deletions(-)

Applied to for-4.14/drivers.

Thierry

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web