]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
authorBoris Brezillon <boris.brezillon@bootlin.com>
Sat, 11 Aug 2018 10:19:35 +0000 (12:19 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Sat, 11 Aug 2018 10:19:35 +0000 (12:19 +0200)
commitf8d623fa5b60279c31698465fb905d63c9c760ef
treebdc3d032b9107242508d91c513212150ce058b3e
parent97309d64a7bd80937782afc1f0c64f6e5be18739
parent25293b514382b2aa264db0bb54b4ecff89f29cae
Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next

Pull SPI NOR updates from Boris Brezillon:
"
 Core changes:
 - Apply reset hacks only when reset is explicitly marked as broken in
   the DT

 Driver changes:
 - Minor cleanup/fixes in the m25p80 driver
 - Release flash_np in the nxp-spifi driver
 - Add suspend/resume hooks to the atmel-quadspi driver
 - Include gpio/consumer.h instead of gpio.h in the atmel-quadspi driver
 - Use %pK instead of %p in the stm32-quadspi driver
 - Improve timeout handling in the cadence-quadspi driver
 - Use mtd_device_register() instead of mtd_device_parse_register() in
   the intel-spi driver
"