All of 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.12
Date: Mon, 1 Feb 2021 19:07:49 +0100	[thread overview]
Message-ID: <20210201190749.537fd891@xps13> (raw)

Hi folks,

This is the NAND PR for v5.12.

Please note that I messed up (again) when applying patches so I just
moved a few patches out of the nand/next branch and applied them to
mtd/next. All patches there have been laying in next for at least a
week already and you can safely ignore the timestamp of the last patch
(2021-02-01 18:59:19 +0100).

Thanks,
Miquèl

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/nand/for-5.12

for you to fetch changes up to 073abfa7ea9a5b0537d6f92b42baedaf82a04c53:

  mtd: rawnand: intel: Fix an error handling path in 'ebu_dma_start()' (2021-02-01 18:59:19 +0100)

----------------------------------------------------------------
Raw NAND controller drivers:
* Intel: Fix an error handling path in 'ebu_dma_start()'
* Tango: Remove the driver
* Marvell: Convert comma to semicolon
* MXC: Convert comma to semicolon
* Qcom: Add support for Qcom SMEM parser

Related MTD changes:
* parsers: Add Qcom SMEM parser

----------------------------------------------------------------
Arnd Bergmann (1):
      mtd: rawnand: tango: Remove the driver

Christophe JAILLET (1):
      mtd: rawnand: intel: Fix an error handling path in 'ebu_dma_start()'

Manivannan Sadhasivam (3):
      dt-bindings: mtd: partitions: Add binding for Qcom SMEM parser
      mtd: parsers: Add Qcom SMEM parser
      mtd: rawnand: qcom: Add support for Qcom SMEM parser

Zheng Yongjun (2):
      mtd: rawnand: mxc: Convert comma to semicolon
      mtd: rawnand: marvell: convert comma to semicolon

 .../devicetree/bindings/mtd/partitions/qcom,smem-part.yaml         |  33 ++
 drivers/mtd/nand/raw/Kconfig                                       |   7 -
 drivers/mtd/nand/raw/Makefile                                      |   1 -
 drivers/mtd/nand/raw/intel-nand-controller.c                       |   6 +-
 drivers/mtd/nand/raw/marvell_nand.c                                |   2 +-
 drivers/mtd/nand/raw/mxc_nand.c                                    |   2 +-
 drivers/mtd/nand/raw/qcom_nandc.c                                  |   4 +-
 drivers/mtd/nand/raw/tango_nand.c                                  | 727 ------------------------------
 drivers/mtd/parsers/Kconfig                                        |   8 +
 drivers/mtd/parsers/Makefile                                       |   1 +
 drivers/mtd/parsers/qcomsmempart.c                                 | 170 +++++++
 11 files changed, 221 insertions(+), 740 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mtd/partitions/qcom,smem-part.yaml
 delete mode 100644 drivers/mtd/nand/raw/tango_nand.c
 create mode 100644 drivers/mtd/parsers/qcomsmempart.c

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

             reply	other threads:[~2021-02-01 18:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-01 18:07 Miquel Raynal [this message]
2021-02-10  9:26 ` [GIT PULL] mtd: nand: Changes for 5.12 Richard Weinberger

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=20210201190749.537fd891@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.