2017-06-14 15:15:09

by Fabrice Gasnier

[permalink] [raw]
Subject: [PATCH v2 0/3] Fix STM32 timers dt-bindings

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


2017-06-14 15:14:10

by Fabrice Gasnier

[permalink] [raw]
Subject: [PATCH v2 1/3] dt-bindings: mfd: update STM32 timers clock names

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 <[email protected]>
Acked-by: Benjamin Gaignard <[email protected]>
---
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

2017-06-14 15:14:29

by Fabrice Gasnier

[permalink] [raw]
Subject: [PATCH v2 3/3] dt-bindings: pwm: update STM32 timers clock names

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 <[email protected]>
---
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

2017-06-14 15:14:27

by Fabrice Gasnier

[permalink] [raw]
Subject: [PATCH v2 2/3] dt-bindings: iio: update STM32 timers clock names

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 <[email protected]>
Acked-by: Benjamin Gaignard <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
---
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

2017-06-15 06:56:19

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH v2 1/3] dt-bindings: mfd: update STM32 timers clock names

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 <[email protected]>
> Acked-by: Benjamin Gaignard <[email protected]>
> ---
> 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

2017-06-22 21:25:44

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 2/3] dt-bindings: iio: update STM32 timers clock names

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 <[email protected]>
> Acked-by: Benjamin Gaignard <[email protected]>
> Acked-by: Jonathan Cameron <[email protected]>
> ---
> Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Herring <[email protected]>

2017-06-22 21:26:07

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 3/3] dt-bindings: pwm: update STM32 timers clock names

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 <[email protected]>
> ---
> Documentation/devicetree/bindings/pwm/pwm-stm32.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Herring <[email protected]>

2017-06-24 20:48:22

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH v2 2/3] dt-bindings: iio: update STM32 timers clock names

On Thu, 22 Jun 2017 16:25:39 -0500
Rob Herring <[email protected]> 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 <[email protected]>
> > Acked-by: Benjamin Gaignard <[email protected]>
> > Acked-by: Jonathan Cameron <[email protected]>
> > ---
> > Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Acked-by: Rob Herring <[email protected]>

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

Jonathan

2017-07-06 05:49:21

by Thierry Reding

[permalink] [raw]
Subject: Re: [PATCH v2 3/3] dt-bindings: pwm: update STM32 timers clock names

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 <[email protected]>
> ---
> Documentation/devicetree/bindings/pwm/pwm-stm32.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thierry


Attachments:
(No filename) (474.00 B)
signature.asc (833.00 B)
Download all attachments