https://github.com/torvalds/linux
Revision 62d1716304d1bb35ad9cdafe40efbbb6b3981cfe authored by Linus Torvalds on 04 August 2019, 23:37:08 UTC, committed by Linus Torvalds on 04 August 2019, 23:37:08 UTC
Pull MTD fixes from Miquel Raynal:
 "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"

* tag 'mtd/fixes-for-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux:
  mtd: hyperbus: Add hardware dependency to AM654 driver
  mtd: hyperbus: Kconfig: Fix HBMC_AM654 dependencies
  mtd: rawnand: micron: handle on-die "ECC-off" devices correctly
2 parent s 4b6f231 + 2b372a9
Raw File
Tip revision: 62d1716304d1bb35ad9cdafe40efbbb6b3981cfe authored by Linus Torvalds on 04 August 2019, 23:37:08 UTC
Merge tag 'mtd/fixes-for-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Tip revision: 62d1716
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top