All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: bcm2711: Fix comment
@ 2022-02-05 19:58 ` Richard Schleich
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Schleich @ 2022-02-05 19:58 UTC (permalink / raw)
  To: robh+dt, nsaenz, f.fainelli, bcm-kernel-feedback-list,
	devicetree, linux-rpi-kernel, linux-arm-kernel
  Cc: Richard Schleich

No functional change.

Signed-off-by: Richard Schleich <rs@noreya.tech>
---
 arch/arm/boot/dts/bcm2711.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
index d9f31873e711..0f2f26dc5ec6 100644
--- a/arch/arm/boot/dts/bcm2711.dtsi
+++ b/arch/arm/boot/dts/bcm2711.dtsi
@@ -536,7 +536,7 @@ l2: l2-cache0 {
 			compatible = "cache";
 			cache-size = <0x100000>;
 			cache-line-size = <64>;
-			cache-sets = <1024>; // 1MiB(size)/64(line-size)=16000ways/16-way set
+			cache-sets = <1024>; // 1MiB(size)/64(line-size)=16384ways/16-way set
 			cache-level = <2>;
 		};
 	};
-- 
2.25.1


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

* [PATCH] ARM: dts: bcm2711: Fix comment
@ 2022-02-05 19:58 ` Richard Schleich
  0 siblings, 0 replies; 8+ messages in thread
From: Richard Schleich @ 2022-02-05 19:58 UTC (permalink / raw)
  To: robh+dt, nsaenz, f.fainelli, bcm-kernel-feedback-list,
	devicetree, linux-rpi-kernel, linux-arm-kernel
  Cc: Richard Schleich

No functional change.

Signed-off-by: Richard Schleich <rs@noreya.tech>
---
 arch/arm/boot/dts/bcm2711.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
index d9f31873e711..0f2f26dc5ec6 100644
--- a/arch/arm/boot/dts/bcm2711.dtsi
+++ b/arch/arm/boot/dts/bcm2711.dtsi
@@ -536,7 +536,7 @@ l2: l2-cache0 {
 			compatible = "cache";
 			cache-size = <0x100000>;
 			cache-line-size = <64>;
-			cache-sets = <1024>; // 1MiB(size)/64(line-size)=16000ways/16-way set
+			cache-sets = <1024>; // 1MiB(size)/64(line-size)=16384ways/16-way set
 			cache-level = <2>;
 		};
 	};
-- 
2.25.1


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

* Re: [PATCH] ARM: dts: bcm2711: Fix comment
  2022-02-05 19:58 ` Richard Schleich
@ 2022-02-06 12:55   ` Stefan Wahren
  -1 siblings, 0 replies; 8+ messages in thread
From: Stefan Wahren @ 2022-02-06 12:55 UTC (permalink / raw)
  To: Richard Schleich, robh+dt, nsaenz, f.fainelli,
	bcm-kernel-feedback-list, devicetree, linux-rpi-kernel,
	linux-arm-kernel

Hi Richard,

the subject of this patch is too general. Here is my suggestion:

ARM: dts: bcm2711: Fix comment about L2 cache set calculation

But maybe you have a better idea.

Am 05.02.22 um 20:58 schrieb Richard Schleich:
> No functional change.

Please write a simple sentence, explaining why this change is necessary.

Thanks

>
> Signed-off-by: Richard Schleich <rs@noreya.tech>
> ---
>  arch/arm/boot/dts/bcm2711.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
> index d9f31873e711..0f2f26dc5ec6 100644
> --- a/arch/arm/boot/dts/bcm2711.dtsi
> +++ b/arch/arm/boot/dts/bcm2711.dtsi
> @@ -536,7 +536,7 @@ l2: l2-cache0 {
>  			compatible = "cache";
>  			cache-size = <0x100000>;
>  			cache-line-size = <64>;
> -			cache-sets = <1024>; // 1MiB(size)/64(line-size)=16000ways/16-way set
> +			cache-sets = <1024>; // 1MiB(size)/64(line-size)=16384ways/16-way set
>  			cache-level = <2>;
>  		};
>  	};

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

* Re: [PATCH] ARM: dts: bcm2711: Fix comment
@ 2022-02-06 12:55   ` Stefan Wahren
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Wahren @ 2022-02-06 12:55 UTC (permalink / raw)
  To: Richard Schleich, robh+dt, nsaenz, f.fainelli,
	bcm-kernel-feedback-list, devicetree, linux-rpi-kernel,
	linux-arm-kernel

Hi Richard,

the subject of this patch is too general. Here is my suggestion:

ARM: dts: bcm2711: Fix comment about L2 cache set calculation

But maybe you have a better idea.

Am 05.02.22 um 20:58 schrieb Richard Schleich:
> No functional change.

Please write a simple sentence, explaining why this change is necessary.

Thanks

>
> Signed-off-by: Richard Schleich <rs@noreya.tech>
> ---
>  arch/arm/boot/dts/bcm2711.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
> index d9f31873e711..0f2f26dc5ec6 100644
> --- a/arch/arm/boot/dts/bcm2711.dtsi
> +++ b/arch/arm/boot/dts/bcm2711.dtsi
> @@ -536,7 +536,7 @@ l2: l2-cache0 {
>  			compatible = "cache";
>  			cache-size = <0x100000>;
>  			cache-line-size = <64>;
> -			cache-sets = <1024>; // 1MiB(size)/64(line-size)=16000ways/16-way set
> +			cache-sets = <1024>; // 1MiB(size)/64(line-size)=16384ways/16-way set
>  			cache-level = <2>;
>  		};
>  	};

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

* Re: [PATCH] ARM: dts: bcm2711: Fix comment
  2022-02-05 19:58 ` Richard Schleich
@ 2022-02-11 22:23   ` Florian Fainelli
  -1 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2022-02-11 22:23 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, Richard Schleich, robh+dt, nsaenz,
	devicetree, linux-rpi-kernel, linux-arm-kernel

On Sat,  5 Feb 2022 20:58:02 +0100, Richard Schleich <rs@noreya.tech> wrote:
> No functional change.
> 
> Signed-off-by: Richard Schleich <rs@noreya.tech>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
--
Florian

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

* Re: [PATCH] ARM: dts: bcm2711: Fix comment
@ 2022-02-11 22:23   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2022-02-11 22:23 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, Richard Schleich, robh+dt, nsaenz,
	devicetree, linux-rpi-kernel, linux-arm-kernel

On Sat,  5 Feb 2022 20:58:02 +0100, Richard Schleich <rs@noreya.tech> wrote:
> No functional change.
> 
> Signed-off-by: Richard Schleich <rs@noreya.tech>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
--
Florian

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

* Re: [PATCH] ARM: dts: bcm2711: Fix comment
  2022-02-11 22:23   ` Florian Fainelli
@ 2022-02-11 22:24     ` Florian Fainelli
  -1 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2022-02-11 22:24 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, Richard Schleich, robh+dt, nsaenz,
	devicetree, linux-rpi-kernel, linux-arm-kernel

On 2/11/22 2:23 PM, Florian Fainelli wrote:
> On Sat,  5 Feb 2022 20:58:02 +0100, Richard Schleich <rs@noreya.tech> wrote:
>> No functional change.
>>
>> Signed-off-by: Richard Schleich <rs@noreya.tech>
>> ---
> 
> Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!

Squashed into "ARM: dts: bcm2711: Add the missing L1/L2 cache
information", thanks!
-- 
Florian

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

* Re: [PATCH] ARM: dts: bcm2711: Fix comment
@ 2022-02-11 22:24     ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2022-02-11 22:24 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, Richard Schleich, robh+dt, nsaenz,
	devicetree, linux-rpi-kernel, linux-arm-kernel

On 2/11/22 2:23 PM, Florian Fainelli wrote:
> On Sat,  5 Feb 2022 20:58:02 +0100, Richard Schleich <rs@noreya.tech> wrote:
>> No functional change.
>>
>> Signed-off-by: Richard Schleich <rs@noreya.tech>
>> ---
> 
> Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!

Squashed into "ARM: dts: bcm2711: Add the missing L1/L2 cache
information", thanks!
-- 
Florian

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

end of thread, other threads:[~2022-02-11 22:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-05 19:58 [PATCH] ARM: dts: bcm2711: Fix comment Richard Schleich
2022-02-05 19:58 ` Richard Schleich
2022-02-06 12:55 ` Stefan Wahren
2022-02-06 12:55   ` Stefan Wahren
2022-02-11 22:23 ` Florian Fainelli
2022-02-11 22:23   ` Florian Fainelli
2022-02-11 22:24   ` Florian Fainelli
2022-02-11 22:24     ` Florian Fainelli

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.