mbox series

[GIT,PULL] mtd: Changes for 6.9-rc1

Message ID 20240315122128.42375f32@xps-13
State New
Headers show
Series [GIT,PULL] mtd: Changes for 6.9-rc1 | expand

Pull-request

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

Message

Miquel Raynal March 15, 2024, 11:21 a.m. UTC
Hello Linus,

This is the MTD PR for the opening v6.9-rc cycle.

Thanks,
Miquèl

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 09888e973cc9d3615dbab5d178eecb58d8a0b7ab:

  Merge tag 'nand/for-6.9' into mtd/next (2024-03-15 12:00:45 +0100)

----------------------------------------------------------------
MTD

The Carillo Ranch driver has been removed. Top level mtd bindings have
received a couple of improvements (references, selects). The ssfdc
driver received few minor adjustments. These changes come with the usual
load of misc/small improvements and fixes.

Raw NAND

The main series brought is an update of the Broadcom support to support
all BCMBCA SoCs and their specificity (ECC, write protection,
configuration straps), plus a few misc fixes and changes in the main
driver. Device tree updates are also part of this PR, initially because
of a misunderstanding on my side.

The STM32_FMC2 controller driver is also upgraded to properly support
MP1 and MP25 SoCs.

A new compatible is added for an Atmel flavor.

Among all these feature changes, there is as well a load of continuous
read related fixes, avoiding more corner conditions and clarifying the
logic. Finally a few miscellaneous fixes are made to the core, the
lpx32xx_mlc, fsl_lbc, Meson and Atmel controller driver, as well as
final one in the Hynix vendor driver.

SPI-NAND

The ESMT support has been extended to match 5 bytes ID to avoid
collisions. Winbond support on its side receives support for W25N04KV
chips.

SPI NOR

SPI NOR gets the non uniform erase code cleaned. We stopped using
bitmasks for erase types and flags, and instead introduced dedicated
members. We then passed the SPI NOR erase map to MTD. Users can now
determine the erase regions and make informed decisions on partitions
size.

An optional interrupt property is now described in the bindings.

----------------------------------------------------------------
Alexander Dahl (1):
      mtd: nand: raw: atmel: Fix comment in timings preparation

Arnd Bergmann (1):
      mtd: rawnand: lpc32xx_mlc: fix irq handler prototype

Arseniy Krasnov (1):
      mtd: rawnand: meson: fix scrambling mode value in command macro

Baruch Siach (1):
      mtd: maps: physmap-core: fix flash size larger than 32-bit

Christophe Kerello (3):
      dt-bindings: mtd: st,stm32: add MP25 support
      mtd: rawnand: stm32_fmc2: use dma_get_slave_caps to get DMA max burst
      mtd: rawnand: stm32_fmc2: add MP25 support

Colin Ian King (2):
      mtd: chips: remove redundant assignment to variable timeo
      mtd: rawnand: remove redundant assignment to variable bbtblocks

David Regan (2):
      mtd: rawnand: brcmnand: exec_op helper functions return type fixes
      mtd: rawnand: brcmnand: update log level messages

Erick Archer (1):
      mtd: rawnand: Prefer struct_size over open coded arithmetic

Ezra Buehler (2):
      mtd: spinand: Add support for 5-byte IDs
      mtd: spinand: esmt: Extend IDs to 5 bytes

Josua Mayer (1):
      dt-bindings: mtd: spi-nor: add optional interrupts property

Krzysztof Kozlowski (1):
      mtd: lpc32xx: use typedef for dma_filter_fn

Marcel Hamer (1):
      mtd: fix minor comment typo for struct mtd_master

Markus Elfring (3):
      mtd: ssfdc: One function call less in ssfdcr_add_mtd() after error detection
      mtd: ssfdc: Fix indentation in ssfdcr_add_mtd()
      mtd: ssfdc: Improve a size determination in ssfdcr_add_mtd()

Matthew Wilcox (Oracle) (1):
      mtd: Remove support for Carillo Ranch driver

Miquel Raynal (7):
      Merge tag 'spi-nor/for-6.9' into mtd/next
      mtd: rawnand: Fix and simplify again the continuous read derivations
      mtd: rawnand: Add a helper for calculating a page index
      mtd: rawnand: Ensure all continuous terms are always in sync
      mtd: rawnand: Constrain even more when continuous reads are enabled
      mtd: rawnand: Ensure continuous reads are well disabled
      Merge tag 'nand/for-6.9' into mtd/next

Muhammad Usama Anjum (1):
      mtd: spi-nor: core: correct type of i

Nayab Sayed (1):
      dt-bindings: mtd: update references from partition.txt to mtd.yaml

Randy Dunlap (1):
      mtd: rawnand: hynix: remove @nand_technology kernel-doc description

Takahiro Kuwano (4):
      mtd: spi-nor: core: rework struct spi_nor_erase_region
      mtd: spi-nor: core: get rid of SNOR_LAST_REGION flag
      mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flag
      mtd: spi-nor: core: set mtd->eraseregions for non-uniform erase map

Tudor Ambarus (1):
      mtd: flashchip: explicitly include <linux/wait.h>

Uwe Kleine-König (1):
      mtd: rawnand: fsl_elbc: Let .probe retry if local bus is missing

Varshini Rajendran (1):
      dt-bindings: atmel-nand: add microchip,sam9x7-pmecc

William Zhang (12):
      mtd: rawnand: brcmnand: fix style issues
      dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs
      dt-bindings: mtd: brcmnand: Add WP pin connection property
      dt-bindings: mtd: brcmnand: Add ecc strap property
      ARM: dts: broadcom: bcmbca: Add NAND controller node
      arm64: dts: broadcom: bcmbca: Add NAND controller node
      arm64: dts: broadcom: bcmbca: Update router boards
      mtd: rawnand: brcmnand: Rename bcm63138 nand driver
      mtd: rawnand: brcmnand: Add BCMBCA read data bus interface
      mtd: rawnand: brcmnand: Support write protection setting from dts
      mtd: rawnand: brcmnand: fix sparse warnings
      mtd: rawnand: brcmnand: Add support for getting ecc setting from strap

Zhenhua Huang (1):
      dt-bindings: mtd: avoid automatically select from mtd.yaml

Zhi-Jun You (1):
      mtd: spinand: winbond: add support for W25N04KV

 Documentation/devicetree/bindings/mtd/atmel-nand.txt        |   1 +
 Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml    |  44 ++++-
 Documentation/devicetree/bindings/mtd/davinci-nand.txt      |   2 +-
 Documentation/devicetree/bindings/mtd/flctl-nand.txt        |   2 +-
 Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt      |   2 +-
 Documentation/devicetree/bindings/mtd/gpio-control-nand.txt |   2 +-
 Documentation/devicetree/bindings/mtd/gpmi-nand.yaml        |   2 +-
 Documentation/devicetree/bindings/mtd/hisi504-nand.txt      |   2 +-
 Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml    |   3 +
 Documentation/devicetree/bindings/mtd/mtd.yaml              |   2 +
 .../devicetree/bindings/mtd/nvidia-tegra20-nand.txt         |   2 +-
 Documentation/devicetree/bindings/mtd/orion-nand.txt        |   2 +-
 Documentation/devicetree/bindings/mtd/samsung-s3c2410.txt   |   2 +-
 .../devicetree/bindings/mtd/st,stm32-fmc2-nand.yaml         |  25 ++-
 arch/arm/boot/dts/broadcom/bcm47622.dtsi                    |  14 ++
 arch/arm/boot/dts/broadcom/bcm63138.dtsi                    |   7 +-
 arch/arm/boot/dts/broadcom/bcm63148.dtsi                    |  14 ++
 arch/arm/boot/dts/broadcom/bcm63178.dtsi                    |  14 ++
 arch/arm/boot/dts/broadcom/bcm6756.dtsi                     |  14 ++
 arch/arm/boot/dts/broadcom/bcm6846.dtsi                     |  14 ++
 arch/arm/boot/dts/broadcom/bcm6855.dtsi                     |  14 ++
 arch/arm/boot/dts/broadcom/bcm6878.dtsi                     |  14 ++
 arch/arm/boot/dts/broadcom/bcm947622.dts                    |  10 +
 arch/arm/boot/dts/broadcom/bcm963138.dts                    |  10 +
 arch/arm/boot/dts/broadcom/bcm963138dvt.dts                 |  14 +-
 arch/arm/boot/dts/broadcom/bcm963148.dts                    |  10 +
 arch/arm/boot/dts/broadcom/bcm963178.dts                    |  10 +
 arch/arm/boot/dts/broadcom/bcm96756.dts                     |  10 +
 arch/arm/boot/dts/broadcom/bcm96846.dts                     |  10 +
 arch/arm/boot/dts/broadcom/bcm96855.dts                     |  10 +
 arch/arm/boot/dts/broadcom/bcm96878.dts                     |  10 +
 .../boot/dts/broadcom/bcmbca/bcm4906-netgear-r8000p.dts     |   5 +
 .../dts/broadcom/bcmbca/bcm4906-tplink-archer-c2300-v1.dts  |   5 +
 .../boot/dts/broadcom/bcmbca/bcm4908-asus-gt-ac5300.dts     |   6 +-
 arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi            |   4 +-
 arch/arm64/boot/dts/broadcom/bcmbca/bcm4912.dtsi            |  14 ++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm63146.dtsi           |  14 ++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi           |  14 ++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm6813.dtsi            |  14 ++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm6856.dtsi            |  14 ++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm6858.dtsi            |  14 ++
 arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dts            |  10 +
 arch/arm64/boot/dts/broadcom/bcmbca/bcm94912.dts            |  10 +
 arch/arm64/boot/dts/broadcom/bcmbca/bcm963146.dts           |  10 +
 arch/arm64/boot/dts/broadcom/bcmbca/bcm963158.dts           |  10 +
 arch/arm64/boot/dts/broadcom/bcmbca/bcm96813.dts            |  10 +
 arch/arm64/boot/dts/broadcom/bcmbca/bcm96856.dts            |  10 +
 arch/arm64/boot/dts/broadcom/bcmbca/bcm96858.dts            |  10 +
 drivers/mtd/chips/cfi_cmdset_0002.c                         |   4 +-
 drivers/mtd/maps/Kconfig                                    |   7 -
 drivers/mtd/maps/Makefile                                   |   1 -
 drivers/mtd/maps/intel_vr_nor.c                             | 265 --------------------------
 drivers/mtd/maps/physmap-core.c                             |   2 +-
 drivers/mtd/nand/raw/atmel/nand-controller.c                |   2 +-
 drivers/mtd/nand/raw/brcmnand/Makefile                      |   2 +-
 drivers/mtd/nand/raw/brcmnand/bcm63138_nand.c               |  99 ----------
 drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c                 | 126 ++++++++++++
 drivers/mtd/nand/raw/brcmnand/brcmnand.c                    | 148 +++++++++++---
 drivers/mtd/nand/raw/brcmnand/brcmnand.h                    |   2 +
 drivers/mtd/nand/raw/fsl_elbc_nand.c                        |   3 +-
 drivers/mtd/nand/raw/lpc32xx_mlc.c                          |   5 +-
 drivers/mtd/nand/raw/meson_nand.c                           |   2 +-
 drivers/mtd/nand/raw/mtk_nand.c                             |   2 +-
 drivers/mtd/nand/raw/nand_base.c                            |  92 ++++++---
 drivers/mtd/nand/raw/nand_bbt.c                             |   1 -
 drivers/mtd/nand/raw/nand_hynix.c                           |   1 -
 drivers/mtd/nand/raw/stm32_fmc2_nand.c                      |  83 ++++++--
 drivers/mtd/nand/spi/esmt.c                                 |   9 +-
 drivers/mtd/nand/spi/winbond.c                              |  12 ++
 drivers/mtd/spi-nor/core.c                                  | 187 +++++++++---------
 drivers/mtd/spi-nor/core.h                                  |  30 +--
 drivers/mtd/spi-nor/debugfs.c                               |  26 ++-
 drivers/mtd/spi-nor/sfdp.c                                  |  47 ++---
 drivers/mtd/ssfdc.c                                         |   7 +-
 include/linux/mtd/flashchip.h                               |   1 +
 include/linux/mtd/lpc32xx_mlc.h                             |   2 +-
 include/linux/mtd/lpc32xx_slc.h                             |   2 +-
 include/linux/mtd/mtd.h                                     |   2 +-
 include/linux/mtd/spinand.h                                 |   2 +-
 79 files changed, 982 insertions(+), 658 deletions(-)
 delete mode 100644 drivers/mtd/maps/intel_vr_nor.c
 delete mode 100644 drivers/mtd/nand/raw/brcmnand/bcm63138_nand.c
 create mode 100644 drivers/mtd/nand/raw/brcmnand/bcmbca_nand.c

Comments

pr-tracker-bot@kernel.org March 15, 2024, 8:37 p.m. UTC | #1
The pull request you sent on Fri, 15 Mar 2024 12:21:28 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/for-6.9

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3c5d127fb5aa96e89875fcc92182bc1eacfef3af

Thank you!