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,
	Tudor Ambarus <Tudor.Ambarus@microchip.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Frieder Schrempf <frieder.schrempf@kontron.de>,
	Michael Walle <michael@walle.cc>,
	Pratyush Yadav <pratyush@kernel.org>
Subject: [GIT PULL] mtd: nand: Changes for 6.2
Date: Tue, 29 Nov 2022 15:46:31 +0100	[thread overview]
Message-ID: <20221129154631.1e1a09bf@xps-13> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3833 bytes --]

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(-)


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 144 bytes --]

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

             reply	other threads:[~2022-11-29 14:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29 14:46 Miquel Raynal [this message]
2022-12-05 14:42 ` [GIT PULL] mtd: nand: Changes for 6.2 Miquel Raynal

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=20221129154631.1e1a09bf@xps-13 \
    --to=miquel.raynal@bootlin.com \
    --cc=Tudor.Ambarus@microchip.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=linux-mtd@lists.infradead.org \
    --cc=michael@walle.cc \
    --cc=pratyush@kernel.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.