All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] mtd: Fixes for v5.19-rc4
@ 2022-06-24 18:56 ` Miquel Raynal
  0 siblings, 0 replies; 4+ messages in thread
From: Miquel Raynal @ 2022-06-24 18:56 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-mtd, Richard Weinberger, Tudor Ambarus,
	Vignesh Raghavendra, Frieder Schrempf, Michael Walle,
	Pratyush Yadav, linux-kernel

Hello Linus,

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.19-rc4

for you to fetch changes up to 06781a5026350cde699d2d10c9914a25c1524f45:

  mtd: rawnand: gpmi: Fix setting busy timeout setting (2022-06-16 16:46:08 +0200)

----------------------------------------------------------------
NAND controller fix:
* gpmi: Fix busy timeout setting (wrong calculation)

NAND chip driver fix:
* Thoshiba: Revert the commit introducing support for a chip that might
  have been counterfeit

----------------------------------------------------------------
Christian Lamparter (1):
      Revert "mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash"

Sascha Hauer (1):
      mtd: rawnand: gpmi: Fix setting busy timeout setting

 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 2 +-
 drivers/mtd/nand/raw/nand_ids.c            | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] mtd: Fixes for v5.19-rc4
@ 2022-06-24 18:56 ` Miquel Raynal
  0 siblings, 0 replies; 4+ messages in thread
From: Miquel Raynal @ 2022-06-24 18:56 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-mtd, Richard Weinberger, Tudor Ambarus,
	Vignesh Raghavendra, Frieder Schrempf, Michael Walle,
	Pratyush Yadav, linux-kernel

Hello Linus,

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.19-rc4

for you to fetch changes up to 06781a5026350cde699d2d10c9914a25c1524f45:

  mtd: rawnand: gpmi: Fix setting busy timeout setting (2022-06-16 16:46:08 +0200)

----------------------------------------------------------------
NAND controller fix:
* gpmi: Fix busy timeout setting (wrong calculation)

NAND chip driver fix:
* Thoshiba: Revert the commit introducing support for a chip that might
  have been counterfeit

----------------------------------------------------------------
Christian Lamparter (1):
      Revert "mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash"

Sascha Hauer (1):
      mtd: rawnand: gpmi: Fix setting busy timeout setting

 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 2 +-
 drivers/mtd/nand/raw/nand_ids.c            | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] mtd: Fixes for v5.19-rc4
  2022-06-24 18:56 ` Miquel Raynal
@ 2022-06-24 21:08   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-24 21:08 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: Linus Torvalds, linux-mtd, Richard Weinberger, Tudor Ambarus,
	Vignesh Raghavendra, Frieder Schrempf, Michael Walle,
	Pratyush Yadav, linux-kernel

The pull request you sent on Fri, 24 Jun 2022 20:56:56 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.19-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6a0a17e6c6d1091ada18d43afd87fb26a82a9823

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] mtd: Fixes for v5.19-rc4
@ 2022-06-24 21:08   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-24 21:08 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: Linus Torvalds, linux-mtd, Richard Weinberger, Tudor Ambarus,
	Vignesh Raghavendra, Frieder Schrempf, Michael Walle,
	Pratyush Yadav, linux-kernel

The pull request you sent on Fri, 24 Jun 2022 20:56:56 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.19-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6a0a17e6c6d1091ada18d43afd87fb26a82a9823

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-24 21:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 18:56 [GIT PULL] mtd: Fixes for v5.19-rc4 Miquel Raynal
2022-06-24 18:56 ` Miquel Raynal
2022-06-24 21:08 ` pr-tracker-bot
2022-06-24 21:08   ` pr-tracker-bot

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.