openwrt/target/linux/ath25
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
..
base-files treewide: remove execute bit and shebang from board.d files 2021-03-06 11:30:06 +01:00
files/drivers/net/phy Move mvswitch 88E6060 driver to the ath25 2021-12-27 16:00:21 +00:00
image treewide: rename IMAGE_PREFIX/IMAGE_NAME to DEVICE_IMG_* 2021-02-25 18:11:06 +01:00
patches-5.4 Move mvswitch 88E6060 driver to the ath25 2021-12-27 16:00:21 +00:00
patches-5.10 ath25: add kernel 5.10 support 2021-12-27 16:00:21 +00:00
profiles target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
Makefile ath25: add kernel 5.10 support 2021-12-27 16:00:21 +00:00
config-5.4 ath25: refresh kernel 5.4 config 2021-12-27 16:00:21 +00:00
config-5.10 ath25: add kernel 5.10 support 2021-12-27 16:00:21 +00:00