From: Thierry Reding <thierry.reding@gmail.com>
To: Fabrice Gasnier <fabrice.gasnier@st.com>
Cc: alexandre.torgue@st.com, robh+dt@kernel.org,
mark.rutland@arm.com, linux@armlinux.org.uk,
mcoquelin.stm32@gmail.com, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org,
benjamin.gaignard@linaro.org
Subject: Re: [RESEND PATCH 0/3] Add pwm-cells on STM32 LPTimer
Date: Wed, 28 Mar 2018 00:57:58 +0200 [thread overview]
Message-ID: <20180327225757.GK28163@mithrandir> (raw)
In-Reply-To: <1519392965-28235-1-git-send-email-fabrice.gasnier@st.com>
[-- Attachment #1: Type: text/plain, Size: 676 bytes --]
On Fri, Feb 23, 2018 at 02:36:02PM +0100, Fabrice Gasnier wrote:
> Add missing generic #pwm-cells on STM32 LPTimer to allow initialization
> of channel, period and polarity.
>
> Fabrice Gasnier (1):
> ARM: dts: stm32: update pwm-cells for LPTimer on stm32h743
>
> Gerald Baeza (2):
> dt-bindings: pwm-stm32-lp: add #pwm-cells
> pwm: stm32: LPTimer: use 3 cells xlate
>
> Documentation/devicetree/bindings/pwm/pwm-stm32-lp.txt | 3 +++
> arch/arm/boot/dts/stm32h743.dtsi | 5 +++++
> drivers/pwm/pwm-stm32-lp.c | 2 ++
> 3 files changed, 10 insertions(+)
Applied patches 1 and 2, thanks.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [RESEND PATCH 0/3] Add pwm-cells on STM32 LPTimer
Date: Wed, 28 Mar 2018 00:57:58 +0200 [thread overview]
Message-ID: <20180327225757.GK28163@mithrandir> (raw)
In-Reply-To: <1519392965-28235-1-git-send-email-fabrice.gasnier@st.com>
On Fri, Feb 23, 2018 at 02:36:02PM +0100, Fabrice Gasnier wrote:
> Add missing generic #pwm-cells on STM32 LPTimer to allow initialization
> of channel, period and polarity.
>
> Fabrice Gasnier (1):
> ARM: dts: stm32: update pwm-cells for LPTimer on stm32h743
>
> Gerald Baeza (2):
> dt-bindings: pwm-stm32-lp: add #pwm-cells
> pwm: stm32: LPTimer: use 3 cells xlate
>
> Documentation/devicetree/bindings/pwm/pwm-stm32-lp.txt | 3 +++
> arch/arm/boot/dts/stm32h743.dtsi | 5 +++++
> drivers/pwm/pwm-stm32-lp.c | 2 ++
> 3 files changed, 10 insertions(+)
Applied patches 1 and 2, thanks.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180328/31b58c51/attachment.sig>
next prev parent reply other threads:[~2018-03-27 22:57 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-23 13:36 [RESEND PATCH 0/3] Add pwm-cells on STM32 LPTimer Fabrice Gasnier
2018-02-23 13:36 ` Fabrice Gasnier
2018-02-23 13:36 ` Fabrice Gasnier
2018-02-23 13:36 ` [RESEND PATCH 1/3] dt-bindings: pwm-stm32-lp: add #pwm-cells Fabrice Gasnier
2018-02-23 13:36 ` Fabrice Gasnier
2018-02-23 13:36 ` Fabrice Gasnier
2018-02-23 13:36 ` [RESEND PATCH 2/3] pwm: stm32: LPTimer: use 3 cells xlate Fabrice Gasnier
2018-02-23 13:36 ` Fabrice Gasnier
2018-02-23 13:36 ` Fabrice Gasnier
2018-03-23 15:22 ` Fabrice Gasnier
2018-03-23 15:22 ` Fabrice Gasnier
2018-03-23 15:22 ` Fabrice Gasnier
2018-02-23 13:36 ` [RESEND PATCH 3/3] ARM: dts: stm32: update pwm-cells for LPTimer on stm32h743 Fabrice Gasnier
2018-02-23 13:36 ` Fabrice Gasnier
2018-02-23 13:36 ` Fabrice Gasnier
2018-05-03 15:38 ` Alexandre Torgue
2018-05-03 15:38 ` Alexandre Torgue
2018-05-03 15:38 ` Alexandre Torgue
2018-03-27 22:57 ` Thierry Reding [this message]
2018-03-27 22:57 ` [RESEND PATCH 0/3] Add pwm-cells on STM32 LPTimer Thierry Reding
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=20180327225757.GK28163@mithrandir \
--to=thierry.reding@gmail.com \
--cc=alexandre.torgue@st.com \
--cc=benjamin.gaignard@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=fabrice.gasnier@st.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=robh+dt@kernel.org \
/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.