2023-06-22 08:11:07

by Lee, Kah Jing

[permalink] [raw]
Subject: [PATCH 0/2]: Enable UBIFS support

From: Kah Jing Lee <[email protected]>

Hi,
The patchset is to update the qspi mtd partition range for UBIFS on
socfpga platform. The subsequent patch is enable the UBIFS in defconfig.

Alif Zakuan Yuslaimi (2):
arch: arm64: boot: dts: Updated QSPI Flash layout for UBIFS
arch: arm64: configs: Enable UBI and UBIFS

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

--
2.25.1



2023-06-22 09:51:47

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 0/2]: Enable UBIFS support

On 22/06/2023 10:04, [email protected] wrote:
> From: Kah Jing Lee <[email protected]>
>
> Hi,
> The patchset is to update the qspi mtd partition range for UBIFS on
> socfpga platform. The subsequent patch is enable the UBIFS in defconfig.
>
> Alif Zakuan Yuslaimi (2):
> arch: arm64: boot: dts: Updated QSPI Flash layout for UBIFS
> arch: arm64: configs: Enable UBI and UBIFS

Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching.

Your patchset has also broken/missing threading. Read carefully
submitting patches and rest of documentation.

Best regards,
Krzysztof


2023-06-22 12:51:03

by Lee, Kah Jing

[permalink] [raw]
Subject: Re: [PATCH 0/2]: Enable UBIFS support

From: <[email protected]>

>
> Your patchset has also broken/missing threading. Read carefully submitting
> patches and rest of documentation.
Updated in v2.

>
> Best regards,
> Krzysztof

Thanks for quick reply.

Regards,
Kah Jing