]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mtd/fixes-for-4.17-rc6' of git://git.infradead.org/linux-mtd
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 May 2018 16:58:29 +0000 (09:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 May 2018 16:58:29 +0000 (09:58 -0700)
commitfb71c43111dccac0087c5a24921fabb6a82f7cd0
tree85320d1392100d7d644d1b7d872446746c87884f
parent9aa5e52c893f0cbf1e2bc8e92b1d0e5cf6bad8e0
parentf74f05298636226fabe18f3ff4d8665e45a99756
Merge tag 'mtd/fixes-for-4.17-rc6' of git://git.infradead.org/linux-mtd

Pull mtd fixes from Boris Brezillon:
 "NAND fixes:
   - Fix read path of the Marvell NAND driver
   - Make sure we don't pass a u64 to ndelay()

  CFI fix:
   - Fix the map_word_andequal() implementation"

* tag 'mtd/fixes-for-4.17-rc6' of git://git.infradead.org/linux-mtd:
  mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bit
  mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2
  mtd: Fix comparison in map_word_andequal()