linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards
@ 2025-07-29 20:52 Florian Fainelli
  2025-07-29 20:52 ` [PATCH 1/2] dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Florian Fainelli @ 2025-07-29 20:52 UTC (permalink / raw)
  To: linux-mips
  Cc: Florian Fainelli, Krzysztof Kozlowski, Rob Herring, Conor Dooley,
	Broadcom internal kernel review list, Thomas Bogendoerfer,
	open list:MEMORY CONTROLLER DRIVERS,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:BROADCOM BCM7XXX ARM ARCHITECTURE

This patch series updates the MIPS-based Broadcom STB chips to use a
proper compatible string for their memory controller node(s) after
501be7cecec9 ("dt-bindings: memory-controller: Define fallback
compatible").

Florian Fainelli (2):
  dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
  MIPS: BMIPS: Properly define memory controller compatible

 .../bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml  | 4 ++++
 arch/mips/boot/dts/brcm/bcm7346.dtsi                        | 3 ++-
 arch/mips/boot/dts/brcm/bcm7360.dtsi                        | 3 ++-
 arch/mips/boot/dts/brcm/bcm7362.dtsi                        | 3 ++-
 arch/mips/boot/dts/brcm/bcm7425.dtsi                        | 6 ++++--
 arch/mips/boot/dts/brcm/bcm7435.dtsi                        | 6 ++++--
 6 files changed, 18 insertions(+), 7 deletions(-)

-- 
2.43.0


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

* [PATCH 1/2] dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
  2025-07-29 20:52 [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards Florian Fainelli
@ 2025-07-29 20:52 ` Florian Fainelli
  2025-07-30 22:30   ` Rob Herring (Arm)
  2025-08-13 10:36   ` (subset) " Krzysztof Kozlowski
  2025-07-29 20:52 ` [PATCH 2/2] MIPS: BMIPS: Properly define memory controller compatible Florian Fainelli
  2025-08-29 10:21 ` [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards Thomas Bogendoerfer
  2 siblings, 2 replies; 10+ messages in thread
From: Florian Fainelli @ 2025-07-29 20:52 UTC (permalink / raw)
  To: linux-mips
  Cc: Florian Fainelli, Krzysztof Kozlowski, Rob Herring, Conor Dooley,
	Broadcom internal kernel review list, Thomas Bogendoerfer,
	open list:MEMORY CONTROLLER DRIVERS,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:BROADCOM BCM7XXX ARM ARCHITECTURE

The older MIPS-based chips incorporated a memory controller with the
revision A.0.0, update the binding to list that compatible.

Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
---
 .../bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml b/Documentation/devicetree/bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml
index b935894bd4fc..3328c8df8190 100644
--- a/Documentation/devicetree/bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml
@@ -42,6 +42,10 @@ properties:
         items:
           - const: brcm,brcmstb-memc-ddr-rev-b.1.x
           - const: brcm,brcmstb-memc-ddr
+      - description: Revision 0.x controllers
+        items:
+          - const: brcm,brcmstb-memc-ddr-rev-a.0.0
+          - const: brcm,brcmstb-memc-ddr
 
   reg:
     maxItems: 1
-- 
2.43.0


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

* [PATCH 2/2] MIPS: BMIPS: Properly define memory controller compatible
  2025-07-29 20:52 [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards Florian Fainelli
  2025-07-29 20:52 ` [PATCH 1/2] dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips Florian Fainelli
@ 2025-07-29 20:52 ` Florian Fainelli
  2025-08-29 10:21 ` [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards Thomas Bogendoerfer
  2 siblings, 0 replies; 10+ messages in thread
From: Florian Fainelli @ 2025-07-29 20:52 UTC (permalink / raw)
  To: linux-mips
  Cc: Florian Fainelli, Krzysztof Kozlowski, Rob Herring, Conor Dooley,
	Broadcom internal kernel review list, Thomas Bogendoerfer,
	open list:MEMORY CONTROLLER DRIVERS,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:BROADCOM BCM7XXX ARM ARCHITECTURE

With the DT binding updated with 501be7cecec9 ("dt-bindings:
memory-controller: Define fallback compatible") we need to define a
proper compatible string for the memory controller node(s).

Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
---
 arch/mips/boot/dts/brcm/bcm7346.dtsi | 3 ++-
 arch/mips/boot/dts/brcm/bcm7360.dtsi | 3 ++-
 arch/mips/boot/dts/brcm/bcm7362.dtsi | 3 ++-
 arch/mips/boot/dts/brcm/bcm7425.dtsi | 6 ++++--
 arch/mips/boot/dts/brcm/bcm7435.dtsi | 6 ++++--
 5 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/arch/mips/boot/dts/brcm/bcm7346.dtsi b/arch/mips/boot/dts/brcm/bcm7346.dtsi
index 2afa0dada575..9d6f97e02ff9 100644
--- a/arch/mips/boot/dts/brcm/bcm7346.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm7346.dtsi
@@ -531,7 +531,8 @@ memc-arb@1000 {
 			};
 
 			memc-ddr@2000 {
-				compatible = "brcm,brcmstb-memc-ddr";
+				compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
+					     "brcm,brcmstb-memc-ddr";
 				reg = <0x2000 0x300>;
 			};
 
diff --git a/arch/mips/boot/dts/brcm/bcm7360.dtsi b/arch/mips/boot/dts/brcm/bcm7360.dtsi
index a57cacea91cf..a7f60f059e50 100644
--- a/arch/mips/boot/dts/brcm/bcm7360.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm7360.dtsi
@@ -450,7 +450,8 @@ memc-arb@1000 {
 			};
 
 			memc-ddr@2000 {
-				compatible = "brcm,brcmstb-memc-ddr";
+				compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
+					     "brcm,brcmstb-memc-ddr";
 				reg = <0x2000 0x300>;
 			};
 
diff --git a/arch/mips/boot/dts/brcm/bcm7362.dtsi b/arch/mips/boot/dts/brcm/bcm7362.dtsi
index 728b9e9f84b8..2d483cbf254f 100644
--- a/arch/mips/boot/dts/brcm/bcm7362.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm7362.dtsi
@@ -446,7 +446,8 @@ memc-arb@1000 {
 			};
 
 			memc-ddr@2000 {
-				compatible = "brcm,brcmstb-memc-ddr";
+				compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
+					     "brcm,brcmstb-memc-ddr";
 				reg = <0x2000 0x300>;
 			};
 
diff --git a/arch/mips/boot/dts/brcm/bcm7425.dtsi b/arch/mips/boot/dts/brcm/bcm7425.dtsi
index 62588c53d356..c3bb020ff2b5 100644
--- a/arch/mips/boot/dts/brcm/bcm7425.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm7425.dtsi
@@ -542,7 +542,8 @@ memc-arb@1000 {
 			};
 
 			memc-ddr@2000 {
-				compatible = "brcm,brcmstb-memc-ddr";
+				compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
+					     "brcm,brcmstb-memc-ddr";
 				reg = <0x2000 0x300>;
 			};
 
@@ -569,7 +570,8 @@ memc-arb@1000 {
 			};
 
 			memc-ddr@2000 {
-				compatible = "brcm,brcmstb-memc-ddr";
+				compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
+					     "brcm,brcmstb-memc-ddr";
 				reg = <0x2000 0x300>;
 			};
 
diff --git a/arch/mips/boot/dts/brcm/bcm7435.dtsi b/arch/mips/boot/dts/brcm/bcm7435.dtsi
index cfdf9804e126..60cfa4074cce 100644
--- a/arch/mips/boot/dts/brcm/bcm7435.dtsi
+++ b/arch/mips/boot/dts/brcm/bcm7435.dtsi
@@ -558,7 +558,8 @@ memc-arb@1000 {
 			};
 
 			memc-ddr@2000 {
-				compatible = "brcm,brcmstb-memc-ddr";
+				compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
+					     "brcm,brcmstb-memc-ddr";
 				reg = <0x2000 0x300>;
 			};
 
@@ -585,7 +586,8 @@ memc-arb@1000 {
 			};
 
 			memc-ddr@2000 {
-				compatible = "brcm,brcmstb-memc-ddr";
+				compatible = "brcm,brcmstb-memc-ddr-rev-a.0.0",
+					     "brcm,brcmstb-memc-ddr";
 				reg = <0x2000 0x300>;
 			};
 
-- 
2.43.0


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

* Re: [PATCH 1/2] dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
  2025-07-29 20:52 ` [PATCH 1/2] dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips Florian Fainelli
@ 2025-07-30 22:30   ` Rob Herring (Arm)
  2025-08-13 10:36   ` (subset) " Krzysztof Kozlowski
  1 sibling, 0 replies; 10+ messages in thread
From: Rob Herring (Arm) @ 2025-07-30 22:30 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Krzysztof Kozlowski, linux-arm-kernel, Thomas Bogendoerfer,
	Conor Dooley, linux-kernel, linux-mips,
	Broadcom internal kernel review list, devicetree


On Tue, 29 Jul 2025 13:52:12 -0700, Florian Fainelli wrote:
> The older MIPS-based chips incorporated a memory controller with the
> revision A.0.0, update the binding to list that compatible.
> 
> Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
> ---
>  .../bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml    | 4 ++++
>  1 file changed, 4 insertions(+)
> 

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


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

* Re: (subset) [PATCH 1/2] dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
  2025-07-29 20:52 ` [PATCH 1/2] dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips Florian Fainelli
  2025-07-30 22:30   ` Rob Herring (Arm)
@ 2025-08-13 10:36   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-13 10:36 UTC (permalink / raw)
  To: linux-mips, Florian Fainelli
  Cc: Krzysztof Kozlowski, Rob Herring, Conor Dooley,
	Broadcom internal kernel review list, Thomas Bogendoerfer,
	linux-kernel, devicetree, linux-arm-kernel


On Tue, 29 Jul 2025 13:52:12 -0700, Florian Fainelli wrote:
> The older MIPS-based chips incorporated a memory controller with the
> revision A.0.0, update the binding to list that compatible.
> 
> 

Applied, thanks!

[1/2] dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
      https://git.kernel.org/krzk/linux-mem-ctrl/c/1aba1eab0bd896928ae20dbf1f60a175a6e1ad0f

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


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

* Re: [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards
  2025-07-29 20:52 [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards Florian Fainelli
  2025-07-29 20:52 ` [PATCH 1/2] dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips Florian Fainelli
  2025-07-29 20:52 ` [PATCH 2/2] MIPS: BMIPS: Properly define memory controller compatible Florian Fainelli
@ 2025-08-29 10:21 ` Thomas Bogendoerfer
  2025-08-29 10:37   ` Krzysztof Kozlowski
  2 siblings, 1 reply; 10+ messages in thread
From: Thomas Bogendoerfer @ 2025-08-29 10:21 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-mips, Krzysztof Kozlowski, Rob Herring, Conor Dooley,
	Broadcom internal kernel review list,
	open list:MEMORY CONTROLLER DRIVERS,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:BROADCOM BCM7XXX ARM ARCHITECTURE

On Tue, Jul 29, 2025 at 01:52:11PM -0700, Florian Fainelli wrote:
> This patch series updates the MIPS-based Broadcom STB chips to use a
> proper compatible string for their memory controller node(s) after
> 501be7cecec9 ("dt-bindings: memory-controller: Define fallback
> compatible").
> 
> Florian Fainelli (2):
>   dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
>   MIPS: BMIPS: Properly define memory controller compatible
> 
>  .../bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml  | 4 ++++
>  arch/mips/boot/dts/brcm/bcm7346.dtsi                        | 3 ++-
>  arch/mips/boot/dts/brcm/bcm7360.dtsi                        | 3 ++-
>  arch/mips/boot/dts/brcm/bcm7362.dtsi                        | 3 ++-
>  arch/mips/boot/dts/brcm/bcm7425.dtsi                        | 6 ++++--
>  arch/mips/boot/dts/brcm/bcm7435.dtsi                        | 6 ++++--
>  6 files changed, 18 insertions(+), 7 deletions(-)

series applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

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

* Re: [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards
  2025-08-29 10:21 ` [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards Thomas Bogendoerfer
@ 2025-08-29 10:37   ` Krzysztof Kozlowski
  2025-08-29 10:39     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-29 10:37 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Florian Fainelli
  Cc: linux-mips, Rob Herring, Conor Dooley,
	Broadcom internal kernel review list,
	open list:MEMORY CONTROLLER DRIVERS,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:BROADCOM BCM7XXX ARM ARCHITECTURE

On 29/08/2025 12:21, Thomas Bogendoerfer wrote:
> On Tue, Jul 29, 2025 at 01:52:11PM -0700, Florian Fainelli wrote:
>> This patch series updates the MIPS-based Broadcom STB chips to use a
>> proper compatible string for their memory controller node(s) after
>> 501be7cecec9 ("dt-bindings: memory-controller: Define fallback
>> compatible").
>>
>> Florian Fainelli (2):
>>   dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
>>   MIPS: BMIPS: Properly define memory controller compatible
>>
>>  .../bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml  | 4 ++++
>>  arch/mips/boot/dts/brcm/bcm7346.dtsi                        | 3 ++-
>>  arch/mips/boot/dts/brcm/bcm7360.dtsi                        | 3 ++-
>>  arch/mips/boot/dts/brcm/bcm7362.dtsi                        | 3 ++-
>>  arch/mips/boot/dts/brcm/bcm7425.dtsi                        | 6 ++++--
>>  arch/mips/boot/dts/brcm/bcm7435.dtsi                        | 6 ++++--
>>  6 files changed, 18 insertions(+), 7 deletions(-)
> 
> series applied to mips-next.

Why entire series? You were notified two weeks ago that I already took
the driver subsystem patch.

Best regards,
Krzysztof

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

* Re: [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards
  2025-08-29 10:37   ` Krzysztof Kozlowski
@ 2025-08-29 10:39     ` Krzysztof Kozlowski
  2025-08-29 15:36       ` Thomas Bogendoerfer
  0 siblings, 1 reply; 10+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-29 10:39 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Florian Fainelli
  Cc: linux-mips, Rob Herring, Conor Dooley,
	Broadcom internal kernel review list,
	open list:MEMORY CONTROLLER DRIVERS,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:BROADCOM BCM7XXX ARM ARCHITECTURE

On 29/08/2025 12:37, Krzysztof Kozlowski wrote:
> On 29/08/2025 12:21, Thomas Bogendoerfer wrote:
>> On Tue, Jul 29, 2025 at 01:52:11PM -0700, Florian Fainelli wrote:
>>> This patch series updates the MIPS-based Broadcom STB chips to use a
>>> proper compatible string for their memory controller node(s) after
>>> 501be7cecec9 ("dt-bindings: memory-controller: Define fallback
>>> compatible").
>>>
>>> Florian Fainelli (2):
>>>   dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
>>>   MIPS: BMIPS: Properly define memory controller compatible
>>>
>>>  .../bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml  | 4 ++++
>>>  arch/mips/boot/dts/brcm/bcm7346.dtsi                        | 3 ++-
>>>  arch/mips/boot/dts/brcm/bcm7360.dtsi                        | 3 ++-
>>>  arch/mips/boot/dts/brcm/bcm7362.dtsi                        | 3 ++-
>>>  arch/mips/boot/dts/brcm/bcm7425.dtsi                        | 6 ++++--
>>>  arch/mips/boot/dts/brcm/bcm7435.dtsi                        | 6 ++++--
>>>  6 files changed, 18 insertions(+), 7 deletions(-)
>>
>> series applied to mips-next.
> 
> Why entire series? You were notified two weeks ago that I already took
> the driver subsystem patch.

...and you do not have even ack from memory-controllers for that patch.

Best regards,
Krzysztof

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

* Re: [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards
  2025-08-29 10:39     ` Krzysztof Kozlowski
@ 2025-08-29 15:36       ` Thomas Bogendoerfer
  2025-08-29 16:31         ` Florian Fainelli
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Bogendoerfer @ 2025-08-29 15:36 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Florian Fainelli, linux-mips, Rob Herring, Conor Dooley,
	Broadcom internal kernel review list,
	open list:MEMORY CONTROLLER DRIVERS,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:BROADCOM BCM7XXX ARM ARCHITECTURE

On Fri, Aug 29, 2025 at 12:39:00PM +0200, Krzysztof Kozlowski wrote:
> On 29/08/2025 12:37, Krzysztof Kozlowski wrote:
> > On 29/08/2025 12:21, Thomas Bogendoerfer wrote:
> >> On Tue, Jul 29, 2025 at 01:52:11PM -0700, Florian Fainelli wrote:
> >>> This patch series updates the MIPS-based Broadcom STB chips to use a
> >>> proper compatible string for their memory controller node(s) after
> >>> 501be7cecec9 ("dt-bindings: memory-controller: Define fallback
> >>> compatible").
> >>>
> >>> Florian Fainelli (2):
> >>>   dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
> >>>   MIPS: BMIPS: Properly define memory controller compatible
> >>>
> >>>  .../bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml  | 4 ++++
> >>>  arch/mips/boot/dts/brcm/bcm7346.dtsi                        | 3 ++-
> >>>  arch/mips/boot/dts/brcm/bcm7360.dtsi                        | 3 ++-
> >>>  arch/mips/boot/dts/brcm/bcm7362.dtsi                        | 3 ++-
> >>>  arch/mips/boot/dts/brcm/bcm7425.dtsi                        | 6 ++++--
> >>>  arch/mips/boot/dts/brcm/bcm7435.dtsi                        | 6 ++++--
> >>>  6 files changed, 18 insertions(+), 7 deletions(-)
> >>
> >> series applied to mips-next.
> > 
> > Why entire series? You were notified two weeks ago that I already took
> > the driver subsystem patch.

I haven't got a mail in this thread from you about taking the first patch.

> ...and you do not have even ack from memory-controllers for that patch.

sorry, I'll drop the patch then.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

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

* Re: [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards
  2025-08-29 15:36       ` Thomas Bogendoerfer
@ 2025-08-29 16:31         ` Florian Fainelli
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Fainelli @ 2025-08-29 16:31 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Krzysztof Kozlowski
  Cc: linux-mips, Rob Herring, Conor Dooley,
	Broadcom internal kernel review list,
	open list:MEMORY CONTROLLER DRIVERS,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:BROADCOM BCM7XXX ARM ARCHITECTURE

On 8/29/25 08:36, Thomas Bogendoerfer wrote:
> On Fri, Aug 29, 2025 at 12:39:00PM +0200, Krzysztof Kozlowski wrote:
>> On 29/08/2025 12:37, Krzysztof Kozlowski wrote:
>>> On 29/08/2025 12:21, Thomas Bogendoerfer wrote:
>>>> On Tue, Jul 29, 2025 at 01:52:11PM -0700, Florian Fainelli wrote:
>>>>> This patch series updates the MIPS-based Broadcom STB chips to use a
>>>>> proper compatible string for their memory controller node(s) after
>>>>> 501be7cecec9 ("dt-bindings: memory-controller: Define fallback
>>>>> compatible").
>>>>>
>>>>> Florian Fainelli (2):
>>>>>    dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips
>>>>>    MIPS: BMIPS: Properly define memory controller compatible
>>>>>
>>>>>   .../bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml  | 4 ++++
>>>>>   arch/mips/boot/dts/brcm/bcm7346.dtsi                        | 3 ++-
>>>>>   arch/mips/boot/dts/brcm/bcm7360.dtsi                        | 3 ++-
>>>>>   arch/mips/boot/dts/brcm/bcm7362.dtsi                        | 3 ++-
>>>>>   arch/mips/boot/dts/brcm/bcm7425.dtsi                        | 6 ++++--
>>>>>   arch/mips/boot/dts/brcm/bcm7435.dtsi                        | 6 ++++--
>>>>>   6 files changed, 18 insertions(+), 7 deletions(-)
>>>>
>>>> series applied to mips-next.
>>>
>>> Why entire series? You were notified two weeks ago that I already took
>>> the driver subsystem patch.
> 
> I haven't got a mail in this thread from you about taking the first patch.

That is curious, it was in response to patch #1 and you were copied:

https://lore.kernel.org/all/175508140104.40429.8279921018476182386.b4-ty@linaro.org/

> 
>> ...and you do not have even ack from memory-controllers for that patch.
> 
> sorry, I'll drop the patch then.

Thanks!
-- 
Florian

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

end of thread, other threads:[~2025-08-29 16:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 20:52 [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards Florian Fainelli
2025-07-29 20:52 ` [PATCH 1/2] dt-bindings: memory: Update brcmstb-memc-ddr binding with older chips Florian Fainelli
2025-07-30 22:30   ` Rob Herring (Arm)
2025-08-13 10:36   ` (subset) " Krzysztof Kozlowski
2025-07-29 20:52 ` [PATCH 2/2] MIPS: BMIPS: Properly define memory controller compatible Florian Fainelli
2025-08-29 10:21 ` [PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards Thomas Bogendoerfer
2025-08-29 10:37   ` Krzysztof Kozlowski
2025-08-29 10:39     ` Krzysztof Kozlowski
2025-08-29 15:36       ` Thomas Bogendoerfer
2025-08-29 16:31         ` Florian Fainelli

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).