From: Thierry Reding <thierry.reding@gmail.com>
To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: linux-pwm@vger.kernel.org, linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH v3 0/4] pwm: rcar: Add support "atomic" API and improve calculation
Date: Mon, 4 Mar 2019 12:14:51 +0100 [thread overview]
Message-ID: <20190304111451.GC5121@ulmo> (raw)
In-Reply-To: <1547021948-7664-1-git-send-email-yoshihiro.shimoda.uh@renesas.com>
[-- Attachment #1: Type: text/plain, Size: 1493 bytes --]
On Wed, Jan 09, 2019 at 05:19:04PM +0900, Yoshihiro Shimoda wrote:
> This patch series adds support for PWM "atomic" API and improve
> the clock calculation.
>
> Changes from v2 [1]:
> - Add Acked-by of Uwe in patch [234]/4.
> - Modify a condition to support normal polarity only.
> - Fix possible to output wrong a duty cycle when disabling in patch 1/4.
> - Fix overflow value on 32-bit arch in patch 4/4.
>
> Changes from v1 [2]:
> - Remove workaround code of output pseudo low level for now because it is
> rejected on the ML.
> - Add a condition for polarity because the HW doesn't support polarity change
> in patch 1/4.
> - Improve the clock calculation in patch 4/4.
>
> [1]
> https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=63219
>
> Remarks:
> On the email thread of patch 2/4, we discuss about suspend/resume
> handling and I suposed to improve it. However, I need more time
> how to improve it. So, for now, I don't improve it on this patch series.
>
> [2]
> https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=53193
>
>
> Yoshihiro Shimoda (4):
> pwm: rcar: Add support "atomic" API
> pwm: rcar: Use "atomic" API on rcar_pwm_resume()
> pwm: rcar: remove legacy APIs
> pwm: rcar: improve calculation of divider
>
> drivers/pwm/pwm-rcar.c | 99 ++++++++++++++++++++++++--------------------------
> 1 file changed, 48 insertions(+), 51 deletions(-)
Applied, thanks.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2019-03-04 11:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-09 8:19 [PATCH v3 0/4] pwm: rcar: Add support "atomic" API and improve calculation Yoshihiro Shimoda
2019-01-09 8:19 ` [PATCH v3 1/4] pwm: rcar: Add support "atomic" API Yoshihiro Shimoda
2019-01-09 8:19 ` [PATCH v3 2/4] pwm: rcar: Use "atomic" API on rcar_pwm_resume() Yoshihiro Shimoda
2019-03-04 11:18 ` Thierry Reding
2019-01-09 8:19 ` [PATCH v3 3/4] pwm: rcar: remove legacy APIs Yoshihiro Shimoda
2019-01-09 8:19 ` [PATCH v3 4/4] pwm: rcar: improve calculation of divider Yoshihiro Shimoda
2019-03-04 11:14 ` Thierry Reding [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190304111451.GC5121@ulmo \
--to=thierry.reding@gmail.com \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=yoshihiro.shimoda.uh@renesas.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.