[PATCH 0/2]: Enable UBIFS support

kah.jing.lee@intel.com posted 2 patches 2 years, 7 months ago
Only 0 patches received!
There is a newer version of this series
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(-)
[PATCH 0/2]: Enable UBIFS support
Posted by kah.jing.lee@intel.com 2 years, 7 months ago
From: Kah Jing Lee <kah.jing.lee@intel.com>

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
Re: [PATCH 0/2]: Enable UBIFS support
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 22/06/2023 10:04, kah.jing.lee@intel.com wrote:
> From: Kah Jing Lee <kah.jing.lee@intel.com>
> 
> 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
Re: [PATCH 0/2]: Enable UBIFS support
Posted by kah.jing.lee@intel.com 2 years, 7 months ago
From: <kah.jing.lee@intel.com>

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