* [GIT PULL] mtd: nand: Changes for 6.2
@ 2022-11-29 14:46 Miquel Raynal
2022-12-05 14:42 ` Miquel Raynal
0 siblings, 1 reply; 2+ messages in thread
From: Miquel Raynal @ 2022-11-29 14:46 UTC (permalink / raw)
To: Richard Weinberger
Cc: linux-mtd, Tudor Ambarus, Vignesh Raghavendra, Frieder Schrempf,
Michael Walle, Pratyush Yadav
[-- 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/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] mtd: nand: Changes for 6.2
2022-11-29 14:46 [GIT PULL] mtd: nand: Changes for 6.2 Miquel Raynal
@ 2022-12-05 14:42 ` Miquel Raynal
0 siblings, 0 replies; 2+ messages in thread
From: Miquel Raynal @ 2022-12-05 14:42 UTC (permalink / raw)
To: Richard Weinberger
Cc: linux-mtd, Tudor Ambarus, Vignesh Raghavendra, Frieder Schrempf,
Michael Walle, Pratyush Yadav
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
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-05 14:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-29 14:46 [GIT PULL] mtd: nand: Changes for 6.2 Miquel Raynal
2022-12-05 14:42 ` Miquel Raynal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).