[GIT PULL] mtd: Fixes for 5.16-rc5

From: Miquel Raynal
Date: Thu Dec 09 2021 - 12:04:42 EST


Hello Linus,

This is a fixes MTD PR for the next -rc.

Thanks,
Miquèl

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.16-rc5

for you to fetch changes up to 27a030e8729255b2068f35c1cd609b532b263311:

mtd: dataflash: Add device-tree SPI IDs (2021-12-03 14:33:59 +0100)

----------------------------------------------------------------
MTD fixes:
* dataflash: Add device-tree SPI IDs to avoid new warnings

Raw NAND fixes:
* Fix nand_choose_best_timings() on unsupported interface
* Fix nand_erase_op delay (wrong unit)
* fsmc:
- Fix timing computation
- Take instruction delay into account
* denali:
- Add the dependency on HAS_IOMEM to silence robots

----------------------------------------------------------------
Cai Huoqing (1):
mtd: rawnand: denali: Add the dependency on HAS_IOMEM

Herve Codina (4):
mtd: rawnand: Fix nand_erase_op delay
mtd: rawnand: Fix nand_choose_best_timings() on unsupported interface
mtd: rawnand: fsmc: Take instruction delay into account
mtd: rawnand: fsmc: Fix timing computation

Jon Hunter (1):
mtd: dataflash: Add device-tree SPI IDs

drivers/mtd/devices/mtd_dataflash.c | 8 ++++++++
drivers/mtd/nand/raw/Kconfig | 2 +-
drivers/mtd/nand/raw/fsmc_nand.c | 36 ++++++++++++++++++++++++++++--------
drivers/mtd/nand/raw/nand_base.c | 6 +++---
4 files changed, 40 insertions(+), 12 deletions(-)