openwrt/target/linux
Sergey Ryazanov 5deb3996e2 ath25: add kernel 5.10 support
Copy and refresh patches and config from 5.4 to 5.10. Most patches
require no more then automatic refresh. The only exception is the
Ethernet driver patch, which requires some more work:
* drop eth_change_mtu() usage since it was removed from the kernel,
  it anyway useless for drivers that utilizes alloc_etherdev();
* add the txqueue number argument to the .ndo_tx_timeout callback
  function;
* replace ioremap_nocache() which was finally removed from the kernel by
  the ioremap() with the same behaviour.

Switch target to the new kernel version.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[use KERNEL_TESTING_PATCHVER for now]
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
2021-12-27 16:00:21 +00:00
..
apm821xx kernel: bump 5.10 to 5.10.88 2021-12-27 16:00:21 +00:00
arc770 kernel: move two symbols to the generic kconfigs 2021-08-29 17:07:19 +02:00
archs38 kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
armvirt kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
at91 kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
ath25 ath25: add kernel 5.10 support 2021-12-27 16:00:21 +00:00
ath79 ath79: remove kernel 5.4 2021-12-27 03:13:36 +01:00
bcm27xx kernel: bump 5.10 to 5.10.88 2021-12-27 16:00:21 +00:00
bcm47xx bcm47xx: switch to kernel 5.10 2021-11-08 15:56:39 +01:00
bcm53xx kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
bcm63xx kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
bcm4908 bcm4908: include ATF in bootfs images 2021-12-24 23:07:39 +01:00
bmips kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
gemini kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
generic Move mvswitch 88E6060 driver to the ath25 2021-12-27 16:00:21 +00:00
imx kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
ipq40xx kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
ipq806x kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
ipq807x kernel: Set CONFIG_RCU_CPU_STALL_TIMEOUT=21 2021-09-09 20:24:12 +02:00
kirkwood kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
lantiq kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
layerscape kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
malta kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
mediatek mediatek: mt7622: unifi6lr: properly register Ethernet PHY 2021-12-26 19:11:54 +00:00
mpc85xx kernel: bump 5.10 to 5.10.88 2021-12-27 16:00:21 +00:00
mvebu mvebu: puzzle: wan LED and fix default network 2021-12-23 20:17:47 +00:00
mxs kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
octeon kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
octeontx kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
omap kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
oxnas kernel: bump 5.10 to 5.10.85 2021-12-17 15:10:22 +01:00
pistachio kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
qoriq qoriq: add support for WatchGuard Firebox M300 2021-12-21 21:37:46 +02:00
ramips ramips: work around duplicate MAC address on U6 Lite 2021-12-20 00:12:12 +01:00
realtek realtek: netgear-gs110tpp: Add system LEDs 2021-12-27 13:51:41 +01:00
rockchip rockchip: remove Kernel 5.4 2021-12-27 03:13:36 +01:00
sunxi sunxi: Use rtl8723bu-firmware instead of rtl8723bs-firmware 2021-12-27 00:58:29 +01:00
tegra kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
uml kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
x86 kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
zynq kernel: 5.10: consolidate mac80211 crypto options 2021-12-17 16:16:34 +01:00
Makefile