openwrt/target/linux/generic
Koen Vandeputte 6b10354b3c kernel: add support for GD25D05 SPI NOR
This chip is used on newer RB912UAG-5HPnD r2 boards:

Before:

[    0.642553] m25p80 spi0.0: unrecognized JEDEC id bytes: c8, 40, 10
[    0.649381] NAND flash driver for the RouterBOARD 91x series

After:

[    0.641714] m25p80 spi0.0: found gd25d05, expected m25p80
[    0.649916] m25p80 spi0.0: gd25d05 (64 Kbytes)
[    0.655122] Creating 4 MTD partitions on "spi0.0":
[    0.660164] 0x000000000000-0x00000000c000 : "routerboot"
[    0.667782] 0x00000000c000-0x00000000d000 : "hard_config"
[    0.675073] 0x00000000d000-0x00000000e000 : "bios"
[    0.682613] 0x00000000e000-0x00000000f000 : "soft_config"
[    0.690304] NAND flash driver for the RouterBOARD 91x series

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-02-04 18:12:19 +01:00
..
backport-4.9 kernel: bump 4.9 to 4.9.211 2020-01-24 13:18:01 +01:00
backport-4.14 kernel: bump 4.14 to 4.14.167 2020-01-24 13:18:01 +01:00
files kernel: fix refcnt leak in LED netdev trigger on interface rename 2019-03-06 06:08:15 +01:00
hack-4.9 kernel: bump 4.9 to 4.9.212 2020-02-04 18:12:19 +01:00
hack-4.14 kernel: bump 4.14 to 4.14.169 2020-02-04 18:12:19 +01: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-4.9 kernel: bump 4.9 to 4.9.212 2020-02-04 18:12:19 +01:00
pending-4.14 kernel: add support for GD25D05 SPI NOR 2020-02-04 18:12:19 +01:00
config-4.9 kernel: add missing symbol 2019-10-30 11:21:46 +01:00
config-4.14 kernel: Add missing configuration option 2019-11-22 22:20:30 +01:00
PATCHES