Linux-mtd Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>
Cc: linux-mtd@lists.infradead.org,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Frieder Schrempf <frieder.schrempf@kontron.de>,
	Tudor Ambarus <Tudor.Ambarus@microchip.com>
Subject: [GIT PULL] mtd: nand: Changes for 5.5
Date: Tue, 12 Nov 2019 15:31:16 +0100	[thread overview]
Message-ID: <20191112153116.03d7c885@xps13> (raw)

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

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

                 reply	other threads:[~2019-11-12 14:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191112153116.03d7c885@xps13 \
    --to=miquel.raynal@bootlin.com \
    --cc=Tudor.Ambarus@microchip.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=linux-mtd@lists.infradead.org \
    --cc=richard@nod.at \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox