All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] clk: meson8b: remove CLKID with typo ("ABP" -> "APB")
@ 2019-03-19 21:41 ` Martin Blumenstingl
  0 siblings, 0 replies; 28+ messages in thread
From: Martin Blumenstingl @ 2019-03-19 21:41 UTC (permalink / raw)
  To: narmstrong, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, Martin Blumenstingl, robh+dt,
	linux-clk, linux-arm-kernel

This is a follow-up of my previous series from [0]:
  clk: meson8b: fix typo "ABP" -> "APB"

The previous series introduced a fixed CLKID. Nothing uses the CLKID
with the typo anymore so it's removed with this patch.


[0] https://patchwork.kernel.org/cover/10804943/


Martin Blumenstingl (1):
  dt-bindings: clock: meson8b: drop the "ABP" clock definition

 include/dt-bindings/clock/meson8b-clkc.h | 1 -
 1 file changed, 1 deletion(-)

-- 
2.21.0

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

* [PATCH 0/1] clk: meson8b: remove CLKID with typo ("ABP" -> "APB")
@ 2019-03-19 21:41 ` Martin Blumenstingl
  0 siblings, 0 replies; 28+ messages in thread
From: Martin Blumenstingl @ 2019-03-19 21:41 UTC (permalink / raw)
  To: narmstrong, jbrunet, linux-amlogic
  Cc: devicetree, robh+dt, mark.rutland, linux-arm-kernel, linux-clk,
	Martin Blumenstingl

This is a follow-up of my previous series from [0]:
  clk: meson8b: fix typo "ABP" -> "APB"

The previous series introduced a fixed CLKID. Nothing uses the CLKID
with the typo anymore so it's removed with this patch.


[0] https://patchwork.kernel.org/cover/10804943/


Martin Blumenstingl (1):
  dt-bindings: clock: meson8b: drop the "ABP" clock definition

 include/dt-bindings/clock/meson8b-clkc.h | 1 -
 1 file changed, 1 deletion(-)

-- 
2.21.0


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

* [PATCH 0/1] clk: meson8b: remove CLKID with typo ("ABP" -> "APB")
@ 2019-03-19 21:41 ` Martin Blumenstingl
  0 siblings, 0 replies; 28+ messages in thread
From: Martin Blumenstingl @ 2019-03-19 21:41 UTC (permalink / raw)
  To: narmstrong, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, Martin Blumenstingl, robh+dt,
	linux-clk, linux-arm-kernel

This is a follow-up of my previous series from [0]:
  clk: meson8b: fix typo "ABP" -> "APB"

The previous series introduced a fixed CLKID. Nothing uses the CLKID
with the typo anymore so it's removed with this patch.


[0] https://patchwork.kernel.org/cover/10804943/


Martin Blumenstingl (1):
  dt-bindings: clock: meson8b: drop the "ABP" clock definition

 include/dt-bindings/clock/meson8b-clkc.h | 1 -
 1 file changed, 1 deletion(-)

-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 0/1] clk: meson8b: remove CLKID with typo ("ABP" -> "APB")
@ 2019-03-19 21:41 ` Martin Blumenstingl
  0 siblings, 0 replies; 28+ messages in thread
From: Martin Blumenstingl @ 2019-03-19 21:41 UTC (permalink / raw)
  To: narmstrong, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, Martin Blumenstingl, robh+dt,
	linux-clk, linux-arm-kernel

This is a follow-up of my previous series from [0]:
  clk: meson8b: fix typo "ABP" -> "APB"

The previous series introduced a fixed CLKID. Nothing uses the CLKID
with the typo anymore so it's removed with this patch.


[0] https://patchwork.kernel.org/cover/10804943/


Martin Blumenstingl (1):
  dt-bindings: clock: meson8b: drop the "ABP" clock definition

 include/dt-bindings/clock/meson8b-clkc.h | 1 -
 1 file changed, 1 deletion(-)

-- 
2.21.0


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
  2019-03-19 21:41 ` Martin Blumenstingl
  (?)
  (?)
@ 2019-03-19 21:41   ` Martin Blumenstingl
  -1 siblings, 0 replies; 28+ messages in thread
From: Martin Blumenstingl @ 2019-03-19 21:41 UTC (permalink / raw)
  To: narmstrong, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, Martin Blumenstingl, robh+dt,
	linux-clk, linux-arm-kernel

Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
was fixed by adding a new (typo-free) #define CLKID_APB in
commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
definition").
Now that the new #define is used by the driver we can remove the old
one (because the old one is not used anywhere).

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 include/dt-bindings/clock/meson8b-clkc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
index 8067077a62ca..cd11628f50f8 100644
--- a/include/dt-bindings/clock/meson8b-clkc.h
+++ b/include/dt-bindings/clock/meson8b-clkc.h
@@ -103,7 +103,6 @@
 #define CLKID_MPLL1		94
 #define CLKID_MPLL2		95
 #define CLKID_NAND_CLK		112
-#define CLKID_ABP		124
 #define CLKID_APB		124
 #define CLKID_PERIPH		126
 #define CLKID_AXI		128
-- 
2.21.0

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

* [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-19 21:41   ` Martin Blumenstingl
  0 siblings, 0 replies; 28+ messages in thread
From: Martin Blumenstingl @ 2019-03-19 21:41 UTC (permalink / raw)
  To: narmstrong, jbrunet, linux-amlogic
  Cc: devicetree, robh+dt, mark.rutland, linux-arm-kernel, linux-clk,
	Martin Blumenstingl

Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
was fixed by adding a new (typo-free) #define CLKID_APB in
commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
definition").
Now that the new #define is used by the driver we can remove the old
one (because the old one is not used anywhere).

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 include/dt-bindings/clock/meson8b-clkc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
index 8067077a62ca..cd11628f50f8 100644
--- a/include/dt-bindings/clock/meson8b-clkc.h
+++ b/include/dt-bindings/clock/meson8b-clkc.h
@@ -103,7 +103,6 @@
 #define CLKID_MPLL1		94
 #define CLKID_MPLL2		95
 #define CLKID_NAND_CLK		112
-#define CLKID_ABP		124
 #define CLKID_APB		124
 #define CLKID_PERIPH		126
 #define CLKID_AXI		128
-- 
2.21.0


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

* [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-19 21:41   ` Martin Blumenstingl
  0 siblings, 0 replies; 28+ messages in thread
From: Martin Blumenstingl @ 2019-03-19 21:41 UTC (permalink / raw)
  To: narmstrong, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, Martin Blumenstingl, robh+dt,
	linux-clk, linux-arm-kernel

Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
was fixed by adding a new (typo-free) #define CLKID_APB in
commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
definition").
Now that the new #define is used by the driver we can remove the old
one (because the old one is not used anywhere).

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 include/dt-bindings/clock/meson8b-clkc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
index 8067077a62ca..cd11628f50f8 100644
--- a/include/dt-bindings/clock/meson8b-clkc.h
+++ b/include/dt-bindings/clock/meson8b-clkc.h
@@ -103,7 +103,6 @@
 #define CLKID_MPLL1		94
 #define CLKID_MPLL2		95
 #define CLKID_NAND_CLK		112
-#define CLKID_ABP		124
 #define CLKID_APB		124
 #define CLKID_PERIPH		126
 #define CLKID_AXI		128
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-19 21:41   ` Martin Blumenstingl
  0 siblings, 0 replies; 28+ messages in thread
From: Martin Blumenstingl @ 2019-03-19 21:41 UTC (permalink / raw)
  To: narmstrong, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, Martin Blumenstingl, robh+dt,
	linux-clk, linux-arm-kernel

Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
was fixed by adding a new (typo-free) #define CLKID_APB in
commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
definition").
Now that the new #define is used by the driver we can remove the old
one (because the old one is not used anywhere).

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 include/dt-bindings/clock/meson8b-clkc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
index 8067077a62ca..cd11628f50f8 100644
--- a/include/dt-bindings/clock/meson8b-clkc.h
+++ b/include/dt-bindings/clock/meson8b-clkc.h
@@ -103,7 +103,6 @@
 #define CLKID_MPLL1		94
 #define CLKID_MPLL2		95
 #define CLKID_NAND_CLK		112
-#define CLKID_ABP		124
 #define CLKID_APB		124
 #define CLKID_PERIPH		126
 #define CLKID_AXI		128
-- 
2.21.0


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
  2019-03-19 21:41   ` Martin Blumenstingl
  (?)
  (?)
@ 2019-03-20  8:12     ` Neil Armstrong
  -1 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-03-20  8:12 UTC (permalink / raw)
  To: Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel

On 19/03/2019 22:41, Martin Blumenstingl wrote:
> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
> was fixed by adding a new (typo-free) #define CLKID_APB in
> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
> definition").
> Now that the new #define is used by the driver we can remove the old
> one (because the old one is not used anywhere).
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
> index 8067077a62ca..cd11628f50f8 100644
> --- a/include/dt-bindings/clock/meson8b-clkc.h
> +++ b/include/dt-bindings/clock/meson8b-clkc.h
> @@ -103,7 +103,6 @@
>  #define CLKID_MPLL1		94
>  #define CLKID_MPLL2		95
>  #define CLKID_NAND_CLK		112
> -#define CLKID_ABP		124
>  #define CLKID_APB		124
>  #define CLKID_PERIPH		126
>  #define CLKID_AXI		128
> 

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-20  8:12     ` Neil Armstrong
  0 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-03-20  8:12 UTC (permalink / raw)
  To: Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: devicetree, robh+dt, mark.rutland, linux-arm-kernel, linux-clk

On 19/03/2019 22:41, Martin Blumenstingl wrote:
> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
> was fixed by adding a new (typo-free) #define CLKID_APB in
> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
> definition").
> Now that the new #define is used by the driver we can remove the old
> one (because the old one is not used anywhere).
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
> index 8067077a62ca..cd11628f50f8 100644
> --- a/include/dt-bindings/clock/meson8b-clkc.h
> +++ b/include/dt-bindings/clock/meson8b-clkc.h
> @@ -103,7 +103,6 @@
>  #define CLKID_MPLL1		94
>  #define CLKID_MPLL2		95
>  #define CLKID_NAND_CLK		112
> -#define CLKID_ABP		124
>  #define CLKID_APB		124
>  #define CLKID_PERIPH		126
>  #define CLKID_AXI		128
> 

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-20  8:12     ` Neil Armstrong
  0 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-03-20  8:12 UTC (permalink / raw)
  To: Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel

On 19/03/2019 22:41, Martin Blumenstingl wrote:
> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
> was fixed by adding a new (typo-free) #define CLKID_APB in
> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
> definition").
> Now that the new #define is used by the driver we can remove the old
> one (because the old one is not used anywhere).
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
> index 8067077a62ca..cd11628f50f8 100644
> --- a/include/dt-bindings/clock/meson8b-clkc.h
> +++ b/include/dt-bindings/clock/meson8b-clkc.h
> @@ -103,7 +103,6 @@
>  #define CLKID_MPLL1		94
>  #define CLKID_MPLL2		95
>  #define CLKID_NAND_CLK		112
> -#define CLKID_ABP		124
>  #define CLKID_APB		124
>  #define CLKID_PERIPH		126
>  #define CLKID_AXI		128
> 

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-20  8:12     ` Neil Armstrong
  0 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-03-20  8:12 UTC (permalink / raw)
  To: Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel

On 19/03/2019 22:41, Martin Blumenstingl wrote:
> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
> was fixed by adding a new (typo-free) #define CLKID_APB in
> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
> definition").
> Now that the new #define is used by the driver we can remove the old
> one (because the old one is not used anywhere).
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
> index 8067077a62ca..cd11628f50f8 100644
> --- a/include/dt-bindings/clock/meson8b-clkc.h
> +++ b/include/dt-bindings/clock/meson8b-clkc.h
> @@ -103,7 +103,6 @@
>  #define CLKID_MPLL1		94
>  #define CLKID_MPLL2		95
>  #define CLKID_NAND_CLK		112
> -#define CLKID_ABP		124
>  #define CLKID_APB		124
>  #define CLKID_PERIPH		126
>  #define CLKID_AXI		128
> 

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
  2019-03-20  8:12     ` Neil Armstrong
  (?)
  (?)
@ 2019-03-22 23:53       ` Kevin Hilman
  -1 siblings, 0 replies; 28+ messages in thread
From: Kevin Hilman @ 2019-03-22 23:53 UTC (permalink / raw)
  To: Neil Armstrong, Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 19/03/2019 22:41, Martin Blumenstingl wrote:
>> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
>> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
>> was fixed by adding a new (typo-free) #define CLKID_APB in
>> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
>> definition").
>> Now that the new #define is used by the driver we can remove the old
>> one (because the old one is not used anywhere).
>> 
>> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>> ---
>>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>>  1 file changed, 1 deletion(-)
>> 
>> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
>> index 8067077a62ca..cd11628f50f8 100644
>> --- a/include/dt-bindings/clock/meson8b-clkc.h
>> +++ b/include/dt-bindings/clock/meson8b-clkc.h
>> @@ -103,7 +103,6 @@
>>  #define CLKID_MPLL1		94
>>  #define CLKID_MPLL2		95
>>  #define CLKID_NAND_CLK		112
>> -#define CLKID_ABP		124
>>  #define CLKID_APB		124
>>  #define CLKID_PERIPH		126
>>  #define CLKID_AXI		128
>> 
>
> Acked-by: Neil Armstrong <narmstrong@baylibre.com>

Neil / Jerome, I'm assuming you will queue this via the clk-meson tree?

Kevin

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-22 23:53       ` Kevin Hilman
  0 siblings, 0 replies; 28+ messages in thread
From: Kevin Hilman @ 2019-03-22 23:53 UTC (permalink / raw)
  To: Neil Armstrong, Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: devicetree, robh+dt, mark.rutland, linux-arm-kernel, linux-clk

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 19/03/2019 22:41, Martin Blumenstingl wrote:
>> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
>> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
>> was fixed by adding a new (typo-free) #define CLKID_APB in
>> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
>> definition").
>> Now that the new #define is used by the driver we can remove the old
>> one (because the old one is not used anywhere).
>> 
>> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>> ---
>>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>>  1 file changed, 1 deletion(-)
>> 
>> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
>> index 8067077a62ca..cd11628f50f8 100644
>> --- a/include/dt-bindings/clock/meson8b-clkc.h
>> +++ b/include/dt-bindings/clock/meson8b-clkc.h
>> @@ -103,7 +103,6 @@
>>  #define CLKID_MPLL1		94
>>  #define CLKID_MPLL2		95
>>  #define CLKID_NAND_CLK		112
>> -#define CLKID_ABP		124
>>  #define CLKID_APB		124
>>  #define CLKID_PERIPH		126
>>  #define CLKID_AXI		128
>> 
>
> Acked-by: Neil Armstrong <narmstrong@baylibre.com>

Neil / Jerome, I'm assuming you will queue this via the clk-meson tree?

Kevin

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-22 23:53       ` Kevin Hilman
  0 siblings, 0 replies; 28+ messages in thread
From: Kevin Hilman @ 2019-03-22 23:53 UTC (permalink / raw)
  To: Neil Armstrong, Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 19/03/2019 22:41, Martin Blumenstingl wrote:
>> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
>> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
>> was fixed by adding a new (typo-free) #define CLKID_APB in
>> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
>> definition").
>> Now that the new #define is used by the driver we can remove the old
>> one (because the old one is not used anywhere).
>> 
>> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>> ---
>>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>>  1 file changed, 1 deletion(-)
>> 
>> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
>> index 8067077a62ca..cd11628f50f8 100644
>> --- a/include/dt-bindings/clock/meson8b-clkc.h
>> +++ b/include/dt-bindings/clock/meson8b-clkc.h
>> @@ -103,7 +103,6 @@
>>  #define CLKID_MPLL1		94
>>  #define CLKID_MPLL2		95
>>  #define CLKID_NAND_CLK		112
>> -#define CLKID_ABP		124
>>  #define CLKID_APB		124
>>  #define CLKID_PERIPH		126
>>  #define CLKID_AXI		128
>> 
>
> Acked-by: Neil Armstrong <narmstrong@baylibre.com>

Neil / Jerome, I'm assuming you will queue this via the clk-meson tree?

Kevin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-22 23:53       ` Kevin Hilman
  0 siblings, 0 replies; 28+ messages in thread
From: Kevin Hilman @ 2019-03-22 23:53 UTC (permalink / raw)
  To: Neil Armstrong, Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 19/03/2019 22:41, Martin Blumenstingl wrote:
>> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
>> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
>> was fixed by adding a new (typo-free) #define CLKID_APB in
>> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
>> definition").
>> Now that the new #define is used by the driver we can remove the old
>> one (because the old one is not used anywhere).
>> 
>> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>> ---
>>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>>  1 file changed, 1 deletion(-)
>> 
>> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
>> index 8067077a62ca..cd11628f50f8 100644
>> --- a/include/dt-bindings/clock/meson8b-clkc.h
>> +++ b/include/dt-bindings/clock/meson8b-clkc.h
>> @@ -103,7 +103,6 @@
>>  #define CLKID_MPLL1		94
>>  #define CLKID_MPLL2		95
>>  #define CLKID_NAND_CLK		112
>> -#define CLKID_ABP		124
>>  #define CLKID_APB		124
>>  #define CLKID_PERIPH		126
>>  #define CLKID_AXI		128
>> 
>
> Acked-by: Neil Armstrong <narmstrong@baylibre.com>

Neil / Jerome, I'm assuming you will queue this via the clk-meson tree?

Kevin

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
  2019-03-22 23:53       ` Kevin Hilman
  (?)
  (?)
@ 2019-03-23  9:54         ` Neil Armstrong
  -1 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-03-23  9:54 UTC (permalink / raw)
  To: Kevin Hilman, Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel



Le 23/03/2019 00:53, Kevin Hilman a écrit :
> Neil Armstrong <narmstrong@baylibre.com> writes:
> 
>> On 19/03/2019 22:41, Martin Blumenstingl wrote:
>>> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
>>> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
>>> was fixed by adding a new (typo-free) #define CLKID_APB in
>>> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
>>> definition").
>>> Now that the new #define is used by the driver we can remove the old
>>> one (because the old one is not used anywhere).
>>>
>>> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>>> ---
>>>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>>>  1 file changed, 1 deletion(-)
>>>
>>> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
>>> index 8067077a62ca..cd11628f50f8 100644
>>> --- a/include/dt-bindings/clock/meson8b-clkc.h
>>> +++ b/include/dt-bindings/clock/meson8b-clkc.h
>>> @@ -103,7 +103,6 @@
>>>  #define CLKID_MPLL1		94
>>>  #define CLKID_MPLL2		95
>>>  #define CLKID_NAND_CLK		112
>>> -#define CLKID_ABP		124
>>>  #define CLKID_APB		124
>>>  #define CLKID_PERIPH		126
>>>  #define CLKID_AXI		128
>>>
>>
>> Acked-by: Neil Armstrong <narmstrong@baylibre.com>
> 
> Neil / Jerome, I'm assuming you will queue this via the clk-meson tree?

Yes,

Neil

> 
> Kevin
> 

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-23  9:54         ` Neil Armstrong
  0 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-03-23  9:54 UTC (permalink / raw)
  To: Kevin Hilman, Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: devicetree, robh+dt, mark.rutland, linux-arm-kernel, linux-clk



Le 23/03/2019 00:53, Kevin Hilman a écrit :
> Neil Armstrong <narmstrong@baylibre.com> writes:
> 
>> On 19/03/2019 22:41, Martin Blumenstingl wrote:
>>> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
>>> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
>>> was fixed by adding a new (typo-free) #define CLKID_APB in
>>> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
>>> definition").
>>> Now that the new #define is used by the driver we can remove the old
>>> one (because the old one is not used anywhere).
>>>
>>> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>>> ---
>>>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>>>  1 file changed, 1 deletion(-)
>>>
>>> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
>>> index 8067077a62ca..cd11628f50f8 100644
>>> --- a/include/dt-bindings/clock/meson8b-clkc.h
>>> +++ b/include/dt-bindings/clock/meson8b-clkc.h
>>> @@ -103,7 +103,6 @@
>>>  #define CLKID_MPLL1		94
>>>  #define CLKID_MPLL2		95
>>>  #define CLKID_NAND_CLK		112
>>> -#define CLKID_ABP		124
>>>  #define CLKID_APB		124
>>>  #define CLKID_PERIPH		126
>>>  #define CLKID_AXI		128
>>>
>>
>> Acked-by: Neil Armstrong <narmstrong@baylibre.com>
> 
> Neil / Jerome, I'm assuming you will queue this via the clk-meson tree?

Yes,

Neil

> 
> Kevin
> 

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-23  9:54         ` Neil Armstrong
  0 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-03-23  9:54 UTC (permalink / raw)
  To: Kevin Hilman, Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel



Le 23/03/2019 00:53, Kevin Hilman a écrit :
> Neil Armstrong <narmstrong@baylibre.com> writes:
> 
>> On 19/03/2019 22:41, Martin Blumenstingl wrote:
>>> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
>>> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
>>> was fixed by adding a new (typo-free) #define CLKID_APB in
>>> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
>>> definition").
>>> Now that the new #define is used by the driver we can remove the old
>>> one (because the old one is not used anywhere).
>>>
>>> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>>> ---
>>>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>>>  1 file changed, 1 deletion(-)
>>>
>>> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
>>> index 8067077a62ca..cd11628f50f8 100644
>>> --- a/include/dt-bindings/clock/meson8b-clkc.h
>>> +++ b/include/dt-bindings/clock/meson8b-clkc.h
>>> @@ -103,7 +103,6 @@
>>>  #define CLKID_MPLL1		94
>>>  #define CLKID_MPLL2		95
>>>  #define CLKID_NAND_CLK		112
>>> -#define CLKID_ABP		124
>>>  #define CLKID_APB		124
>>>  #define CLKID_PERIPH		126
>>>  #define CLKID_AXI		128
>>>
>>
>> Acked-by: Neil Armstrong <narmstrong@baylibre.com>
> 
> Neil / Jerome, I'm assuming you will queue this via the clk-meson tree?

Yes,

Neil

> 
> Kevin
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-23  9:54         ` Neil Armstrong
  0 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-03-23  9:54 UTC (permalink / raw)
  To: Kevin Hilman, Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel



Le 23/03/2019 00:53, Kevin Hilman a écrit :
> Neil Armstrong <narmstrong@baylibre.com> writes:
> 
>> On 19/03/2019 22:41, Martin Blumenstingl wrote:
>>> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
>>> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
>>> was fixed by adding a new (typo-free) #define CLKID_APB in
>>> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
>>> definition").
>>> Now that the new #define is used by the driver we can remove the old
>>> one (because the old one is not used anywhere).
>>>
>>> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>>> ---
>>>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>>>  1 file changed, 1 deletion(-)
>>>
>>> diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
>>> index 8067077a62ca..cd11628f50f8 100644
>>> --- a/include/dt-bindings/clock/meson8b-clkc.h
>>> +++ b/include/dt-bindings/clock/meson8b-clkc.h
>>> @@ -103,7 +103,6 @@
>>>  #define CLKID_MPLL1		94
>>>  #define CLKID_MPLL2		95
>>>  #define CLKID_NAND_CLK		112
>>> -#define CLKID_ABP		124
>>>  #define CLKID_APB		124
>>>  #define CLKID_PERIPH		126
>>>  #define CLKID_AXI		128
>>>
>>
>> Acked-by: Neil Armstrong <narmstrong@baylibre.com>
> 
> Neil / Jerome, I'm assuming you will queue this via the clk-meson tree?

Yes,

Neil

> 
> Kevin
> 

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
  2019-03-19 21:41   ` Martin Blumenstingl
  (?)
  (?)
@ 2019-03-31  6:41     ` Rob Herring
  -1 siblings, 0 replies; 28+ messages in thread
From: Rob Herring @ 2019-03-31  6:41 UTC (permalink / raw)
  Cc: mark.rutland, devicetree, narmstrong, Martin Blumenstingl,
	robh+dt, linux-amlogic, linux-clk, linux-arm-kernel, jbrunet

On Tue, 19 Mar 2019 22:41:23 +0100, Martin Blumenstingl wrote:
> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
> was fixed by adding a new (typo-free) #define CLKID_APB in
> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
> definition").
> Now that the new #define is used by the driver we can remove the old
> one (because the old one is not used anywhere).
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 

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

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-31  6:41     ` Rob Herring
  0 siblings, 0 replies; 28+ messages in thread
From: Rob Herring @ 2019-03-31  6:41 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: narmstrong, jbrunet, linux-amlogic, devicetree, robh+dt,
	mark.rutland, linux-arm-kernel, linux-clk, Martin Blumenstingl

On Tue, 19 Mar 2019 22:41:23 +0100, Martin Blumenstingl wrote:
> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
> was fixed by adding a new (typo-free) #define CLKID_APB in
> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
> definition").
> Now that the new #define is used by the driver we can remove the old
> one (because the old one is not used anywhere).
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 

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


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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-31  6:41     ` Rob Herring
  0 siblings, 0 replies; 28+ messages in thread
From: Rob Herring @ 2019-03-31  6:41 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: mark.rutland, devicetree, narmstrong, Martin Blumenstingl,
	robh+dt, linux-amlogic, linux-clk, linux-arm-kernel, jbrunet

On Tue, 19 Mar 2019 22:41:23 +0100, Martin Blumenstingl wrote:
> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
> was fixed by adding a new (typo-free) #define CLKID_APB in
> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
> definition").
> Now that the new #define is used by the driver we can remove the old
> one (because the old one is not used anywhere).
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition
@ 2019-03-31  6:41     ` Rob Herring
  0 siblings, 0 replies; 28+ messages in thread
From: Rob Herring @ 2019-03-31  6:41 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: mark.rutland, devicetree, narmstrong, Martin Blumenstingl,
	robh+dt, linux-amlogic, linux-clk, linux-arm-kernel, jbrunet

On Tue, 19 Mar 2019 22:41:23 +0100, Martin Blumenstingl wrote:
> Commit 8e1dd17c8b0e3f ("dt-bindings: clock: meson8b: export the CPU post
> dividers") added a new clock ID "CLKID_ABP" which contains a typo. This
> was fixed by adding a new (typo-free) #define CLKID_APB in
> commit 40d08f774c17ad ("dt-bindings: clock: meson8b: add APB clock
> definition").
> Now that the new #define is used by the driver we can remove the old
> one (because the old one is not used anywhere).
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 

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


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH 0/1] clk: meson8b: remove CLKID with typo ("ABP" -> "APB")
  2019-03-19 21:41 ` Martin Blumenstingl
  (?)
  (?)
@ 2019-04-01  8:34   ` Neil Armstrong
  -1 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-04-01  8:34 UTC (permalink / raw)
  To: Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel

On 19/03/2019 22:41, Martin Blumenstingl wrote:
> This is a follow-up of my previous series from [0]:
>   clk: meson8b: fix typo "ABP" -> "APB"
> 
> The previous series introduced a fixed CLKID. Nothing uses the CLKID
> with the typo anymore so it's removed with this patch.
> 
> 
> [0] https://patchwork.kernel.org/cover/10804943/
> 
> 
> Martin Blumenstingl (1):
>   dt-bindings: clock: meson8b: drop the "ABP" clock definition
> 
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 

Applied to next/headers for Linux 5.2-rc1

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

* Re: [PATCH 0/1] clk: meson8b: remove CLKID with typo ("ABP" -> "APB")
@ 2019-04-01  8:34   ` Neil Armstrong
  0 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-04-01  8:34 UTC (permalink / raw)
  To: Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: devicetree, robh+dt, mark.rutland, linux-arm-kernel, linux-clk

On 19/03/2019 22:41, Martin Blumenstingl wrote:
> This is a follow-up of my previous series from [0]:
>   clk: meson8b: fix typo "ABP" -> "APB"
> 
> The previous series introduced a fixed CLKID. Nothing uses the CLKID
> with the typo anymore so it's removed with this patch.
> 
> 
> [0] https://patchwork.kernel.org/cover/10804943/
> 
> 
> Martin Blumenstingl (1):
>   dt-bindings: clock: meson8b: drop the "ABP" clock definition
> 
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 

Applied to next/headers for Linux 5.2-rc1

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

* Re: [PATCH 0/1] clk: meson8b: remove CLKID with typo ("ABP" -> "APB")
@ 2019-04-01  8:34   ` Neil Armstrong
  0 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-04-01  8:34 UTC (permalink / raw)
  To: Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel

On 19/03/2019 22:41, Martin Blumenstingl wrote:
> This is a follow-up of my previous series from [0]:
>   clk: meson8b: fix typo "ABP" -> "APB"
> 
> The previous series introduced a fixed CLKID. Nothing uses the CLKID
> with the typo anymore so it's removed with this patch.
> 
> 
> [0] https://patchwork.kernel.org/cover/10804943/
> 
> 
> Martin Blumenstingl (1):
>   dt-bindings: clock: meson8b: drop the "ABP" clock definition
> 
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 

Applied to next/headers for Linux 5.2-rc1

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 0/1] clk: meson8b: remove CLKID with typo ("ABP" -> "APB")
@ 2019-04-01  8:34   ` Neil Armstrong
  0 siblings, 0 replies; 28+ messages in thread
From: Neil Armstrong @ 2019-04-01  8:34 UTC (permalink / raw)
  To: Martin Blumenstingl, jbrunet, linux-amlogic
  Cc: mark.rutland, devicetree, robh+dt, linux-clk, linux-arm-kernel

On 19/03/2019 22:41, Martin Blumenstingl wrote:
> This is a follow-up of my previous series from [0]:
>   clk: meson8b: fix typo "ABP" -> "APB"
> 
> The previous series introduced a fixed CLKID. Nothing uses the CLKID
> with the typo anymore so it's removed with this patch.
> 
> 
> [0] https://patchwork.kernel.org/cover/10804943/
> 
> 
> Martin Blumenstingl (1):
>   dt-bindings: clock: meson8b: drop the "ABP" clock definition
> 
>  include/dt-bindings/clock/meson8b-clkc.h | 1 -
>  1 file changed, 1 deletion(-)
> 

Applied to next/headers for Linux 5.2-rc1

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2019-04-01  8:35 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-19 21:41 [PATCH 0/1] clk: meson8b: remove CLKID with typo ("ABP" -> "APB") Martin Blumenstingl
2019-03-19 21:41 ` Martin Blumenstingl
2019-03-19 21:41 ` Martin Blumenstingl
2019-03-19 21:41 ` Martin Blumenstingl
2019-03-19 21:41 ` [PATCH 1/1] dt-bindings: clock: meson8b: drop the "ABP" clock definition Martin Blumenstingl
2019-03-19 21:41   ` Martin Blumenstingl
2019-03-19 21:41   ` Martin Blumenstingl
2019-03-19 21:41   ` Martin Blumenstingl
2019-03-20  8:12   ` Neil Armstrong
2019-03-20  8:12     ` Neil Armstrong
2019-03-20  8:12     ` Neil Armstrong
2019-03-20  8:12     ` Neil Armstrong
2019-03-22 23:53     ` Kevin Hilman
2019-03-22 23:53       ` Kevin Hilman
2019-03-22 23:53       ` Kevin Hilman
2019-03-22 23:53       ` Kevin Hilman
2019-03-23  9:54       ` Neil Armstrong
2019-03-23  9:54         ` Neil Armstrong
2019-03-23  9:54         ` Neil Armstrong
2019-03-23  9:54         ` Neil Armstrong
2019-03-31  6:41   ` Rob Herring
2019-03-31  6:41     ` Rob Herring
2019-03-31  6:41     ` Rob Herring
2019-03-31  6:41     ` Rob Herring
2019-04-01  8:34 ` [PATCH 0/1] clk: meson8b: remove CLKID with typo ("ABP" -> "APB") Neil Armstrong
2019-04-01  8:34   ` Neil Armstrong
2019-04-01  8:34   ` Neil Armstrong
2019-04-01  8:34   ` Neil Armstrong

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.