All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4] arm64: dts: agilex/stratix10: Updated QSPI Flash layout for UBIFS
@ 2023-07-03  8:36 kah.jing.lee
       [not found] ` <59da2f49-706f-0a08-df14-71ad0326da83@web.de>
  2023-07-10  2:21 ` Dinh Nguyen
  0 siblings, 2 replies; 5+ messages in thread
From: kah.jing.lee @ 2023-07-03  8:36 UTC (permalink / raw)
  To: Dinh Nguyen, catalin.marinas, conor+dt, kah.jing.lee,
	krzysztof.kozlowski, Markus.Elfring, robh+dt, will
  Cc: linux-kernel, Alif Zakuan Yuslaimi

From: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@intel.com>

Non-UBIFS related boot and fpga data should be stored in qspi_boot (mtd0)
while keeping the rootfs with UBIFS in the root partition "mtd1".
Thus, update the QSPI flash layout to support UBIFS in the mtd root
partition.

Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@intel.com>
Signed-off-by: Kah Jing Lee <kah.jing.lee@intel.com>
---
V4->V3: Drop cover letter & remove unnecessary marker line
V3->V2: Update commit messages
V2->V1: Update subject prefix

 arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 8 ++++----
 arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts     | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
index 38ae674f2f02..12b960b9183c 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
@@ -202,12 +202,12 @@ partitions {
 
 			qspi_boot: partition@0 {
 				label = "Boot and fpga data";
-				reg = <0x0 0x03FE0000>;
+				reg = <0x0 0x04200000>;
 			};
 
-			qspi_rootfs: partition@3FE0000 {
-				label = "Root Filesystem - JFFS2";
-				reg = <0x03FE0000 0x0C020000>;
+			root: partition@4200000 {
+				label = "Root Filesystem - UBIFS";
+				reg = <0x04200000 0x0BE00000>;
 			};
 		};
 	};
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
index 07c3f8876613..608017e6e36a 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
@@ -128,12 +128,12 @@ partitions {
 
 			qspi_boot: partition@0 {
 				label = "Boot and fpga data";
-				reg = <0x0 0x03FE0000>;
+				reg = <0x0 0x04200000>;
 			};
 
-			qspi_rootfs: partition@3FE0000 {
-				label = "Root Filesystem - JFFS2";
-				reg = <0x03FE0000 0x0C020000>;
+			root: partition@4200000 {
+				label = "Root Filesystem - UBIFS";
+				reg = <0x04200000 0x0BE00000>;
 			};
 		};
 	};

base-commit: dad9774deaf1cf8e8f7483310dfb2690310193d2
-- 
2.25.1


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

* Re: [PATCH v4] arm64: dts: agilex/stratix10: Updated QSPI Flash layout for UBIFS
       [not found] ` <59da2f49-706f-0a08-df14-71ad0326da83@web.de>
@ 2023-07-03  9:08   ` Conor.Dooley
       [not found]     ` <b155011c-5e77-3e53-336c-53ad7d926f71@web.de>
  2023-07-03 11:34     ` [PATCH v4] " Krzysztof Kozlowski
  0 siblings, 2 replies; 5+ messages in thread
From: Conor.Dooley @ 2023-07-03  9:08 UTC (permalink / raw)
  To: Markus.Elfring, alif.zakuan.yuslaimi, kah.jing.lee
  Cc: linux-kernel, kernel-janitors, catalin.marinas, conor+dt,
	dinguyen, krzysztof.kozlowski, robh+dt, will

On 03/07/2023 10:00, Markus Elfring wrote:

> …
>> ---
>> V4->V3: Drop cover letter & remove unnecessary marker line
>> V3->V2: Update commit messages
> …
> 
> * Do you find the arrow notation helpful for the version identification?
> 
> * How do you think about to avoid duplicate data in the version history?
> 
> * Would an other listing style become nicer for the “patch changelog”?

This is a complete waste of contributor time. Please stop.

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

* RE: [v4] arm64: dts: agilex/stratix10: Updated QSPI Flash layout for UBIFS
       [not found]     ` <b155011c-5e77-3e53-336c-53ad7d926f71@web.de>
@ 2023-07-03 10:19       ` Lee, Kah Jing
  0 siblings, 0 replies; 5+ messages in thread
From: Lee, Kah Jing @ 2023-07-03 10:19 UTC (permalink / raw)
  To: Markus Elfring, Yuslaimi, Alif Zakuan, Conor Dooley
  Cc: linux-kernel, kernel-janitors, Catalin Marinas, Conor Dooley,
	Dinh Nguyen, Krzysztof Kozlowski, Rob Herring, Will Deacon

> >> * Would an other listing style become nicer for the “patch changelog”?
> >
> > This is a complete waste of contributor time.
> 
> I would like to point further possibilities out once more.
> 
> The arrow notation is also demonstrated in the Linux development
> documentation.
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Docu
> mentation/process/submitting-patches.rst?h=v6.4#n698
> 
> Various patches show that more succinct version identifiers are also accepted.
> If a bit of duplicate data can be avoided in the version history, the
> maintenance of corresponding version descriptions can be improved
> accordingly.
Hi Markus, 
Do you suggest to use following? 
Changelog:
V2: Changes in v2 xxx
V1: Changes in v1 xxx

A bit lost on the suggestion here. 
> 
> Regards,
> Markus

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

* Re: [PATCH v4] arm64: dts: agilex/stratix10: Updated QSPI Flash layout for UBIFS
  2023-07-03  9:08   ` Conor.Dooley
       [not found]     ` <b155011c-5e77-3e53-336c-53ad7d926f71@web.de>
@ 2023-07-03 11:34     ` Krzysztof Kozlowski
  1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-03 11:34 UTC (permalink / raw)
  To: Conor.Dooley, Markus.Elfring, alif.zakuan.yuslaimi, kah.jing.lee
  Cc: linux-kernel, kernel-janitors, catalin.marinas, conor+dt,
	dinguyen, robh+dt, will

On 03/07/2023 11:08, Conor.Dooley@microchip.com wrote:
> On 03/07/2023 10:00, Markus Elfring wrote:
> 
>> …
>>> ---
>>> V4->V3: Drop cover letter & remove unnecessary marker line
>>> V3->V2: Update commit messages
>> …
>>
>> * Do you find the arrow notation helpful for the version identification?
>>
>> * How do you think about to avoid duplicate data in the version history?
>>
>> * Would an other listing style become nicer for the “patch changelog”?
> 
> This is a complete waste of contributor time. Please stop.

Markus is banned from the LKML. Just ignore the comments.

Best regards,
Krzysztof


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

* Re: [PATCH v4] arm64: dts: agilex/stratix10: Updated QSPI Flash layout for UBIFS
  2023-07-03  8:36 [PATCH v4] arm64: dts: agilex/stratix10: Updated QSPI Flash layout for UBIFS kah.jing.lee
       [not found] ` <59da2f49-706f-0a08-df14-71ad0326da83@web.de>
@ 2023-07-10  2:21 ` Dinh Nguyen
  1 sibling, 0 replies; 5+ messages in thread
From: Dinh Nguyen @ 2023-07-10  2:21 UTC (permalink / raw)
  To: kah.jing.lee, catalin.marinas, conor+dt, krzysztof.kozlowski,
	Markus.Elfring, robh+dt, will
  Cc: linux-kernel, Alif Zakuan Yuslaimi



On 7/3/23 03:36, kah.jing.lee@intel.com wrote:
> From: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@intel.com>
> 
> Non-UBIFS related boot and fpga data should be stored in qspi_boot (mtd0)
> while keeping the rootfs with UBIFS in the root partition "mtd1".
> Thus, update the QSPI flash layout to support UBIFS in the mtd root
> partition.
> 
> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yuslaimi@intel.com>
> Signed-off-by: Kah Jing Lee <kah.jing.lee@intel.com>
> ---
> V4->V3: Drop cover letter & remove unnecessary marker line
> V3->V2: Update commit messages
> V2->V1: Update subject prefix
> 
>   arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 8 ++++----
>   arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts     | 8 ++++----
>   2 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
> index 38ae674f2f02..12b960b9183c 100644
> --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
> +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
> @@ -202,12 +202,12 @@ partitions {
>   
>   			qspi_boot: partition@0 {
>   				label = "Boot and fpga data";
> -				reg = <0x0 0x03FE0000>;
> +				reg = <0x0 0x04200000>;
>   			};
>   
> -			qspi_rootfs: partition@3FE0000 {
> -				label = "Root Filesystem - JFFS2";
> -				reg = <0x03FE0000 0x0C020000>;
> +			root: partition@4200000 {
> +				label = "Root Filesystem - UBIFS";
> +				reg = <0x04200000 0x0BE00000>;
>   			};
>   		};
>   	};
> diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
> index 07c3f8876613..608017e6e36a 100644
> --- a/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
> +++ b/arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
> @@ -128,12 +128,12 @@ partitions {
>   
>   			qspi_boot: partition@0 {
>   				label = "Boot and fpga data";
> -				reg = <0x0 0x03FE0000>;
> +				reg = <0x0 0x04200000>;
>   			};
>   
> -			qspi_rootfs: partition@3FE0000 {
> -				label = "Root Filesystem - JFFS2";
> -				reg = <0x03FE0000 0x0C020000>;
> +			root: partition@4200000 {
> +				label = "Root Filesystem - UBIFS";
> +				reg = <0x04200000 0x0BE00000>;
>   			};
>   		};
>   	};
> 
> base-commit: dad9774deaf1cf8e8f7483310dfb2690310193d2

Applied!

Thanks,
Dinh

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

end of thread, other threads:[~2023-07-10  2:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-03  8:36 [PATCH v4] arm64: dts: agilex/stratix10: Updated QSPI Flash layout for UBIFS kah.jing.lee
     [not found] ` <59da2f49-706f-0a08-df14-71ad0326da83@web.de>
2023-07-03  9:08   ` Conor.Dooley
     [not found]     ` <b155011c-5e77-3e53-336c-53ad7d926f71@web.de>
2023-07-03 10:19       ` [v4] " Lee, Kah Jing
2023-07-03 11:34     ` [PATCH v4] " Krzysztof Kozlowski
2023-07-10  2:21 ` Dinh Nguyen

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.