From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org,
Richard Weinberger <richard@nod.at>,
Tudor Ambarus <Tudor.Ambarus@microchip.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
linux-kernel@vger.kernel.org, Michael Walle <michael@walle.cc>,
Pratyush Yadav <p.yadav@ti.com>
Subject: [GIT PULL] mtd: Fixes for 5.16-rc5
Date: Thu, 9 Dec 2021 18:04:24 +0100 [thread overview]
Message-ID: <20211209180424.689b70db@xps13> (raw)
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(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org,
Richard Weinberger <richard@nod.at>,
Tudor Ambarus <Tudor.Ambarus@microchip.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
linux-kernel@vger.kernel.org, Michael Walle <michael@walle.cc>,
Pratyush Yadav <p.yadav@ti.com>
Subject: [GIT PULL] mtd: Fixes for 5.16-rc5
Date: Thu, 9 Dec 2021 18:04:24 +0100 [thread overview]
Message-ID: <20211209180424.689b70db@xps13> (raw)
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(-)
next reply other threads:[~2021-12-09 17:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-09 17:04 Miquel Raynal [this message]
2021-12-09 17:04 ` [GIT PULL] mtd: Fixes for 5.16-rc5 Miquel Raynal
2021-12-09 19:35 ` pr-tracker-bot
2021-12-09 19:35 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211209180424.689b70db@xps13 \
--to=miquel.raynal@bootlin.com \
--cc=Tudor.Ambarus@microchip.com \
--cc=frieder.schrempf@kontron.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=michael@walle.cc \
--cc=p.yadav@ti.com \
--cc=richard@nod.at \
--cc=torvalds@linux-foundation.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.