* [GIT PULL] mtd: nand: Changes for 5.5
@ 2019-11-12 14:31 Miquel Raynal
0 siblings, 0 replies; only message in thread
From: Miquel Raynal @ 2019-11-12 14:31 UTC (permalink / raw)
To: Richard Weinberger
Cc: linux-mtd, Vignesh Raghavendra, Frieder Schrempf, Tudor Ambarus
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/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-12 14:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-12 14:31 [GIT PULL] mtd: nand: Changes for 5.5 Miquel Raynal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).