Merge tag 'mtd/fixes-for-4.20-rc4' of git://git.infradead.org/linux-mtd
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Nov 2018 16:35:30 +0000 (08:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Nov 2018 16:35:30 +0000 (08:35 -0800)
commitef4d6f2c0c659922856bb48cbb7a83ac97941e01
tree1af9ccde71590d0920c68497100cf0c386b6138c
parentb84b6345e3827ab616946b52f46e95179657b596
parente8828ec1c003727fc001eab06aa19bd2ca9b677e
Merge tag 'mtd/fixes-for-4.20-rc4' of git://git.infradead.org/linux-mtd

Pull mtd fixes from Boris Brezillon:
 "SPI NOR fixes:

   - Various fixes related to the SFDP parsing code merged in 4.20

   - Fix for a page fault in the cadence-qspi

  NAND fixes:

   - Fix a macro name conflict between the QCOM NAND controller driver
     and the RISC-V asm headers

   - Fix of-node handling in the atmel driver"

* tag 'mtd/fixes-for-4.20-rc4' of git://git.infradead.org/linux-mtd:
  mtd: spi-nor: fix selection of uniform erase type in flexible conf
  mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
  mtd: rawnand: qcom: Namespace prefix some commands
  mtd: rawnand: atmel: fix OF child-node lookup
  mtd: spi_nor: pass DMA-able buffer to spi_nor_read_raw()
  mtd: spi-nor: don't overwrite errno in spi_nor_get_map_in_use()
  mtd: spi-nor: fix iteration over smpt array
  mtd: spi-nor: don't drop sfdp data if optional parsers fail