]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mtd/fixes-for-4.19-rc5' of git://git.infradead.org/linux-mtd
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Sep 2018 09:25:20 +0000 (11:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Sep 2018 09:25:20 +0000 (11:25 +0200)
commiteb5a5845bf6d8edc8121feb8fa2323e552472ba6
tree468e18bd1e2500d590dd199d56e3731dc40e8b0c
parent2b9815fd010bd5e75b0220388aaca08ed51804a9
parent4ff57b42cccbfcbae3203895552603bf61fa28a8
Merge tag 'mtd/fixes-for-4.19-rc5' of git://git.infradead.org/linux-mtd

Boris writes:
  "- Fixes a bug in the ->read/write_reg() implementation of the m25p80
     driver
   - Make sure of_node_get/put() calls are balanced in the partition
     parsing code
   - Fix a race in the denali NAND controller driver
   - Fix false positive WARN_ON() in the marvell NAND controller driver"

* tag 'mtd/fixes-for-4.19-rc5' of git://git.infradead.org/linux-mtd:
  mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able
  mtd: partitions: fix unbalanced of_node_get/put()
  mtd: rawnand: denali: fix a race condition when DMA is kicked
  mtd: rawnand: marvell: prevent harmless warnings