mbox series

[GIT,PULL] mtd: nand: Changes for 6.2

Message ID 20221129154631.1e1a09bf@xps-13
State Not Applicable
Headers show
Series [GIT,PULL] mtd: nand: Changes for 6.2 | expand

Pull-request

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

Message

Miquel Raynal Nov. 29, 2022, 2:46 p.m. UTC
Hello,

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6408cc05a50aaf88074a5a31d065e5af87a456f5:

  mtd: rawnand: Drop obsolete dependencies on COMPILE_TEST (2022-11-25 10:05:33 +0100)

Please mind the conflict which will need to be managed in the merge
commit, as raised by Stephen:
https://lore.kernel.org/linux-next/20221118114546.3ac3521e@canb.auug.org.au/

Thanks,
Miquèl

----------------------------------------------------------------
Raw NAND core changes:
* Drop obsolete dependencies on COMPILE_TEST
* MAINTAINERS: rectify entry for MESON NAND controller bindings
* Drop EXPORT_SYMBOL_GPL for nanddev_erase()

Raw NAND driver changes:
* marvell: Enable NFC/DEVBUS arbiter
* gpmi: Use pm_runtime_resume_and_get instead of pm_runtime_get_sync
* mpc5121: Replace NO_IRQ by 0
* lpc32xx_{slc,mlc}:
  - Switch to using pm_ptr()
  - Switch to using gpiod API
* lpc32xx_mlc: Switch to using pm_ptr()
* cadence: Support 64-bit slave dma interface
* rockchip: Describe rk3128-nfc in the bindings
* brcmnand: Update interrupts description in the bindings

SPI-NAND driver changes:
* winbond:
  - Add Winbond W25N02KV flash support
  - Fix flash identification

----------------------------------------------------------------
Christophe Leroy (1):
      mtd: rawnand: mpc5121: Replace NO_IRQ by 0

Dario Binacchi (1):
      mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()

Dmitry Torokhov (2):
      mtd: rawnand: lpc32xx_mlc: switch to using gpiod API
      mtd: rawnand: lpc32xx_slc: switch to using gpiod API

Geert Uytterhoeven (2):
      mtd: rawnand: lpc32xx_mlc: Switch to using pm_ptr()
      mtd: rawnand: lpc32xx_slc: Switch to using pm_ptr()

Hamish Martin (1):
      mtd: rawnand: marvell: Enable NFC/DEVBUS arbiter

Jean Delvare (1):
      mtd: rawnand: Drop obsolete dependencies on COMPILE_TEST

Johan Jonker (1):
      dt-bindings: mtd: rockchip: add rockchip,rk3128-nfc

Lukas Bulwahn (1):
      MAINTAINERS: rectify entry for MESON NAND controller bindings

Mikhail Kshevetskiy (2):
      mtd: spinand: winbond: fix flash identification
      mtd: spinand: winbond: add Winbond W25N02KV flash support

Rafał Miłecki (1):
      dt-bindings: mtd: brcm,brcmnand: update interrupts description

Valentin Korenblit (1):
      mtd: rawnand: cadence: support 64-bit slave dma interface

Zhang Qilong (1):
      mtd: rawnand: gpmi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

 Documentation/devicetree/bindings/mtd/brcm,brcmnand.yaml        | 16 ++++--
 .../devicetree/bindings/mtd/rockchip,nand-controller.yaml       |  4 +-
 MAINTAINERS                                                     |  2 +-
 drivers/mtd/nand/core.c                                         |  3 +-
 drivers/mtd/nand/raw/Kconfig                                    |  6 +--
 drivers/mtd/nand/raw/cadence-nand-controller.c                  | 70 ++++++++++++++++++++-----
 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c                      | 12 ++---
 drivers/mtd/nand/raw/lpc32xx_mlc.c                              | 46 ++++++++---------
 drivers/mtd/nand/raw/lpc32xx_slc.c                              | 43 +++++++---------
 drivers/mtd/nand/raw/marvell_nand.c                             |  4 +-
 drivers/mtd/nand/raw/mpc5121_nfc.c                              |  2 +-
 drivers/mtd/nand/spi/winbond.c                                  | 79 ++++++++++++++++++++++++++++-
 include/linux/mtd/nand.h                                        |  1 -
 13 files changed, 203 insertions(+), 85 deletions(-)

Comments

Miquel Raynal Dec. 5, 2022, 2:42 p.m. UTC | #1
Hello,

miquel.raynal@bootlin.com wrote on Tue, 29 Nov 2022 15:46:31 +0100:

> Hello,
> 
> The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
> 
>   Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/nand/for-6.2
> 
> for you to fetch changes up to 6408cc05a50aaf88074a5a31d065e5af87a456f5:
> 
>   mtd: rawnand: Drop obsolete dependencies on COMPILE_TEST (2022-11-25 10:05:33 +0100)
> 
> Please mind the conflict which will need to be managed in the merge
> commit, as raised by Stephen:
> https://lore.kernel.org/linux-next/20221118114546.3ac3521e@canb.auug.org.au/

Pulled into mtd/next.

Cheers,
Miquèl