]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-20170116' of git://git.infradead.org/linux-mtd
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Jan 2017 16:50:59 +0000 (08:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Jan 2017 16:50:59 +0000 (08:50 -0800)
commitc7f4df7f493dcb9be0ebdc68c46b4e21e72019a5
tree51d0c04d038b08fb9fe3e1fca25f0d5c4b73b093
parent8a7f82d5154fa50fe8de6a8e6821650a4241dc9b
parent2eb20509eb41cf5a930612a67deaa5d5fa337dc9
Merge tag 'for-linus-20170116' of git://git.infradead.org/linux-mtd

Pull MTD fixes from Brian Norris:
 "Just NAND updates from Boris:

   - avoid compiling xway NAND controller driver as a module (which
     didn't work)

   - fix tango NAND DT binding and make sure the controller is in a
     clean state at probe time

   - add dependency on HAS_IOMEM to the oxnas NAND driver

   - fix irq number validity check in the lpc32xx driver"

* tag 'for-linus-20170116' of git://git.infradead.org/linux-mtd:
  mtd: nand: lpc32xx: fix invalid error handling of a requested irq
  mtd: nand: tango: Reset pbus to raw mode in probe
  mtd: nand: tango: Update DT binding description
  mtd: nand: oxnas_nand: fix build errors on arch/um, require HAS_IOMEM
  mtd: nand: xway: fix build because of module functions
  mtd: nand: xway: disable module support