openwrtv3/target/linux/generic
Gabor Juhos 02050f7e7d kernel/4.{4, 9}: add manufacturer ID for Winbond NANDs
Some MikroTik devices are using a Winbond NAND flash. Linux treats
it as an unknown NAND before version 4.11:

  nand: device found, Manufacturer ID: 0xef, Chip ID: 0xf1
  nand: Unknown NAND 128MiB 3,3V 8-bit
  nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64

Backport a patch from 4.11 to show the manufacturer correctly:

  nand: device found, Manufacturer ID: 0xef, Chip ID: 0xf1
  nand: Winbond NAND 128MiB 3,3V 8-bit
  nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64

Tested on a MikroTik R951Ui-2HnD board.

Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
2018-01-20 20:22:00 +01:00
..
backport-4.9 kernel/4.{4, 9}: add manufacturer ID for Winbond NANDs 2018-01-20 20:22:00 +01:00
backport-4.14 kernel: backport mtd implementation for "compatible" in "partitions" subnode 2018-01-11 12:07:49 +01:00
files kernel: generic: Add kernel 4.14 support 2017-12-16 22:11:19 +01:00
hack-4.9 kernel: bump 4.9 to 4.9.75 2018-01-10 00:11:39 +02:00
hack-4.14 kernel: bump 4.14 to 4.14.11 2018-01-03 00:07:10 +02:00
image treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
other-files kernel: move initramfs's init script out of base-files 2017-04-04 14:06:40 +02:00
pending-3.18 pending-3.18: 610-netfilter_match_bypass_default_check: fix 32bit compat layer 2017-10-24 22:15:37 +02:00
pending-4.4 kernel/4.{4, 9}: add manufacturer ID for Winbond NANDs 2018-01-20 20:22:00 +01:00
pending-4.9 kernel: backport mtd implementation for "compatible" in "partitions" subnode 2018-01-11 12:07:49 +01:00
pending-4.14 kernel: backport mtd implementation for "compatible" in "partitions" subnode 2018-01-11 12:07:49 +01:00
config-3.18 kernel: allow disabling multicast routing support 2018-01-11 11:51:24 +01:00
config-4.4 kernel: sort generic configs 2018-01-14 20:31:02 +02:00
config-4.9 kernel: sort generic configs 2018-01-14 20:31:02 +02:00
config-4.14 kernel: add missing config symbol 2018-01-14 21:27:33 +02:00
PATCHES