[GIT PULL] mtd: nand: Changes for 5.12

Miquel Raynal miquel.raynal at bootlin.com
Mon Feb 1 13:07:49 EST 2021


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



More information about the linux-mtd mailing list