mbox series

[GIT,PULL] mtd: Fixes for 5.3-rc4

Message ID 20190804232928.08b4b69a@xps13
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for 5.3-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.3-rc3

Message

Miquel Raynal Aug. 4, 2019, 9:30 p.m. UTC
Hello Linus,

Here are three MTD fixes for the next -rc.

Thanks,
Miquèl


The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -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.3-rc3

for you to fetch changes up to 2b372a9685a757a1d3ab30615ef42b2db7c45298:

  mtd: hyperbus: Add hardware dependency to AM654 driver (2019-08-03 02:11:52 +0200)

----------------------------------------------------------------
NAND:
- Fix Micron driver as some chips enable internal ECC correction
  during their discovery while they advertize they do not have any.

Hyperbus:
- Restrict the build to only ARM64 SoCs (and compile testing) which is
  what should have been done since the beginning.
- Fix Kconfig issue by selection something instead of implying it.

----------------------------------------------------------------
Jean Delvare (1):
      mtd: hyperbus: Add hardware dependency to AM654 driver

Marco Felsch (1):
      mtd: rawnand: micron: handle on-die "ECC-off" devices correctly

Vignesh Raghavendra (1):
      mtd: hyperbus: Kconfig: Fix HBMC_AM654 dependencies

 drivers/mtd/hyperbus/Kconfig       |  3 ++-
 drivers/mtd/nand/raw/nand_micron.c | 14 +++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 4, 2019, 11:45 p.m. UTC | #1
The pull request you sent on Sun, 4 Aug 2019 23:30:44 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.3-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/62d1716304d1bb35ad9cdafe40efbbb6b3981cfe

Thank you!