From: Jonathan Cameron <jic23@kernel.org>
To: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Cc: Fabrice Gasnier <fabrice.gasnier@st.com>,
Lee Jones <lee.jones@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Alexandre Torgue <alexandre.torgue@st.com>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Benjamin GAIGNARD <benjamin.gaignard@st.com>,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] dt-bindings: mfd: update STM32 timers clock names
Date: Sun, 11 Jun 2017 12:15:38 +0100 [thread overview]
Message-ID: <20170611121538.0e7e757d@kernel.org> (raw)
In-Reply-To: <CA+M3ks7sQ_1kF_ZgQ1+mLwDVo2=CVmACFBvSuY+FyZ9WXY=5tw@mail.gmail.com>
On Fri, 9 Jun 2017 09:43:21 +0200
Benjamin Gaignard <benjamin.gaignard@linaro.org> wrote:
> 2017-06-09 9:37 GMT+02:00 Fabrice Gasnier <fabrice.gasnier@st.com>:
> > Clock name has been updated during driver/DT binding review:
> > https://lkml.org/lkml/2016/12/13/718
> > Update DT binding doc to reflect this.
> >
> > Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Should have a fixes tag as we should probably be pushing this
to stable... Rob / Mark - up to you guys on both of these for
the path they take (assuming Lee is happy with patch!)
Fixes: d0f949e220fd ("mfd: Add STM32 Timers driver")
I think...
> > ---
> > Documentation/devicetree/bindings/mfd/stm32-timers.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/mfd/stm32-timers.txt b/Documentation/devicetree/bindings/mfd/stm32-timers.txt
> > index bbd083f..1db6e00 100644
> > --- a/Documentation/devicetree/bindings/mfd/stm32-timers.txt
> > +++ b/Documentation/devicetree/bindings/mfd/stm32-timers.txt
> > @@ -31,7 +31,7 @@ Example:
> > compatible = "st,stm32-timers";
> > reg = <0x40010000 0x400>;
> > clocks = <&rcc 0 160>;
> > - clock-names = "clk_int";
> > + clock-names = "int";
> >
> > pwm {
> > compatible = "st,stm32-pwm";
> > --
> > 1.9.1
> >
>
> Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
WARNING: multiple messages have this Message-ID (diff)
From: jic23@kernel.org (Jonathan Cameron)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] dt-bindings: mfd: update STM32 timers clock names
Date: Sun, 11 Jun 2017 12:15:38 +0100 [thread overview]
Message-ID: <20170611121538.0e7e757d@kernel.org> (raw)
In-Reply-To: <CA+M3ks7sQ_1kF_ZgQ1+mLwDVo2=CVmACFBvSuY+FyZ9WXY=5tw@mail.gmail.com>
On Fri, 9 Jun 2017 09:43:21 +0200
Benjamin Gaignard <benjamin.gaignard@linaro.org> wrote:
> 2017-06-09 9:37 GMT+02:00 Fabrice Gasnier <fabrice.gasnier@st.com>:
> > Clock name has been updated during driver/DT binding review:
> > https://lkml.org/lkml/2016/12/13/718
> > Update DT binding doc to reflect this.
> >
> > Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Should have a fixes tag as we should probably be pushing this
to stable... Rob / Mark - up to you guys on both of these for
the path they take (assuming Lee is happy with patch!)
Fixes: d0f949e220fd ("mfd: Add STM32 Timers driver")
I think...
> > ---
> > Documentation/devicetree/bindings/mfd/stm32-timers.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/mfd/stm32-timers.txt b/Documentation/devicetree/bindings/mfd/stm32-timers.txt
> > index bbd083f..1db6e00 100644
> > --- a/Documentation/devicetree/bindings/mfd/stm32-timers.txt
> > +++ b/Documentation/devicetree/bindings/mfd/stm32-timers.txt
> > @@ -31,7 +31,7 @@ Example:
> > compatible = "st,stm32-timers";
> > reg = <0x40010000 0x400>;
> > clocks = <&rcc 0 160>;
> > - clock-names = "clk_int";
> > + clock-names = "int";
> >
> > pwm {
> > compatible = "st,stm32-pwm";
> > --
> > 1.9.1
> >
>
> Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Benjamin Gaignard
<benjamin.gaignard-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Fabrice Gasnier <fabrice.gasnier-qxv4g6HH51o@public.gmane.org>,
Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Alexandre Torgue <alexandre.torgue-qxv4g6HH51o@public.gmane.org>,
Maxime Coquelin
<mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Benjamin GAIGNARD
<benjamin.gaignard-qxv4g6HH51o@public.gmane.org>,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Linux Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH 1/2] dt-bindings: mfd: update STM32 timers clock names
Date: Sun, 11 Jun 2017 12:15:38 +0100 [thread overview]
Message-ID: <20170611121538.0e7e757d@kernel.org> (raw)
In-Reply-To: <CA+M3ks7sQ_1kF_ZgQ1+mLwDVo2=CVmACFBvSuY+FyZ9WXY=5tw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On Fri, 9 Jun 2017 09:43:21 +0200
Benjamin Gaignard <benjamin.gaignard-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> wrote:
> 2017-06-09 9:37 GMT+02:00 Fabrice Gasnier <fabrice.gasnier-qxv4g6HH51o@public.gmane.org>:
> > Clock name has been updated during driver/DT binding review:
> > https://lkml.org/lkml/2016/12/13/718
> > Update DT binding doc to reflect this.
> >
> > Signed-off-by: Fabrice Gasnier <fabrice.gasnier-qxv4g6HH51o@public.gmane.org>
Should have a fixes tag as we should probably be pushing this
to stable... Rob / Mark - up to you guys on both of these for
the path they take (assuming Lee is happy with patch!)
Fixes: d0f949e220fd ("mfd: Add STM32 Timers driver")
I think...
> > ---
> > Documentation/devicetree/bindings/mfd/stm32-timers.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/mfd/stm32-timers.txt b/Documentation/devicetree/bindings/mfd/stm32-timers.txt
> > index bbd083f..1db6e00 100644
> > --- a/Documentation/devicetree/bindings/mfd/stm32-timers.txt
> > +++ b/Documentation/devicetree/bindings/mfd/stm32-timers.txt
> > @@ -31,7 +31,7 @@ Example:
> > compatible = "st,stm32-timers";
> > reg = <0x40010000 0x400>;
> > clocks = <&rcc 0 160>;
> > - clock-names = "clk_int";
> > + clock-names = "int";
> >
> > pwm {
> > compatible = "st,stm32-pwm";
> > --
> > 1.9.1
> >
>
> Acked-by: Benjamin Gaignard <benjamin.gaignard-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-06-11 11:15 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-09 7:37 [PATCH 0/2] Fix STM32 timers dt-bindings Fabrice Gasnier
2017-06-09 7:37 ` Fabrice Gasnier
2017-06-09 7:37 ` Fabrice Gasnier
2017-06-09 7:37 ` [PATCH 1/2] dt-bindings: mfd: update STM32 timers clock names Fabrice Gasnier
2017-06-09 7:37 ` Fabrice Gasnier
2017-06-09 7:37 ` Fabrice Gasnier
2017-06-09 7:43 ` Benjamin Gaignard
2017-06-09 7:43 ` Benjamin Gaignard
2017-06-09 7:43 ` Benjamin Gaignard
2017-06-11 11:15 ` Jonathan Cameron [this message]
2017-06-11 11:15 ` Jonathan Cameron
2017-06-11 11:15 ` Jonathan Cameron
2017-06-09 7:37 ` [PATCH 2/2] dt-bindings: iio: " Fabrice Gasnier
2017-06-09 7:37 ` Fabrice Gasnier
2017-06-09 7:37 ` Fabrice Gasnier
2017-06-09 7:43 ` Benjamin Gaignard
2017-06-09 7:43 ` Benjamin Gaignard
2017-06-11 11:20 ` Jonathan Cameron
2017-06-11 11:20 ` Jonathan Cameron
2017-06-11 11:20 ` Jonathan Cameron
2017-06-14 15:16 ` Fabrice Gasnier
2017-06-14 15:16 ` Fabrice Gasnier
2017-06-14 15:16 ` Fabrice Gasnier
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=20170611121538.0e7e757d@kernel.org \
--to=jic23@kernel.org \
--cc=alexandre.torgue@st.com \
--cc=benjamin.gaignard@linaro.org \
--cc=benjamin.gaignard@st.com \
--cc=devicetree@vger.kernel.org \
--cc=fabrice.gasnier@st.com \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--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.