You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Koen Vandeputte 2a844349fa 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>
4 years ago
..
apm821xx kernel: bump 4.14 to 4.14.169 4 years ago
ar71xx kernel: bump 4.14 to 4.14.167 4 years ago
arc770 treewide: use wpad-basic for not small flash targets 6 years ago
archs38 treewide: use wpad-basic for not small flash targets 6 years ago
armvirt kernel: Remove CONFIG_COMPAT 5 years ago
at91 at91: disable legacy PTYs and virtual terminals 4 years ago
ath25 treewide: sysupgrade: use $UPGRADE_BACKUP to check for backup 5 years ago
ath79 ath79: fix SUPPORTED_DEVICES not matching ar71xx board names 4 years ago
bcm53xx bcm53xx: sysupgrade: support Luxul NAND devices 5 years ago
brcm47xx brcm47xx: fix switch port order for Netgear WN2500RP V1 4 years ago
brcm63xx kernel: bump 4.14 to 4.14.169 4 years ago
brcm2708 kernel: bump 4.14 to 4.14.169 4 years ago
cns3xxx kernel: bump 4.14 to 4.14.156 5 years ago
gemini kernel: bump 4.14 to 4.14.156 5 years ago
generic kernel: add support for GD25D05 SPI NOR 4 years ago
imx6 treewide: remove 4.19 leftovers 5 years ago
ipq40xx ipq40xx: use ath10k-ct-smallbuffers for 128 MiB devices 4 years ago
ipq806x kernel: bump 4.14 to 4.14.159 4 years ago
kirkwood kirkwood: fix HDD LED labels for Zyxel NSA325 in 01_leds 4 years ago
lantiq kernel: bump 4.14 to 4.14.159 4 years ago
layerscape kernel: bump 4.14 to 4.14.169 4 years ago
malta malta: remove CONFIG_LEGACY_PTY from kernel config 4 years ago
mediatek kernel: bump 4.14 to 4.14.169 4 years ago
mpc85xx mpc85xx: remove CONFIG_LEGACY_PTY from kernel config 4 years ago
mvebu kernel: bump 4.14 to 4.14.160 4 years ago
mxs kernel: bump 4.14 to 4.14.156 5 years ago
octeon treewide: remove 4.19 leftovers 5 years ago
octeontx kernel: bump 4.14 to 4.14.160 4 years ago
omap treewide: use new procd sysupgrade $UPGRADE_BACKUP variable 5 years ago
oxnas oxnas: disable legacy PTYs and virtual terminals 4 years ago
pistachio kernel: bump 4.14 to 4.14.91 5 years ago
ramips ramips: reenable image creation for the D-Link DIR-645 4 years ago
rb532 kernel: bump 4.14 to 4.14.86 6 years ago
samsung kernel: Do not set CONFIG_DEVMEM or CONFIG_DEVKMEM 5 years ago
sunxi kernel: bump 4.14 to 4.14.169 4 years ago
tegra treewide: remove 4.19 leftovers 5 years ago
uml uml: remove CONFIG_LEGACY_PTY from kernel config 4 years ago
x86 x86: fix missing led variable warning during boot 4 years ago
zynq zynq: make title consistent for all devices 5 years ago
Makefile