mbox series

[GIT,PULL] mtd: nand: Changes for 5.5

Message ID 20191112153116.03d7c885@xps13
State Not Applicable
Headers show
Series [GIT,PULL] mtd: nand: Changes for 5.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next

Message

Miquel Raynal Nov. 12, 2019, 2:31 p.m. UTC
Hello,

This is the NAND PR for 5.5.

Thanks,
Miquèl


The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next

for you to fetch changes up to 777260a5c99226cfa58325b6a7c2f39bb46f5aaf:

  mtd: rawnand: remove unecessary checking if dmac is NULL (2019-10-30 09:22:13 +0100)

----------------------------------------------------------------
Florian Fainelli (1):
      mtd: rawnand: brcmnand: Fix NULL pointer assignment

Kamal Dasu (1):
      mtd: nand: brcmnand: Add support for flash-dma v0

Masahiro Yamada (1):
      mtd: rawnand: denali: remove the old unified controller/chip DT support

Piotr Sroka (4):
      mtd: rawnand: Change calculating of position page containing BBM
      mtd: rawnand: Add new Cadence NAND driver to MTD subsystem
      dt-bindings: mtd: Add Cadence NAND controller driver
      mtd: rawnand: remove unecessary checking if dmac is NULL

YueHaibing (2):
      mtd: rawnand: mxic: Remove dev_err() on platform_get_irq() failure
      mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failure

 Documentation/devicetree/bindings/mtd/cadence-nand-controller.txt |   53 +
 MAINTAINERS                                                       |    7 +
 drivers/mtd/nand/raw/Kconfig                                      |    7 +
 drivers/mtd/nand/raw/Makefile                                     |    1 +
 drivers/mtd/nand/raw/brcmnand/brcmnand.c                          |   23 +-
 drivers/mtd/nand/raw/cadence-nand-controller.c                    | 3030 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mtd/nand/raw/denali_dt.c                                  |   55 +-
 drivers/mtd/nand/raw/mxic_nand.c                                  |    4 +-
 drivers/mtd/nand/raw/nand_base.c                                  |    8 +-
 drivers/mtd/nand/raw/nand_micron.c                                |    4 +-
 10 files changed, 3132 insertions(+), 60 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mtd/cadence-nand-controller.txt
 create mode 100644 drivers/mtd/nand/raw/cadence-nand-controller.c