]> 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)
commit4f42ac7e8ca216923b221be9b44a33b6dcce57f3
tree468e18bd1e2500d590dd199d56e3731dc40e8b0c
parent5c761a9a5fe9bf3d6cd0b91dd7100add22f587c4
parent40f14f12726a5aa1aca93bca9215007056e87c7f
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