ath79: add support for kernel 5.4
authorDavid Bauer <mail@david-bauer.net>
Sun, 8 Dec 2019 20:44:23 +0000 (21:44 +0100)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Fri, 28 Feb 2020 16:50:46 +0000 (17:50 +0100)
commit53ab9865c2b91bc6a239b2adee800dc52875b6bc
treefc5af7f6c75858c85e24e225d7df831f25deaada
parente1e6ff6648f5a0819a5b9429e787c1b6aacfec59
ath79: add support for kernel 5.4

Signed-off-by: David Bauer <mail@david-bauer.net>
[refreshed]
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* Sync the patches with the changes done for kernel 4.19
* Use KERNEL_TESTING_PATCHVER
* Refresh the configuration
* Fix multiple compile bugs in the patches
* Only add own ag71xx files for kernel 4.19 and use upstream version for
  5.4.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
65 files changed:
target/linux/apm821xx/patches-5.4/111-crypto-crypto4xx-reduce-memory-fragmentation.patch
target/linux/apm821xx/patches-5.4/112-crypto-crypto4xx-use-GFP_KERNEL-for-big-allocations.patch
target/linux/apm821xx/patches-5.4/201-add-amcc-apollo3g-support.patch
target/linux/apm821xx/patches-5.4/202-add-netgear-wndr4700-support.patch
target/linux/apm821xx/patches-5.4/301-fix-memory-map-wndr4700.patch
target/linux/apm821xx/patches-5.4/801-usb-xhci-add-firmware-loader-for-uPD720201-and-uPD72.patch
target/linux/apm821xx/patches-5.4/802-usb-xhci-force-msi-renesas-xhci.patch
target/linux/apm821xx/patches-5.4/803-hwmon-tc654-add-detection-routine.patch
target/linux/apm821xx/patches-5.4/804-hwmon-tc654-add-thermal_cooling-device.patch
target/linux/apm821xx/patches-5.4/900-powerpc-bootwrapper-force-gzip-as-mkimage-s-compress.patch
target/linux/ath79/Makefile
target/linux/ath79/config-5.4 [new file with mode: 0644]
target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/Kconfig [new file with mode: 0644]
target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/Makefile [new file with mode: 0644]
target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/ag71xx.h [new file with mode: 0644]
target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/ag71xx_debugfs.c [new file with mode: 0644]
target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c [new file with mode: 0644]
target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/ag71xx_gmac.c [new file with mode: 0644]
target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c [new file with mode: 0644]
target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c [new file with mode: 0644]
target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c [new file with mode: 0644]
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/Kconfig [deleted file]
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/Makefile [deleted file]
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx.h [deleted file]
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_debugfs.c [deleted file]
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c [deleted file]
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_gmac.c [deleted file]
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c [deleted file]
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c [deleted file]
target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c [deleted file]
target/linux/ath79/generic/config-default
target/linux/ath79/nand/config-default
target/linux/ath79/patches-5.4/0002-watchdog-ath79-fix-maximum-timeout.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0003-leds-add-reset-controller-based-driver.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0004-phy-add-ath79-usb-phys.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0005-usb-add-more-OF-quirk-properties.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0007-irqchip-irq-ath79-intc-add-irq-cascade-driver-for-QC.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0008-irqchip-irq-ath79-cpu-drop-OF-init-helper.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0011-MIPS-ath79-select-the-PINCTRL-subsystem.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0017-dt-bindings-PCI-qcom-ar7100-adds-binding-doc.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0018-MIPS-pci-ar71xx-convert-to-OF.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0019-dt-bindings-PCI-qcom-ar7240-adds-binding-doc.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0020-MIPS-pci-ar724x-convert-to-OF.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0032-MIPS-ath79-sanitize-symbols.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0033-spi-ath79-drop-pdata-support.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0034-MIPS-ath79-ath9k-exports.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0036-GPIO-add-named-gpio-exports.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0036-MIPS-ath79-remove-irq-code-from-pci.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0037-missing-registers.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0038-MIPS-ath79-add-missing-QCA955x-GMAC-registers.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0039-MIPS-ath79-export-UART1-reference-clock.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/004-register_gpio_driver_earlier.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0051-spi-add-driver-for-ar934x-spi-controller.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/0060-serial-ar933x_uart-set-UART_CS_-RX-TX-_READY_ORIDE.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/404-mtd-cybertan-trx-parser.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/405-mtd-tp-link-partition-parser.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/408-mtd-redboot_partition_scan.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/425-at803x-allow-sgmii-aneg-override.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/430-drivers-link-spi-before-mtd.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/440-mtd-ar934x-nand-driver.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/470-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/900-mdio_bitbang_ignore_ta_value.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/901-phy-mdio-bitbang-prevent-rescheduling-during-command.patch [new file with mode: 0644]
target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch [new file with mode: 0644]
target/linux/ath79/tiny/config-default