ath79: add support for linux 4.19
authorChuanhong Guo <gch981213@gmail.com>
Thu, 13 Dec 2018 07:14:10 +0000 (15:14 +0800)
committerPetr Štetiar <ynezz@true.cz>
Sun, 24 Mar 2019 00:44:25 +0000 (01:44 +0100)
commit3771176c9ef9b5d231e9019bc0c872dbe3617209
tree361c1b460177d6e876d3402d3229d360a52bab71
parent4eaa3626a82149420d34b535dc673a2b6861da55
ath79: add support for linux 4.19

The following patches are dropped because they are merged upstream:
-0001-tty-serial-drop-QCA-pecific-SoC-symbols.patch
-0006-usb-drop-deprecated-symbols.patch
-0009-MIPS-ath79-add-lots-of-missing-registers.patch
-0010-MIPS-ath79-add-support-for-QCA953x-QCA956x-TP9343.patch
-0014-MIPS-ath79-finetune-cpu-overrides.patch
-0015-MIPS-ath79-enable-uart-during-early_prink.patch
-0016-MIPS-ath79-get-PCIe-controller-out-of-reset.patch

This patch is dropped due to the introduction of spi-mem framework:
-461-spi-ath79-add-fast-flash-read.patch

Thank to Michael Marley @mamarley for his work on this patch:
-910-unaligned_access_hacks.patch

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
[synchronized kernel config with make kernel_oldconfig]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
40 files changed:
target/linux/ath79/config-4.19 [new file with mode: 0644]
target/linux/ath79/patches-4.19/0002-watchdog-ath79-fix-maximum-timeout.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0003-leds-add-reset-controller-based-driver.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0004-phy-add-ath79-usb-phys.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0005-usb-add-more-OF-quirk-properties.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0007-irqchip-irq-ath79-intc-add-irq-cascade-driver-for-QC.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0008-irqchip-irq-ath79-cpu-drop-OF-init-helper.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0011-MIPS-ath79-select-the-PINCTRL-subsystem.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0017-dt-bindings-PCI-qcom-ar7100-adds-binding-doc.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0018-MIPS-pci-ar71xx-convert-to-OF.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0019-dt-bindings-PCI-qcom-ar7240-adds-binding-doc.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0020-MIPS-pci-ar724x-convert-to-OF.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0021-MIPS-ath79-add-helpers-for-setting-clocks-and-expose.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0022-MIPS-ath79-move-legacy-wdt-and-uart-clock-aliases-ou.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0023-MIPS-ath79-pass-PLL-base-to-clock-init-functions.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0024-MIPS-ath79-make-specifying-the-reference-clock-in-DT.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0025-MIPS-ath79-support-setting-up-clock-via-DT-on-all-So.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0026-MIPS-ath79-export-switch-MDIO-reference-clock.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0027-MIPS-ath79-drop-legacy-IRQ-code.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0028-MIPS-ath79-drop-machfiles.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0029-MIPS-ath79-drop-legacy-pci-code.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0030-MIPS-ath79-drop-platform-device-registration-code.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0031-MIPS-ath79-drop-OF-clock-code.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0032-MIPS-ath79-sanitize-symbols.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0033-spi-ath79-drop-pdata-support.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0034-MIPS-ath79-ath9k-exports.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0036-GPIO-add-named-gpio-exports.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0036-MIPS-ath79-remove-irq-code-from-pci.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/0037-missing-registers.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/004-register_gpio_driver_earlier.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/403-mtd_fix_cfi_cmdset_0002_status_check.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/404-mtd-cybertan-trx-parser.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/405-mtd-tp-link-partition-parser.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/420-net-ar71xx_mac_driver.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/430-drivers-link-spi-before-mtd.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/470-MIPS-ath79-swizzle-pci-address-for-ar71xx.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/490-usb-ehci-add-quirks-for-qca-socs.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/900-mdio_bitbang_ignore_ta_value.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/901-phy-mdio-bitbang-prevent-rescheduling-during-command.patch [new file with mode: 0644]
target/linux/ath79/patches-4.19/910-unaligned_access_hacks.patch [new file with mode: 0644]