linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix STM32 timers dt-bindings
@ 2017-06-14 15:13 Fabrice Gasnier
  2017-06-14 15:13 ` [PATCH v2 1/3] dt-bindings: mfd: update STM32 timers clock names Fabrice Gasnier
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Fabrice Gasnier @ 2017-06-14 15:13 UTC (permalink / raw)
  To: lee.jones, benjamin.gaignard, jic23, thierry.reding, robh+dt
  Cc: mark.rutland, alexandre.torgue, mcoquelin.stm32, fabrice.gasnier,
	benjamin.gaignard, linux-iio, devicetree, linux-arm-kernel,
	linux-kernel, linux-pwm

STM32 timers clock names has been updated during driver/DT binding review:
https://lkml.org/lkml/2016/12/13/718

STM32 timers driver has been fixed with these remarks. It looks like it's
been missed on DT binding part.
Update DT binding doc to reflect this as well.
---
Changes in v2:
- Also fix stm32 pwm dt-bindings
- Add Fixes tags

Fabrice Gasnier (3):
  dt-bindings: mfd: update STM32 timers clock names
  dt-bindings: iio: update STM32 timers clock names
  dt-bindings: pwm: update STM32 timers clock names

 Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt | 2 +-
 Documentation/devicetree/bindings/mfd/stm32-timers.txt              | 2 +-
 Documentation/devicetree/bindings/pwm/pwm-stm32.txt                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH v2 1/3] dt-bindings: mfd: update STM32 timers clock names
  2017-06-14 15:13 [PATCH v2 0/3] Fix STM32 timers dt-bindings Fabrice Gasnier
@ 2017-06-14 15:13 ` Fabrice Gasnier
  2017-06-15  6:56   ` Lee Jones
  2017-06-14 15:13 ` [PATCH v2 2/3] dt-bindings: iio: " Fabrice Gasnier
  2017-06-14 15:13 ` [PATCH v2 3/3] dt-bindings: pwm: " Fabrice Gasnier
  2 siblings, 1 reply; 9+ messages in thread
From: Fabrice Gasnier @ 2017-06-14 15:13 UTC (permalink / raw)
  To: lee.jones, benjamin.gaignard, jic23, thierry.reding, robh+dt
  Cc: mark.rutland, alexandre.torgue, mcoquelin.stm32, fabrice.gasnier,
	benjamin.gaignard, linux-iio, devicetree, linux-arm-kernel,
	linux-kernel, linux-pwm

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.

Fixes: 8f9359c6c6a0 (dt-bindings: mfd: Add bindings for STM32 Timers driver)
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
---
 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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH v2 2/3] dt-bindings: iio: update STM32 timers clock names
  2017-06-14 15:13 [PATCH v2 0/3] Fix STM32 timers dt-bindings Fabrice Gasnier
  2017-06-14 15:13 ` [PATCH v2 1/3] dt-bindings: mfd: update STM32 timers clock names Fabrice Gasnier
@ 2017-06-14 15:13 ` Fabrice Gasnier
  2017-06-22 21:25   ` Rob Herring
  2017-06-14 15:13 ` [PATCH v2 3/3] dt-bindings: pwm: " Fabrice Gasnier
  2 siblings, 1 reply; 9+ messages in thread
From: Fabrice Gasnier @ 2017-06-14 15:13 UTC (permalink / raw)
  To: lee.jones, benjamin.gaignard, jic23, thierry.reding, robh+dt
  Cc: mark.rutland, alexandre.torgue, mcoquelin.stm32, fabrice.gasnier,
	benjamin.gaignard, linux-iio, devicetree, linux-arm-kernel,
	linux-kernel, linux-pwm

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.

Fixes: bf2d8581b1b3 (iio: Add bindings for STM32 timer trigger driver)
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Acked-by: Jonathan Cameron <jic23@kernel.org>
---
 Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt b/Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt
index 55a653d..6abc755 100644
--- a/Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt
+++ b/Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt
@@ -14,7 +14,7 @@ Example:
 		compatible = "st,stm32-timers";
 		reg = <0x40010000 0x400>;
 		clocks = <&rcc 0 160>;
-		clock-names = "clk_int";
+		clock-names = "int";
 
 		timer@0 {
 			compatible = "st,stm32-timer-trigger";
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH v2 3/3] dt-bindings: pwm: update STM32 timers clock names
  2017-06-14 15:13 [PATCH v2 0/3] Fix STM32 timers dt-bindings Fabrice Gasnier
  2017-06-14 15:13 ` [PATCH v2 1/3] dt-bindings: mfd: update STM32 timers clock names Fabrice Gasnier
  2017-06-14 15:13 ` [PATCH v2 2/3] dt-bindings: iio: " Fabrice Gasnier
@ 2017-06-14 15:13 ` Fabrice Gasnier
  2017-06-22 21:25   ` Rob Herring
  2017-07-06  5:49   ` Thierry Reding
  2 siblings, 2 replies; 9+ messages in thread
From: Fabrice Gasnier @ 2017-06-14 15:13 UTC (permalink / raw)
  To: lee.jones, benjamin.gaignard, jic23, thierry.reding, robh+dt
  Cc: mark.rutland, alexandre.torgue, mcoquelin.stm32, fabrice.gasnier,
	benjamin.gaignard, linux-iio, devicetree, linux-arm-kernel,
	linux-kernel, linux-pwm

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.

Fixes: cd9a99c2f8e8 (dt-bindings: pwm: Add STM32 bindings)
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
 Documentation/devicetree/bindings/pwm/pwm-stm32.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-stm32.txt b/Documentation/devicetree/bindings/pwm/pwm-stm32.txt
index 6dd0403..3e6d550 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-stm32.txt
+++ b/Documentation/devicetree/bindings/pwm/pwm-stm32.txt
@@ -24,7 +24,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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 1/3] dt-bindings: mfd: update STM32 timers clock names
  2017-06-14 15:13 ` [PATCH v2 1/3] dt-bindings: mfd: update STM32 timers clock names Fabrice Gasnier
@ 2017-06-15  6:56   ` Lee Jones
  0 siblings, 0 replies; 9+ messages in thread
From: Lee Jones @ 2017-06-15  6:56 UTC (permalink / raw)
  To: Fabrice Gasnier
  Cc: benjamin.gaignard, jic23, thierry.reding, robh+dt, mark.rutland,
	alexandre.torgue, mcoquelin.stm32, benjamin.gaignard, linux-iio,
	devicetree, linux-arm-kernel, linux-kernel, linux-pwm

On Wed, 14 Jun 2017, Fabrice Gasnier wrote:

> 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.
> 
> Fixes: 8f9359c6c6a0 (dt-bindings: mfd: Add bindings for STM32 Timers driver)
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> ---
>  Documentation/devicetree/bindings/mfd/stm32-timers.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

> 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";

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 2/3] dt-bindings: iio: update STM32 timers clock names
  2017-06-14 15:13 ` [PATCH v2 2/3] dt-bindings: iio: " Fabrice Gasnier
@ 2017-06-22 21:25   ` Rob Herring
  2017-06-24 20:48     ` Jonathan Cameron
  0 siblings, 1 reply; 9+ messages in thread
From: Rob Herring @ 2017-06-22 21:25 UTC (permalink / raw)
  To: Fabrice Gasnier
  Cc: lee.jones, benjamin.gaignard, jic23, thierry.reding,
	mark.rutland, alexandre.torgue, mcoquelin.stm32,
	benjamin.gaignard, linux-iio, devicetree, linux-arm-kernel,
	linux-kernel, linux-pwm

On Wed, Jun 14, 2017 at 05:13:15PM +0200, Fabrice Gasnier wrote:
> 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.
> 
> Fixes: bf2d8581b1b3 (iio: Add bindings for STM32 timer trigger driver)
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> Acked-by: Jonathan Cameron <jic23@kernel.org>
> ---
>  Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 3/3] dt-bindings: pwm: update STM32 timers clock names
  2017-06-14 15:13 ` [PATCH v2 3/3] dt-bindings: pwm: " Fabrice Gasnier
@ 2017-06-22 21:25   ` Rob Herring
  2017-07-06  5:49   ` Thierry Reding
  1 sibling, 0 replies; 9+ messages in thread
From: Rob Herring @ 2017-06-22 21:25 UTC (permalink / raw)
  To: Fabrice Gasnier
  Cc: lee.jones, benjamin.gaignard, jic23, thierry.reding,
	mark.rutland, alexandre.torgue, mcoquelin.stm32,
	benjamin.gaignard, linux-iio, devicetree, linux-arm-kernel,
	linux-kernel, linux-pwm

On Wed, Jun 14, 2017 at 05:13:16PM +0200, Fabrice Gasnier wrote:
> 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.
> 
> Fixes: cd9a99c2f8e8 (dt-bindings: pwm: Add STM32 bindings)
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-stm32.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 2/3] dt-bindings: iio: update STM32 timers clock names
  2017-06-22 21:25   ` Rob Herring
@ 2017-06-24 20:48     ` Jonathan Cameron
  0 siblings, 0 replies; 9+ messages in thread
From: Jonathan Cameron @ 2017-06-24 20:48 UTC (permalink / raw)
  To: Rob Herring
  Cc: Fabrice Gasnier, lee.jones, benjamin.gaignard, thierry.reding,
	mark.rutland, alexandre.torgue, mcoquelin.stm32,
	benjamin.gaignard, linux-iio, devicetree, linux-arm-kernel,
	linux-kernel, linux-pwm

On Thu, 22 Jun 2017 16:25:39 -0500
Rob Herring <robh@kernel.org> wrote:

> On Wed, Jun 14, 2017 at 05:13:15PM +0200, Fabrice Gasnier wrote:
> > 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.
> > 
> > Fixes: bf2d8581b1b3 (iio: Add bindings for STM32 timer trigger driver)
> > Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> > Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
> > Acked-by: Jonathan Cameron <jic23@kernel.org>
> > ---
> >  Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  
> 
> Acked-by: Rob Herring <robh@kernel.org>

Applied to the togreg branch of iio.git.  Might well have missed
the coming merge window, but guess no major hurry for this.

Jonathan

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2 3/3] dt-bindings: pwm: update STM32 timers clock names
  2017-06-14 15:13 ` [PATCH v2 3/3] dt-bindings: pwm: " Fabrice Gasnier
  2017-06-22 21:25   ` Rob Herring
@ 2017-07-06  5:49   ` Thierry Reding
  1 sibling, 0 replies; 9+ messages in thread
From: Thierry Reding @ 2017-07-06  5:49 UTC (permalink / raw)
  To: Fabrice Gasnier
  Cc: lee.jones, benjamin.gaignard, jic23, robh+dt, mark.rutland,
	alexandre.torgue, mcoquelin.stm32, benjamin.gaignard, linux-iio,
	devicetree, linux-arm-kernel, linux-kernel, linux-pwm

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

On Wed, Jun 14, 2017 at 05:13:16PM +0200, Fabrice Gasnier wrote:
> 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.
> 
> Fixes: cd9a99c2f8e8 (dt-bindings: pwm: Add STM32 bindings)
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-stm32.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-07-06  5:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14 15:13 [PATCH v2 0/3] Fix STM32 timers dt-bindings Fabrice Gasnier
2017-06-14 15:13 ` [PATCH v2 1/3] dt-bindings: mfd: update STM32 timers clock names Fabrice Gasnier
2017-06-15  6:56   ` Lee Jones
2017-06-14 15:13 ` [PATCH v2 2/3] dt-bindings: iio: " Fabrice Gasnier
2017-06-22 21:25   ` Rob Herring
2017-06-24 20:48     ` Jonathan Cameron
2017-06-14 15:13 ` [PATCH v2 3/3] dt-bindings: pwm: " Fabrice Gasnier
2017-06-22 21:25   ` Rob Herring
2017-07-06  5:49   ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).