All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-07 14:21 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-07 14:21 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Matthias Brugger, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel
  Cc: Krzysztof Kozlowski

The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
index 0f9480f91261..8d5bf73a9099 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
@@ -849,7 +849,7 @@ &spi1 {
 	mediatek,pad-select = <0>;
 	status = "okay";
 
-	w25q64dw: spi-flash@0 {
+	w25q64dw: flash@0 {
 		compatible = "winbond,w25q64dw", "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <25000000>;
-- 
2.32.0


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

* [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-07 14:21 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-07 14:21 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Matthias Brugger, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel
  Cc: Krzysztof Kozlowski

The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
index 0f9480f91261..8d5bf73a9099 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
@@ -849,7 +849,7 @@ &spi1 {
 	mediatek,pad-select = <0>;
 	status = "okay";
 
-	w25q64dw: spi-flash@0 {
+	w25q64dw: flash@0 {
 		compatible = "winbond,w25q64dw", "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <25000000>;
-- 
2.32.0


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

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

* [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-07 14:21 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-07 14:21 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Matthias Brugger, devicetree,
	linux-arm-kernel, linux-mediatek, linux-kernel
  Cc: Krzysztof Kozlowski

The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
index 0f9480f91261..8d5bf73a9099 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
@@ -849,7 +849,7 @@ &spi1 {
 	mediatek,pad-select = <0>;
 	status = "okay";
 
-	w25q64dw: spi-flash@0 {
+	w25q64dw: flash@0 {
 		compatible = "winbond,w25q64dw", "jedec,spi-nor";
 		reg = <0>;
 		spi-max-frequency = <25000000>;
-- 
2.32.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] 18+ messages in thread

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
  2022-04-07 14:21 ` Krzysztof Kozlowski
  (?)
@ 2022-04-20  9:10   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-20  9:10 UTC (permalink / raw)
  To: linux-mediatek, devicetree, linux-kernel, Rob Herring,
	Krzysztof Kozlowski, linux-arm-kernel, Matthias Brugger,
	Krzysztof Kozlowski

On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
> The node names should be generic and SPI NOR dtschema expects "flash".
> 
> 

Looks like no one wants to take this, so let me take care of it.

Applied, thanks!

[1/1] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
      commit: 4e3ffebd69e0aada1ce6bf4bf832e14a3c4f50db

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-20  9:10   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-20  9:10 UTC (permalink / raw)
  To: linux-mediatek, devicetree, linux-kernel, Rob Herring,
	Krzysztof Kozlowski, linux-arm-kernel, Matthias Brugger,
	Krzysztof Kozlowski

On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
> The node names should be generic and SPI NOR dtschema expects "flash".
> 
> 

Looks like no one wants to take this, so let me take care of it.

Applied, thanks!

[1/1] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
      commit: 4e3ffebd69e0aada1ce6bf4bf832e14a3c4f50db

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

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

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-20  9:10   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-20  9:10 UTC (permalink / raw)
  To: linux-mediatek, devicetree, linux-kernel, Rob Herring,
	Krzysztof Kozlowski, linux-arm-kernel, Matthias Brugger,
	Krzysztof Kozlowski

On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
> The node names should be generic and SPI NOR dtschema expects "flash".
> 
> 

Looks like no one wants to take this, so let me take care of it.

Applied, thanks!

[1/1] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
      commit: 4e3ffebd69e0aada1ce6bf4bf832e14a3c4f50db

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.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] 18+ messages in thread

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
  2022-04-20  9:10   ` Krzysztof Kozlowski
  (?)
@ 2022-04-20 12:35     ` Matthias Brugger
  -1 siblings, 0 replies; 18+ messages in thread
From: Matthias Brugger @ 2022-04-20 12:35 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel



On 20/04/2022 11:10, Krzysztof Kozlowski wrote:
> On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
>> The node names should be generic and SPI NOR dtschema expects "flash".
>>
>>
> 
> Looks like no one wants to take this, so let me take care of it.
> 

First thing would have been a ping on the patch, don't you think? Anyway as I 
said the last time, if you take DTS patches for mediatek, I'd need a stable 
branch I can merge so that we don't have any merge conflicts in the end.

Regards,
Matthias

> Applied, thanks!
> 
> [1/1] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
>        commit: 4e3ffebd69e0aada1ce6bf4bf832e14a3c4f50db
> 
> Best regards,

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

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-20 12:35     ` Matthias Brugger
  0 siblings, 0 replies; 18+ messages in thread
From: Matthias Brugger @ 2022-04-20 12:35 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel



On 20/04/2022 11:10, Krzysztof Kozlowski wrote:
> On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
>> The node names should be generic and SPI NOR dtschema expects "flash".
>>
>>
> 
> Looks like no one wants to take this, so let me take care of it.
> 

First thing would have been a ping on the patch, don't you think? Anyway as I 
said the last time, if you take DTS patches for mediatek, I'd need a stable 
branch I can merge so that we don't have any merge conflicts in the end.

Regards,
Matthias

> Applied, thanks!
> 
> [1/1] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
>        commit: 4e3ffebd69e0aada1ce6bf4bf832e14a3c4f50db
> 
> Best regards,

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

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

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-20 12:35     ` Matthias Brugger
  0 siblings, 0 replies; 18+ messages in thread
From: Matthias Brugger @ 2022-04-20 12:35 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel



On 20/04/2022 11:10, Krzysztof Kozlowski wrote:
> On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
>> The node names should be generic and SPI NOR dtschema expects "flash".
>>
>>
> 
> Looks like no one wants to take this, so let me take care of it.
> 

First thing would have been a ping on the patch, don't you think? Anyway as I 
said the last time, if you take DTS patches for mediatek, I'd need a stable 
branch I can merge so that we don't have any merge conflicts in the end.

Regards,
Matthias

> Applied, thanks!
> 
> [1/1] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
>        commit: 4e3ffebd69e0aada1ce6bf4bf832e14a3c4f50db
> 
> Best regards,

_______________________________________________
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] 18+ messages in thread

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
  2022-04-20 12:35     ` Matthias Brugger
  (?)
@ 2022-04-21  8:01       ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-21  8:01 UTC (permalink / raw)
  To: Matthias Brugger, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel

On 20/04/2022 14:35, Matthias Brugger wrote:
> 
> 
> On 20/04/2022 11:10, Krzysztof Kozlowski wrote:
>> On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
>>> The node names should be generic and SPI NOR dtschema expects "flash".
>>>
>>>
>>
>> Looks like no one wants to take this, so let me take care of it.
>>
> 
> First thing would have been a ping on the patch, don't you think? 

And what does it change? The operating-points clean up [1] was sent in
August last year, then in this April, and you responded only when I
wrote pick-up. The Google cros-ec clean up was sent in Feb and two weeks
later pinged [2].

Pinging and resending apparently does not help. It's okay, happens, we
are all extra busy and we all pretty often do it as part of
community/hobby/spare time.

> Anyway as I 
> said the last time, if you take DTS patches for mediatek

I don't want to take the patches for Mediatek. But I also don't want to
resend and ping each one of them because it did not work in the past.

> , I'd need a stable 
> branch I can merge so that we don't have any merge conflicts in the end.

Can you just pick the patch?


[1]
https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mediatek%3A+align+operating-points+table+name+with+dtschema%22

[2]
https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mt8183%3A+align+Google+CROS+EC+PWM+node+name+with+dtschema%22

Best regards,
Krzysztof

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

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-21  8:01       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-21  8:01 UTC (permalink / raw)
  To: Matthias Brugger, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel

On 20/04/2022 14:35, Matthias Brugger wrote:
> 
> 
> On 20/04/2022 11:10, Krzysztof Kozlowski wrote:
>> On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
>>> The node names should be generic and SPI NOR dtschema expects "flash".
>>>
>>>
>>
>> Looks like no one wants to take this, so let me take care of it.
>>
> 
> First thing would have been a ping on the patch, don't you think? 

And what does it change? The operating-points clean up [1] was sent in
August last year, then in this April, and you responded only when I
wrote pick-up. The Google cros-ec clean up was sent in Feb and two weeks
later pinged [2].

Pinging and resending apparently does not help. It's okay, happens, we
are all extra busy and we all pretty often do it as part of
community/hobby/spare time.

> Anyway as I 
> said the last time, if you take DTS patches for mediatek

I don't want to take the patches for Mediatek. But I also don't want to
resend and ping each one of them because it did not work in the past.

> , I'd need a stable 
> branch I can merge so that we don't have any merge conflicts in the end.

Can you just pick the patch?


[1]
https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mediatek%3A+align+operating-points+table+name+with+dtschema%22

[2]
https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mt8183%3A+align+Google+CROS+EC+PWM+node+name+with+dtschema%22

Best regards,
Krzysztof

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

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

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-21  8:01       ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-21  8:01 UTC (permalink / raw)
  To: Matthias Brugger, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel

On 20/04/2022 14:35, Matthias Brugger wrote:
> 
> 
> On 20/04/2022 11:10, Krzysztof Kozlowski wrote:
>> On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
>>> The node names should be generic and SPI NOR dtschema expects "flash".
>>>
>>>
>>
>> Looks like no one wants to take this, so let me take care of it.
>>
> 
> First thing would have been a ping on the patch, don't you think? 

And what does it change? The operating-points clean up [1] was sent in
August last year, then in this April, and you responded only when I
wrote pick-up. The Google cros-ec clean up was sent in Feb and two weeks
later pinged [2].

Pinging and resending apparently does not help. It's okay, happens, we
are all extra busy and we all pretty often do it as part of
community/hobby/spare time.

> Anyway as I 
> said the last time, if you take DTS patches for mediatek

I don't want to take the patches for Mediatek. But I also don't want to
resend and ping each one of them because it did not work in the past.

> , I'd need a stable 
> branch I can merge so that we don't have any merge conflicts in the end.

Can you just pick the patch?


[1]
https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mediatek%3A+align+operating-points+table+name+with+dtschema%22

[2]
https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mt8183%3A+align+Google+CROS+EC+PWM+node+name+with+dtschema%22

Best regards,
Krzysztof

_______________________________________________
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] 18+ messages in thread

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
  2022-04-21  8:01       ` Krzysztof Kozlowski
  (?)
@ 2022-04-22  9:13         ` Matthias Brugger
  -1 siblings, 0 replies; 18+ messages in thread
From: Matthias Brugger @ 2022-04-22  9:13 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel

Hi Krzysztof,

On 21/04/2022 10:01, Krzysztof Kozlowski wrote:
> On 20/04/2022 14:35, Matthias Brugger wrote:
>>
>>
>> On 20/04/2022 11:10, Krzysztof Kozlowski wrote:
>>> On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
>>>> The node names should be generic and SPI NOR dtschema expects "flash".
>>>>
>>>>
>>>
>>> Looks like no one wants to take this, so let me take care of it.
>>>
>>
>> First thing would have been a ping on the patch, don't you think?
> 
> And what does it change? The operating-points clean up [1] was sent in
> August last year, then in this April, and you responded only when I
> wrote pick-up. The Google cros-ec clean up was sent in Feb and two weeks
> later pinged [2].
> 

That I answered to the pick-up is just plain coincidence that I had some time to 
look into the patches. Sorry for being unresponsive. I'm happy that you care 
about MediaTek patches. If you think there will more patches in this cycle or 
future cycles, we can also agree on you taking the patches and send me a pull 
request later. I only want to avoid any merge conflicts, that's all.

> Pinging and resending apparently does not help. It's okay, happens, we
> are all extra busy and we all pretty often do it as part of
> community/hobby/spare time.
> 
>> Anyway as I
>> said the last time, if you take DTS patches for mediatek
> 
> I don't want to take the patches for Mediatek. But I also don't want to
> resend and ping each one of them because it did not work in the past.
> 
>> , I'd need a stable
>> branch I can merge so that we don't have any merge conflicts in the end.
> 
> Can you just pick the patch?
> 

I pushed it to v5.18-next/dts64 [1]

Let me know if there are other patches that you want me to take.

Regards,
Matthias


[1] 
https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/log/?h=v5.18-next/dts64

> 
> [1]
> https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mediatek%3A+align+operating-points+table+name+with+dtschema%22
> 
> [2]
> https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mt8183%3A+align+Google+CROS+EC+PWM+node+name+with+dtschema%22
> 
> Best regards,
> Krzysztof

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

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-22  9:13         ` Matthias Brugger
  0 siblings, 0 replies; 18+ messages in thread
From: Matthias Brugger @ 2022-04-22  9:13 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel

Hi Krzysztof,

On 21/04/2022 10:01, Krzysztof Kozlowski wrote:
> On 20/04/2022 14:35, Matthias Brugger wrote:
>>
>>
>> On 20/04/2022 11:10, Krzysztof Kozlowski wrote:
>>> On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
>>>> The node names should be generic and SPI NOR dtschema expects "flash".
>>>>
>>>>
>>>
>>> Looks like no one wants to take this, so let me take care of it.
>>>
>>
>> First thing would have been a ping on the patch, don't you think?
> 
> And what does it change? The operating-points clean up [1] was sent in
> August last year, then in this April, and you responded only when I
> wrote pick-up. The Google cros-ec clean up was sent in Feb and two weeks
> later pinged [2].
> 

That I answered to the pick-up is just plain coincidence that I had some time to 
look into the patches. Sorry for being unresponsive. I'm happy that you care 
about MediaTek patches. If you think there will more patches in this cycle or 
future cycles, we can also agree on you taking the patches and send me a pull 
request later. I only want to avoid any merge conflicts, that's all.

> Pinging and resending apparently does not help. It's okay, happens, we
> are all extra busy and we all pretty often do it as part of
> community/hobby/spare time.
> 
>> Anyway as I
>> said the last time, if you take DTS patches for mediatek
> 
> I don't want to take the patches for Mediatek. But I also don't want to
> resend and ping each one of them because it did not work in the past.
> 
>> , I'd need a stable
>> branch I can merge so that we don't have any merge conflicts in the end.
> 
> Can you just pick the patch?
> 

I pushed it to v5.18-next/dts64 [1]

Let me know if there are other patches that you want me to take.

Regards,
Matthias


[1] 
https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/log/?h=v5.18-next/dts64

> 
> [1]
> https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mediatek%3A+align+operating-points+table+name+with+dtschema%22
> 
> [2]
> https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mt8183%3A+align+Google+CROS+EC+PWM+node+name+with+dtschema%22
> 
> Best regards,
> Krzysztof

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

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

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-22  9:13         ` Matthias Brugger
  0 siblings, 0 replies; 18+ messages in thread
From: Matthias Brugger @ 2022-04-22  9:13 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel

Hi Krzysztof,

On 21/04/2022 10:01, Krzysztof Kozlowski wrote:
> On 20/04/2022 14:35, Matthias Brugger wrote:
>>
>>
>> On 20/04/2022 11:10, Krzysztof Kozlowski wrote:
>>> On Thu, 7 Apr 2022 16:21:43 +0200, Krzysztof Kozlowski wrote:
>>>> The node names should be generic and SPI NOR dtschema expects "flash".
>>>>
>>>>
>>>
>>> Looks like no one wants to take this, so let me take care of it.
>>>
>>
>> First thing would have been a ping on the patch, don't you think?
> 
> And what does it change? The operating-points clean up [1] was sent in
> August last year, then in this April, and you responded only when I
> wrote pick-up. The Google cros-ec clean up was sent in Feb and two weeks
> later pinged [2].
> 

That I answered to the pick-up is just plain coincidence that I had some time to 
look into the patches. Sorry for being unresponsive. I'm happy that you care 
about MediaTek patches. If you think there will more patches in this cycle or 
future cycles, we can also agree on you taking the patches and send me a pull 
request later. I only want to avoid any merge conflicts, that's all.

> Pinging and resending apparently does not help. It's okay, happens, we
> are all extra busy and we all pretty often do it as part of
> community/hobby/spare time.
> 
>> Anyway as I
>> said the last time, if you take DTS patches for mediatek
> 
> I don't want to take the patches for Mediatek. But I also don't want to
> resend and ping each one of them because it did not work in the past.
> 
>> , I'd need a stable
>> branch I can merge so that we don't have any merge conflicts in the end.
> 
> Can you just pick the patch?
> 

I pushed it to v5.18-next/dts64 [1]

Let me know if there are other patches that you want me to take.

Regards,
Matthias


[1] 
https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/log/?h=v5.18-next/dts64

> 
> [1]
> https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mediatek%3A+align+operating-points+table+name+with+dtschema%22
> 
> [2]
> https://lore.kernel.org/all/?q=%22arm64%3A+dts%3A+mt8183%3A+align+Google+CROS+EC+PWM+node+name+with+dtschema%22
> 
> Best regards,
> Krzysztof

_______________________________________________
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] 18+ messages in thread

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
  2022-04-22  9:13         ` Matthias Brugger
  (?)
@ 2022-04-22 10:19           ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-22 10:19 UTC (permalink / raw)
  To: Matthias Brugger, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel

On 22/04/2022 11:13, Matthias Brugger wrote:
> 
> I pushed it to v5.18-next/dts64 [1]
> 
> Let me know if there are other patches that you want me to take.

Thanks! I dropped it from my tree.


Best regards,
Krzysztof

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

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-22 10:19           ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-22 10:19 UTC (permalink / raw)
  To: Matthias Brugger, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel

On 22/04/2022 11:13, Matthias Brugger wrote:
> 
> I pushed it to v5.18-next/dts64 [1]
> 
> Let me know if there are other patches that you want me to take.

Thanks! I dropped it from my tree.


Best regards,
Krzysztof

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

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

* Re: [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema
@ 2022-04-22 10:19           ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-22 10:19 UTC (permalink / raw)
  To: Matthias Brugger, linux-mediatek, devicetree, linux-kernel,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel

On 22/04/2022 11:13, Matthias Brugger wrote:
> 
> I pushed it to v5.18-next/dts64 [1]
> 
> Let me know if there are other patches that you want me to take.

Thanks! I dropped it from my tree.


Best regards,
Krzysztof

_______________________________________________
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] 18+ messages in thread

end of thread, other threads:[~2022-04-22 10:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 14:21 [PATCH] arm64: dts: mt8183-kukui: align SPI NOR node name with dtschema Krzysztof Kozlowski
2022-04-07 14:21 ` Krzysztof Kozlowski
2022-04-07 14:21 ` Krzysztof Kozlowski
2022-04-20  9:10 ` Krzysztof Kozlowski
2022-04-20  9:10   ` Krzysztof Kozlowski
2022-04-20  9:10   ` Krzysztof Kozlowski
2022-04-20 12:35   ` Matthias Brugger
2022-04-20 12:35     ` Matthias Brugger
2022-04-20 12:35     ` Matthias Brugger
2022-04-21  8:01     ` Krzysztof Kozlowski
2022-04-21  8:01       ` Krzysztof Kozlowski
2022-04-21  8:01       ` Krzysztof Kozlowski
2022-04-22  9:13       ` Matthias Brugger
2022-04-22  9:13         ` Matthias Brugger
2022-04-22  9:13         ` Matthias Brugger
2022-04-22 10:19         ` Krzysztof Kozlowski
2022-04-22 10:19           ` Krzysztof Kozlowski
2022-04-22 10:19           ` Krzysztof Kozlowski

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.