[GIT PULL] mtd: nand: Changes for 5.16
Miquel Raynal
miquel.raynal at bootlin.com
Mon Nov 1 12:00:26 PDT 2021
Hello folks,
Here is the NAND PR for 5.16.
Cheers,
Miquèl
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/nand/for-5.16
for you to fetch changes up to fc9e18f9e987ad46722dad53adab1c12148c213c:
mtd: rawnand: arasan: Prevent an unsupported configuration (2021-10-15 12:24:54 +0200)
----------------------------------------------------------------
Core:
* Remove obsolete macros only used by the old nand_ecclayout struct
* MAINTAINERS: Add entry for Qualcomm NAND controller driver
Raw NAND controller drivers:
* Arasan:
- Prevent an unsupported configuration
* Xway, Socrates: plat_nand, Pasemi, Orion, mpc5121, GPIO, Au1550nd, AMS-Delta:
- Keep the driver compatible with on-die ECC engines
* cs553x, lpc32xx_slc, ndfc, sharpsl, tmio, txx9ndfmc:
- Revert the commits: "Fix external use of SW Hamming ECC helper"
- And let callers use the bare Hamming helpers
* Fsmc: Fix use of SM ORDER
* Intel:
- Fix potential buffer overflow in probe
* xway, vf610, txx9ndfm, tegra, stm32, plat_nand, oxnas, omap, mtk, hisi504,
gpmi, gpio, denali, bcm6368, atmel:
- Make use of the helper function devm_platform_ioremap_resource{,byname}()
Onenand driver:
* Samsung: Drop Exynos4 and describe driver in KConfig
Raw NAND chip drivers:
* Hynix: Add support for H27UCG8T2ETR-BC MLC NAND
----------------------------------------------------------------
Cai Huoqing (16):
mtd: rawnand: atmel: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: bcm6368: Make use of the helper function devm_platform_ioremap_resource_byname()
mtd: rawnand: denali: Make use of the helper function devm_platform_ioremap_resource_byname()
mtd: rawnand: gpio: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: gpmi: Make use of the helper function devm_platform_ioremap_resource_byname()
mtd: rawnand: hisi504: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: mtk: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: mtk_ecc: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: omap_elm: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: oxnas: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: plat_nand: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: stm32_fmc2: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: tegra: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: txx9ndfm: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: vf610: Make use of the helper function devm_platform_ioremap_resource()
mtd: rawnand: xway: Make use of the helper function devm_platform_ioremap_resource()
Chris Morgan (1):
mtd: rawnand: hynix: Add support for H27UCG8T2ETR-BC MLC NAND
Evgeny Novikov (1):
mtd: rawnand: intel: Fix potential buffer overflow in probe
GONG, Ruiqi (1):
mtd: Remove obsolete macros only used by the old nand_ecclayout struct
Krzysztof Kozlowski (1):
mtd: onenand: samsung: drop Exynos4 and describe driver in KConfig
Manivannan Sadhasivam (1):
MAINTAINERS: Add entry for Qualcomm NAND controller driver
Miquel Raynal (18):
mtd: rawnand: fsmc: Fix use of SM ORDER
mtd: rawnand: Let callers use the bare Hamming helpers
Revert "mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper"
Revert "mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper"
Revert "mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helper"
Revert "mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helper"
Revert "mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC helper"
Revert "mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper"
mtd: rawnand: ams-delta: Keep the driver compatible with on-die ECC engines
mtd: rawnand: au1550nd: Keep the driver compatible with on-die ECC engines
mtd: rawnand: gpio: Keep the driver compatible with on-die ECC engines
mtd: rawnand: mpc5121: Keep the driver compatible with on-die ECC engines
mtd: rawnand: orion: Keep the driver compatible with on-die ECC engines
mtd: rawnand: pasemi: Keep the driver compatible with on-die ECC engines
mtd: rawnand: plat_nand: Keep the driver compatible with on-die ECC engines
mtd: rawnand: socrates: Keep the driver compatible with on-die ECC engines
mtd: rawnand: xway: Keep the driver compatible with on-die ECC engines
mtd: rawnand: arasan: Prevent an unsupported configuration
MAINTAINERS | 8 ++++++++
drivers/mtd/nand/ecc-sw-hamming.c | 7 ++++---
drivers/mtd/nand/onenand/Kconfig | 9 +++++----
drivers/mtd/nand/raw/ams-delta.c | 12 +++++++++---
drivers/mtd/nand/raw/arasan-nand-controller.c | 15 +++++++++++++++
drivers/mtd/nand/raw/atmel/pmecc.c | 7 ++-----
drivers/mtd/nand/raw/au1550nd.c | 12 +++++++++---
drivers/mtd/nand/raw/brcmnand/bcm6368_nand.c | 5 +----
drivers/mtd/nand/raw/cs553x_nand.c | 12 +-----------
drivers/mtd/nand/raw/denali_dt.c | 7 ++-----
drivers/mtd/nand/raw/fsmc_nand.c | 4 +++-
drivers/mtd/nand/raw/gpio.c | 15 ++++++++++-----
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 4 +---
drivers/mtd/nand/raw/hisi504_nand.c | 7 ++-----
drivers/mtd/nand/raw/intel-nand-controller.c | 5 +++++
drivers/mtd/nand/raw/lpc32xx_slc.c | 15 +--------------
drivers/mtd/nand/raw/mpc5121_nfc.c | 12 +++++++++---
drivers/mtd/nand/raw/mtk_ecc.c | 4 +---
drivers/mtd/nand/raw/mtk_nand.c | 4 +---
drivers/mtd/nand/raw/nand_hynix.c | 14 ++++++++++++++
drivers/mtd/nand/raw/nand_ids.c | 4 ++++
drivers/mtd/nand/raw/ndfc.c | 12 +-----------
drivers/mtd/nand/raw/omap_elm.c | 5 ++---
drivers/mtd/nand/raw/orion_nand.c | 12 +++++++++---
drivers/mtd/nand/raw/oxnas_nand.c | 4 +---
drivers/mtd/nand/raw/pasemi_nand.c | 12 +++++++++---
drivers/mtd/nand/raw/plat_nand.c | 16 ++++++++++------
drivers/mtd/nand/raw/sharpsl.c | 12 +-----------
drivers/mtd/nand/raw/socrates_nand.c | 12 +++++++++---
drivers/mtd/nand/raw/stm32_fmc2_nand.c | 8 ++------
drivers/mtd/nand/raw/tegra_nand.c | 4 +---
drivers/mtd/nand/raw/tmio_nand.c | 8 +++-----
drivers/mtd/nand/raw/txx9ndfmc.c | 9 +++------
drivers/mtd/nand/raw/vf610_nfc.c | 4 +---
drivers/mtd/nand/raw/xway_nand.c | 16 ++++++++++------
include/linux/mtd/mtd.h | 2 --
36 files changed, 169 insertions(+), 149 deletions(-)
More information about the linux-mtd
mailing list