Merge tag 'nand/for-6.4' into mtd/next
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 19 Apr 2023 18:38:54 +0000 (20:38 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 19 Apr 2023 18:39:03 +0000 (20:39 +0200)
commit7227aacb62aeb59b007a6d3489b11f78fa332696
tree9a56aa6fe22c31ae2c9a0e5502bdd302563b50a1
parent38f1aa5566730cdc5e09ec982c80489d87f0f0a7
parentec185b18c22323cb0cde0319fa90b3e467b1ed2d
Merge tag 'nand/for-6.4' into mtd/next

Raw NAND core changes:
* Convert to platform remove callback returning void
* Fix spelling mistake waifunc() -> waitfunc()

Raw NAND controller driver changes:
* imx: Remove unused is_imx51_nfc and imx53_nfc functions
* omap2: Drop obsolete dependency on COMPILE_TEST
* orion: Use devm_platform_ioremap_resource()
* qcom:
  - Use of_property_present() for testing DT property presence
  - Use devm_platform_get_and_ioremap_resource()
* stm32_fmc2: Depends on ARCH_STM32 instead of MACH_STM32MP157
* tmio: Remove reference to config MTD_NAND_TMIO in the parsers

Raw NAND manufacturer driver changes:
* hynix: Fix up bit 0 of sdr_timing_mode

SPI-NAND changes:
* Add support for ESMT F50x1G41LB

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/fsmc_nand.c