[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211209180424.689b70db@xps13>
Date: Thu, 9 Dec 2021 18:04:24 +0100
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mtd@...ts.infradead.org, Richard Weinberger <richard@....at>,
Tudor Ambarus <Tudor.Ambarus@...rochip.com>,
Vignesh Raghavendra <vigneshr@...com>,
Frieder Schrempf <frieder.schrempf@...tron.de>,
linux-kernel@...r.kernel.org, Michael Walle <michael@...le.cc>,
Pratyush Yadav <p.yadav@...com>
Subject: [GIT PULL] mtd: Fixes for 5.16-rc5
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(-)
Powered by blists - more mailing lists