Re: Pull request for nand-next

On Wed, Aug 24, 2022 at 05:05:25PM +0200, Michael Nazzareno Trimarchi wrote:
Hi Tom,
please pull this Nand related patches:
Re-sync again on some linux part, add some fixes for fsl_elbc from Pali and switch imx8mn bsh to use nand base ident
For nand subsystem tested on:
- imx8mn Macronix MX30LF4G18AC
- P2020 based board Turris 1.1 for fsl_elbc
Here is the gitlab CI running, without any issue:
https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/13198
Thanks
The following changes since commit f5abb5b110c212f79db51600cbc69f63b905f362:
Merge branch '2022-08-20-enforce-DM_ETH-migration' (2022-08-20 22:39:42 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-nand-flash.git ac30d240dbb520d0980f0687630feb702a14f51a
for you to fetch changes up to ac30d240dbb520d0980f0687630feb702a14f51a:
mtd: rawnand: fsl_elbc: Fix reading address pointer from DT (2022-08-22 11:15:57 +0200)
Michael Trimarchi (5): mtd: nand: Rename the nand_manufacturers struct mtd: nand: change return type of nand_get_flash_type() to int mtd: nand: Rename nand_get_flash_type() into nand_detect() mtd: nand: samsung: Retrieve ECC requirements from extended configs: imx8mn_bsh_smm_s2: Use nand_base ident for nand identification
Pali Rohár (2): mtd: rawnand: fsl_elbc: Remove NAND_NO_SUBPAGE_WRITE flag mtd: rawnand: fsl_elbc: Fix reading address pointer from DT
configs/imx8mn_bsh_smm_s2_defconfig | 2 ++ drivers/mtd/nand/raw/fsl_elbc_nand.c | 3 +-- drivers/mtd/nand/raw/mt7621_nand.c | 9 ++++----- drivers/mtd/nand/raw/mxs_nand_spl.c | 8 ++++---- drivers/mtd/nand/raw/nand_base.c | 37 +++++++++++++++++------------------- drivers/mtd/nand/raw/nand_ids.c | 2 +- drivers/mtd/nand/raw/nand_samsung.c | 20 +++++++++++++++++++ include/linux/mtd/rawnand.h | 13 ++++++------- 8 files changed, 55 insertions(+), 39 deletions(-)
I've applied this to u-boot/next, thanks. In the future please make sure to CC the mailing list and I would prefer to pull a specific tag rather than git commit, but otherwise the branch to apply is fine.

Hi Tom
I made a really big mistake, get problem with mutt and then sent by gmail
Sorry
On Thu, Aug 25, 2022 at 3:34 PM Tom Rini trini@konsulko.com wrote:
On Wed, Aug 24, 2022 at 05:05:25PM +0200, Michael Nazzareno Trimarchi wrote:
Hi Tom,
please pull this Nand related patches:
Re-sync again on some linux part, add some fixes for fsl_elbc from Pali and switch imx8mn bsh to use nand base ident
For nand subsystem tested on:
- imx8mn Macronix MX30LF4G18AC
- P2020 based board Turris 1.1 for fsl_elbc
Here is the gitlab CI running, without any issue:
https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/13198
Thanks
The following changes since commit f5abb5b110c212f79db51600cbc69f63b905f362:
Merge branch '2022-08-20-enforce-DM_ETH-migration' (2022-08-20 22:39:42 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-nand-flash.git ac30d240dbb520d0980f0687630feb702a14f51a
for you to fetch changes up to ac30d240dbb520d0980f0687630feb702a14f51a:
mtd: rawnand: fsl_elbc: Fix reading address pointer from DT (2022-08-22 11:15:57 +0200)
Michael Trimarchi (5): mtd: nand: Rename the nand_manufacturers struct mtd: nand: change return type of nand_get_flash_type() to int mtd: nand: Rename nand_get_flash_type() into nand_detect() mtd: nand: samsung: Retrieve ECC requirements from extended configs: imx8mn_bsh_smm_s2: Use nand_base ident for nand identification
Pali Rohár (2): mtd: rawnand: fsl_elbc: Remove NAND_NO_SUBPAGE_WRITE flag mtd: rawnand: fsl_elbc: Fix reading address pointer from DT
configs/imx8mn_bsh_smm_s2_defconfig | 2 ++ drivers/mtd/nand/raw/fsl_elbc_nand.c | 3 +-- drivers/mtd/nand/raw/mt7621_nand.c | 9 ++++----- drivers/mtd/nand/raw/mxs_nand_spl.c | 8 ++++---- drivers/mtd/nand/raw/nand_base.c | 37 +++++++++++++++++------------------- drivers/mtd/nand/raw/nand_ids.c | 2 +- drivers/mtd/nand/raw/nand_samsung.c | 20 +++++++++++++++++++ include/linux/mtd/rawnand.h | 13 ++++++------- 8 files changed, 55 insertions(+), 39 deletions(-)
I've applied this to u-boot/next, thanks. In the future please make sure to CC the mailing list and I would prefer to pull a specific tag rather than git commit, but otherwise the branch to apply is fine.
-- Tom
participants (2)
-
Michael Nazzareno Trimarchi
-
Tom Rini