[GIT PULL] MTD fixes for 4.10
From: Brian Norris
Date: Mon Jan 16 2017 - 17:32:25 EST
Hi Linus,
I've been holding onto this one a little too long.
The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
are available in the git repository at:
git://git.infradead.org/linux-mtd.git tags/for-linus-20170116
for you to fetch changes up to 5bdee5496978c6738dd90869b54c0f30c0344ccf:
Merge tag 'nand/fixes-for-4.10-rc3' of github.com:linux-nand/linux (2017-01-05 09:33:26 -0800)
----------------------------------------------------------------
MTD fixes for 4.10
Just NAND updates from Boris:
" - Forbid compiling xway NAND controller driver as a module
- 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
"
----------------------------------------------------------------
Brian Norris (1):
Merge tag 'nand/fixes-for-4.10-rc3' of github.com:linux-nand/linux
Hauke Mehrtens (2):
mtd: nand: xway: disable module support
mtd: nand: xway: fix build because of module functions
Marc Gonzalez (2):
mtd: nand: tango: Update DT binding description
mtd: nand: tango: Reset pbus to raw mode in probe
Randy Dunlap (1):
mtd: nand: oxnas_nand: fix build errors on arch/um, require HAS_IOMEM
Vladimir Zapolskiy (1):
mtd: nand: lpc32xx: fix invalid error handling of a requested irq
Documentation/devicetree/bindings/mtd/tango-nand.txt | 6 +++---
drivers/mtd/nand/Kconfig | 3 ++-
drivers/mtd/nand/lpc32xx_mlc.c | 2 +-
drivers/mtd/nand/tango_nand.c | 4 +++-
drivers/mtd/nand/xway_nand.c | 5 +----
5 files changed, 10 insertions(+), 10 deletions(-)