[GIT PULL] mtd: Fixes for 5.3-rc4

From: Miquel Raynal
Date: Sun Aug 04 2019 - 17:30:52 EST


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