[PULL] mtd: nand: Fixes for 4.10-rc3

Boris Brezillon boris.brezillon at free-electrons.com
Wed Jan 4 12:15:57 PST 2017


Hi Brian,

Here is a fixes PR for 4.10-rc3 (or -rc4 if it's already too late for
-rc3).

The xway and oxnas fixes are fixing bugs introduced before 4.10-rc1. I
know fixes PRs are supposed to contain only fixes for bugs introduced by
code merged during the merge window, but I thought it would be good to
have them applied in this release.

Let me know if this is a problem, and I'll move them to my nand/next and
resend of PR.

Regards,

Boris

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git at github.com:linux-nand/linux.git tags/nand/fixes-for-4.10-rc3

for you to fetch changes up to cf9e1672a66c49ed8903c01b4c380a2f2dc91b40:

  mtd: nand: lpc32xx: fix invalid error handling of a requested irq (2017-01-04 20:50:18 +0100)

----------------------------------------------------------------
Fixes for 4.10-rc3
- 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

----------------------------------------------------------------
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(-)



More information about the linux-mtd mailing list