All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: configs: at91: sama7: Enable UBIFS_FS
@ 2022-02-02  7:02 ` Tudor Ambarus
  0 siblings, 0 replies; 6+ messages in thread
From: Tudor Ambarus @ 2022-02-02  7:02 UTC (permalink / raw)
  To: nicolas.ferre, claudiu.beznea, alexandre.belloni
  Cc: linux, linux-arm-kernel, linux-kernel, Tudor Ambarus

sama7g5 contains a Static Memory Controller that can communicate with
NAND flashes. Enable UBIFS_FS in case one wants to put an ubifs rootfs
on a NAND flash. CONFIG_CRYPTO_LZO and CONFIG_CRYPTO_DEFLATE appear as
removed because they are selected by CONFIG_UBIFS_FS.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
---
 arch/arm/configs/sama7_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
index 342d9f30d9d2..c12278174579 100644
--- a/arch/arm/configs/sama7_defconfig
+++ b/arch/arm/configs/sama7_defconfig
@@ -86,6 +86,7 @@ CONFIG_MTD_RAW_NAND=y
 CONFIG_MTD_NAND_ATMEL=y
 # CONFIG_MTD_NAND_ECC_SW_HAMMING is not set
 CONFIG_MTD_SPI_NOR=y
+CONFIG_MTD_UBI=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=1
@@ -187,6 +188,7 @@ CONFIG_EXT3_FS=y
 CONFIG_FANOTIFY=y
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
+CONFIG_UBIFS_FS=y
 CONFIG_NFS_FS=y
 CONFIG_ROOT_NFS=y
 CONFIG_NLS_CODEPAGE_437=y
@@ -194,8 +196,6 @@ CONFIG_NLS_CODEPAGE_850=y
 CONFIG_NLS_ISO8859_1=y
 CONFIG_NLS_UTF8=y
 CONFIG_LSM="N"
-CONFIG_CRYPTO_DEFLATE=y
-CONFIG_CRYPTO_LZO=y
 # CONFIG_CRYPTO_HW is not set
 CONFIG_CRC_CCITT=y
 CONFIG_CRC_ITU_T=y
-- 
2.25.1


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

* [PATCH] ARM: configs: at91: sama7: Enable UBIFS_FS
@ 2022-02-02  7:02 ` Tudor Ambarus
  0 siblings, 0 replies; 6+ messages in thread
From: Tudor Ambarus @ 2022-02-02  7:02 UTC (permalink / raw)
  To: nicolas.ferre, claudiu.beznea, alexandre.belloni
  Cc: linux, linux-arm-kernel, linux-kernel, Tudor Ambarus

sama7g5 contains a Static Memory Controller that can communicate with
NAND flashes. Enable UBIFS_FS in case one wants to put an ubifs rootfs
on a NAND flash. CONFIG_CRYPTO_LZO and CONFIG_CRYPTO_DEFLATE appear as
removed because they are selected by CONFIG_UBIFS_FS.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
---
 arch/arm/configs/sama7_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
index 342d9f30d9d2..c12278174579 100644
--- a/arch/arm/configs/sama7_defconfig
+++ b/arch/arm/configs/sama7_defconfig
@@ -86,6 +86,7 @@ CONFIG_MTD_RAW_NAND=y
 CONFIG_MTD_NAND_ATMEL=y
 # CONFIG_MTD_NAND_ECC_SW_HAMMING is not set
 CONFIG_MTD_SPI_NOR=y
+CONFIG_MTD_UBI=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=1
@@ -187,6 +188,7 @@ CONFIG_EXT3_FS=y
 CONFIG_FANOTIFY=y
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
+CONFIG_UBIFS_FS=y
 CONFIG_NFS_FS=y
 CONFIG_ROOT_NFS=y
 CONFIG_NLS_CODEPAGE_437=y
@@ -194,8 +196,6 @@ CONFIG_NLS_CODEPAGE_850=y
 CONFIG_NLS_ISO8859_1=y
 CONFIG_NLS_UTF8=y
 CONFIG_LSM="N"
-CONFIG_CRYPTO_DEFLATE=y
-CONFIG_CRYPTO_LZO=y
 # CONFIG_CRYPTO_HW is not set
 CONFIG_CRC_CCITT=y
 CONFIG_CRC_ITU_T=y
-- 
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] 6+ messages in thread

* Re: [PATCH] ARM: configs: at91: sama7: Enable UBIFS_FS
  2022-02-02  7:02 ` Tudor Ambarus
@ 2022-02-03 11:16   ` Nicolas Ferre
  -1 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2022-02-03 11:16 UTC (permalink / raw)
  To: Tudor Ambarus, claudiu.beznea, alexandre.belloni
  Cc: linux, linux-arm-kernel, linux-kernel

On 02/02/2022 at 08:02, Tudor Ambarus wrote:
> sama7g5 contains a Static Memory Controller that can communicate with
> NAND flashes. Enable UBIFS_FS in case one wants to put an ubifs rootfs
> on a NAND flash. CONFIG_CRYPTO_LZO and CONFIG_CRYPTO_DEFLATE appear as
> removed because they are selected by CONFIG_UBIFS_FS.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Thanks Tudor. Best regards,
   Nicolas

> ---
>   arch/arm/configs/sama7_defconfig | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
> index 342d9f30d9d2..c12278174579 100644
> --- a/arch/arm/configs/sama7_defconfig
> +++ b/arch/arm/configs/sama7_defconfig
> @@ -86,6 +86,7 @@ CONFIG_MTD_RAW_NAND=y
>   CONFIG_MTD_NAND_ATMEL=y
>   # CONFIG_MTD_NAND_ECC_SW_HAMMING is not set
>   CONFIG_MTD_SPI_NOR=y
> +CONFIG_MTD_UBI=y
>   CONFIG_BLK_DEV_LOOP=y
>   CONFIG_BLK_DEV_RAM=y
>   CONFIG_BLK_DEV_RAM_COUNT=1
> @@ -187,6 +188,7 @@ CONFIG_EXT3_FS=y
>   CONFIG_FANOTIFY=y
>   CONFIG_VFAT_FS=y
>   CONFIG_TMPFS=y
> +CONFIG_UBIFS_FS=y
>   CONFIG_NFS_FS=y
>   CONFIG_ROOT_NFS=y
>   CONFIG_NLS_CODEPAGE_437=y
> @@ -194,8 +196,6 @@ CONFIG_NLS_CODEPAGE_850=y
>   CONFIG_NLS_ISO8859_1=y
>   CONFIG_NLS_UTF8=y
>   CONFIG_LSM="N"
> -CONFIG_CRYPTO_DEFLATE=y
> -CONFIG_CRYPTO_LZO=y
>   # CONFIG_CRYPTO_HW is not set
>   CONFIG_CRC_CCITT=y
>   CONFIG_CRC_ITU_T=y


-- 
Nicolas Ferre

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

* Re: [PATCH] ARM: configs: at91: sama7: Enable UBIFS_FS
@ 2022-02-03 11:16   ` Nicolas Ferre
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2022-02-03 11:16 UTC (permalink / raw)
  To: Tudor Ambarus, claudiu.beznea, alexandre.belloni
  Cc: linux, linux-arm-kernel, linux-kernel

On 02/02/2022 at 08:02, Tudor Ambarus wrote:
> sama7g5 contains a Static Memory Controller that can communicate with
> NAND flashes. Enable UBIFS_FS in case one wants to put an ubifs rootfs
> on a NAND flash. CONFIG_CRYPTO_LZO and CONFIG_CRYPTO_DEFLATE appear as
> removed because they are selected by CONFIG_UBIFS_FS.
> 
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Thanks Tudor. Best regards,
   Nicolas

> ---
>   arch/arm/configs/sama7_defconfig | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
> index 342d9f30d9d2..c12278174579 100644
> --- a/arch/arm/configs/sama7_defconfig
> +++ b/arch/arm/configs/sama7_defconfig
> @@ -86,6 +86,7 @@ CONFIG_MTD_RAW_NAND=y
>   CONFIG_MTD_NAND_ATMEL=y
>   # CONFIG_MTD_NAND_ECC_SW_HAMMING is not set
>   CONFIG_MTD_SPI_NOR=y
> +CONFIG_MTD_UBI=y
>   CONFIG_BLK_DEV_LOOP=y
>   CONFIG_BLK_DEV_RAM=y
>   CONFIG_BLK_DEV_RAM_COUNT=1
> @@ -187,6 +188,7 @@ CONFIG_EXT3_FS=y
>   CONFIG_FANOTIFY=y
>   CONFIG_VFAT_FS=y
>   CONFIG_TMPFS=y
> +CONFIG_UBIFS_FS=y
>   CONFIG_NFS_FS=y
>   CONFIG_ROOT_NFS=y
>   CONFIG_NLS_CODEPAGE_437=y
> @@ -194,8 +196,6 @@ CONFIG_NLS_CODEPAGE_850=y
>   CONFIG_NLS_ISO8859_1=y
>   CONFIG_NLS_UTF8=y
>   CONFIG_LSM="N"
> -CONFIG_CRYPTO_DEFLATE=y
> -CONFIG_CRYPTO_LZO=y
>   # CONFIG_CRYPTO_HW is not set
>   CONFIG_CRC_CCITT=y
>   CONFIG_CRC_ITU_T=y


-- 
Nicolas Ferre

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

* Re: [PATCH] ARM: configs: at91: sama7: Enable UBIFS_FS
  2022-02-03 11:16   ` Nicolas Ferre
@ 2022-02-24 18:53     ` Nicolas Ferre
  -1 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2022-02-24 18:53 UTC (permalink / raw)
  To: Tudor Ambarus, claudiu.beznea, alexandre.belloni
  Cc: linux, linux-arm-kernel, linux-kernel

On 03/02/2022 at 12:16, Nicolas Ferre wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> On 02/02/2022 at 08:02, Tudor Ambarus wrote:
>> sama7g5 contains a Static Memory Controller that can communicate with
>> NAND flashes. Enable UBIFS_FS in case one wants to put an ubifs rootfs
>> on a NAND flash. CONFIG_CRYPTO_LZO and CONFIG_CRYPTO_DEFLATE appear as
>> removed because they are selected by CONFIG_UBIFS_FS.
>>
>> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
> 
> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
> Thanks Tudor. Best regards,
>     Nicolas

Applied to at91-defconfig for 5.18.
Regards,
   Nicolas


> 
>> ---
>>    arch/arm/configs/sama7_defconfig | 4 ++--
>>    1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
>> index 342d9f30d9d2..c12278174579 100644
>> --- a/arch/arm/configs/sama7_defconfig
>> +++ b/arch/arm/configs/sama7_defconfig
>> @@ -86,6 +86,7 @@ CONFIG_MTD_RAW_NAND=y
>>    CONFIG_MTD_NAND_ATMEL=y
>>    # CONFIG_MTD_NAND_ECC_SW_HAMMING is not set
>>    CONFIG_MTD_SPI_NOR=y
>> +CONFIG_MTD_UBI=y
>>    CONFIG_BLK_DEV_LOOP=y
>>    CONFIG_BLK_DEV_RAM=y
>>    CONFIG_BLK_DEV_RAM_COUNT=1
>> @@ -187,6 +188,7 @@ CONFIG_EXT3_FS=y
>>    CONFIG_FANOTIFY=y
>>    CONFIG_VFAT_FS=y
>>    CONFIG_TMPFS=y
>> +CONFIG_UBIFS_FS=y
>>    CONFIG_NFS_FS=y
>>    CONFIG_ROOT_NFS=y
>>    CONFIG_NLS_CODEPAGE_437=y
>> @@ -194,8 +196,6 @@ CONFIG_NLS_CODEPAGE_850=y
>>    CONFIG_NLS_ISO8859_1=y
>>    CONFIG_NLS_UTF8=y
>>    CONFIG_LSM="N"
>> -CONFIG_CRYPTO_DEFLATE=y
>> -CONFIG_CRYPTO_LZO=y
>>    # CONFIG_CRYPTO_HW is not set
>>    CONFIG_CRC_CCITT=y
>>    CONFIG_CRC_ITU_T=y
> 
> 
> --
> Nicolas Ferre
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Nicolas Ferre

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

* Re: [PATCH] ARM: configs: at91: sama7: Enable UBIFS_FS
@ 2022-02-24 18:53     ` Nicolas Ferre
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2022-02-24 18:53 UTC (permalink / raw)
  To: Tudor Ambarus, claudiu.beznea, alexandre.belloni
  Cc: linux, linux-arm-kernel, linux-kernel

On 03/02/2022 at 12:16, Nicolas Ferre wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> On 02/02/2022 at 08:02, Tudor Ambarus wrote:
>> sama7g5 contains a Static Memory Controller that can communicate with
>> NAND flashes. Enable UBIFS_FS in case one wants to put an ubifs rootfs
>> on a NAND flash. CONFIG_CRYPTO_LZO and CONFIG_CRYPTO_DEFLATE appear as
>> removed because they are selected by CONFIG_UBIFS_FS.
>>
>> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
> 
> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
> Thanks Tudor. Best regards,
>     Nicolas

Applied to at91-defconfig for 5.18.
Regards,
   Nicolas


> 
>> ---
>>    arch/arm/configs/sama7_defconfig | 4 ++--
>>    1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
>> index 342d9f30d9d2..c12278174579 100644
>> --- a/arch/arm/configs/sama7_defconfig
>> +++ b/arch/arm/configs/sama7_defconfig
>> @@ -86,6 +86,7 @@ CONFIG_MTD_RAW_NAND=y
>>    CONFIG_MTD_NAND_ATMEL=y
>>    # CONFIG_MTD_NAND_ECC_SW_HAMMING is not set
>>    CONFIG_MTD_SPI_NOR=y
>> +CONFIG_MTD_UBI=y
>>    CONFIG_BLK_DEV_LOOP=y
>>    CONFIG_BLK_DEV_RAM=y
>>    CONFIG_BLK_DEV_RAM_COUNT=1
>> @@ -187,6 +188,7 @@ CONFIG_EXT3_FS=y
>>    CONFIG_FANOTIFY=y
>>    CONFIG_VFAT_FS=y
>>    CONFIG_TMPFS=y
>> +CONFIG_UBIFS_FS=y
>>    CONFIG_NFS_FS=y
>>    CONFIG_ROOT_NFS=y
>>    CONFIG_NLS_CODEPAGE_437=y
>> @@ -194,8 +196,6 @@ CONFIG_NLS_CODEPAGE_850=y
>>    CONFIG_NLS_ISO8859_1=y
>>    CONFIG_NLS_UTF8=y
>>    CONFIG_LSM="N"
>> -CONFIG_CRYPTO_DEFLATE=y
>> -CONFIG_CRYPTO_LZO=y
>>    # CONFIG_CRYPTO_HW is not set
>>    CONFIG_CRC_CCITT=y
>>    CONFIG_CRC_ITU_T=y
> 
> 
> --
> Nicolas Ferre
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Nicolas Ferre

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

end of thread, other threads:[~2022-02-24 18:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02  7:02 [PATCH] ARM: configs: at91: sama7: Enable UBIFS_FS Tudor Ambarus
2022-02-02  7:02 ` Tudor Ambarus
2022-02-03 11:16 ` Nicolas Ferre
2022-02-03 11:16   ` Nicolas Ferre
2022-02-24 18:53   ` Nicolas Ferre
2022-02-24 18:53     ` Nicolas Ferre

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.