Merge tag 'spi-nor/for-5.9' of https://git.kernel.org/pub/scm/linux/kernel/git/mtd...
authorRichard Weinberger <richard@nod.at>
Sun, 2 Aug 2020 19:36:34 +0000 (21:36 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 2 Aug 2020 19:36:34 +0000 (21:36 +0200)
commitcb413909ae849bd2126122fcc11838e905c34951
treecea991e1aaa8795ae51d0d0c2199d023f2429749
parentfbd9b5437b668900f6d8c8e29c8aabf4955189ff
parente93a977367b2aefff3c1fb426bbdfc6e2980815f
Merge tag 'spi-nor/for-5.9' of https://git./linux/kernel/git/mtd/linux into mtd/next

SPI NOR core changes:
- Disable Quad Mode in spi_nor_restore().
- Don't abort BFPT parsing when QER reserved value is used.
- Add support/update capabilities for few flashes.
- Drop s70fl01gs flash: it does not support RDSR(05h) which
  is critical for erase/write.
- Merge the SPIMEM DTR bits in spi-nor/next to avoid conflicts
  during the release cycle.

SPI NOR controller drivers changes:
- Move the cadence-quadspi driver to spi-mem. The series was
  taken through the SPI tree. Merge it also in spi-nor/next
  to avoid conflicts during the release cycle.
- intel-spi:
   - Add new PCI IDs.
   - Ignore the Write Disable command, the controller doesn't
     support it.
   - Fix performance regression.