mbox series

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

Message ID 20240516105321.7f9a4c3a@xps-13
State New
Headers show
Series [GIT,PULL] mtd: nand: Changes for 6.10 | expand

Pull-request

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

Message

Miquel Raynal May 16, 2024, 8:53 a.m. UTC
Hello,

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6819db94e1cd3ce24a432f3616cd563ed0c4eaba:

  mtd: rawnand: hynix: fixed typo (2024-03-25 11:20:37 +0100)

----------------------------------------------------------------
Raw NAND:

Two small fixes, one in the Hynix vendor code for properly returning an
error which might have been ignored and another in the Davinci driver to
properly synchronize the controller with the gpio domain.

----------------------------------------------------------------
Bastien Curutchet (1):
      mtd: rawnand: davinci: Add dummy read after sending command

Maxim Korotkov (1):
      mtd: rawnand: hynix: fixed typo

 drivers/mtd/nand/raw/davinci_nand.c | 5 ++++-
 drivers/mtd/nand/raw/nand_hynix.c   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

Comments

Miquel Raynal May 16, 2024, 9:07 a.m. UTC | #1
miquel.raynal@bootlin.com wrote on Thu, 16 May 2024 10:53:21 +0200:

> Hello,
> 
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> 
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/nand/for-6.10

Merged into mtd/next.

Miquèl