]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mtd/fixes-for-4.17-rc5' of git://git.infradead.org/linux-mtd
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 May 2018 16:46:14 +0000 (09:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 May 2018 16:46:14 +0000 (09:46 -0700)
commit423e72262aaea63a05579610e90dc838b528b58a
tree8d15b186f85adb08687d722abba5ec49ddd33b3e
parent037afd669fe0d986dac66e16a4bf50eff447a7de
parent3be1c8570a9c57599d7c5aae02dfadc81972b10e
Merge tag 'mtd/fixes-for-4.17-rc5' of git://git.infradead.org/linux-mtd

Pull mtd fixes from Boris Brezillon:

 - 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

* tag 'mtd/fixes-for-4.17-rc5' of git://git.infradead.org/linux-mtd:
  mtd: rawnand: Make sure we wait tWB before polling the STATUS reg
  mtd: rawnand: marvell: fix command xtype in BCH write hook
  mtd: rawnand: marvell: pass ms delay to wait_op
  mtd: onenand: omap2: Disable DMA for HIGHMEM buffers