mbox series

[GIT,PULL] mtd: Fixes for 4.17-rc5

Message ID 20180511095913.27878f1f@bbrezillon
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 4.17-rc5 | expand

Pull-request

git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.17-rc5

Message

Boris Brezillon May 11, 2018, 7:59 a.m. UTC
Hello Linus,

Here is the MTD fixes PR for 4.17-rc5.

Regards,

Boris

The following changes since commit 6da6c0db5316275015e8cc2959f12a17584aeb64:

  Linux v4.17-rc3 (2018-04-29 14:17:42 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-mtd.git tags/mtd/fixes-for-4.17-rc5

for you to fetch changes up to 3057fcef385348fe85173f1b0c824d89f1176f72:

  mtd: rawnand: Make sure we wait tWB before polling the STATUS reg (2018-05-10 08:40:39 +0200)

----------------------------------------------------------------
NAND fixes:
- Make nand_soft_waitrdy() wait tWB before polling the status REG
- Fix BCH write in the the Marvell NAND controller driver
- Fix wrong picosec to msec conversion in the Marvell NAND controller
  driver
- Fix DMA handling in the TI OneNAND controllre driver

----------------------------------------------------------------
Boris Brezillon (1):
      mtd: rawnand: Make sure we wait tWB before polling the STATUS reg

Chris Packham (1):
      mtd: rawnand: marvell: pass ms delay to wait_op

Ladislav Michl (1):
      mtd: onenand: omap2: Disable DMA for HIGHMEM buffers

Miquel Raynal (1):
      mtd: rawnand: marvell: fix command xtype in BCH write hook

 drivers/mtd/nand/onenand/omap2.c    | 105 ++++++++++++++++++++++---------------------------------------
 drivers/mtd/nand/raw/marvell_nand.c |  12 +++++--
 drivers/mtd/nand/raw/nand_base.c    |   5 +++
 3 files changed, 52 insertions(+), 70 deletions(-)