lantiq: Add support for linux 4.4
authorFelix Fietkau <nbd@openwrt.org>
Mon, 18 Jan 2016 11:40:19 +0000 (11:40 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 18 Jan 2016 11:40:19 +0000 (11:40 +0000)
commitf577cb25c09daad670755b9b46622258cf999421
treeee7361facfb1c544bab629f3fe11376b71f3d4d7
parente0bfd2529592313a163fcae4d99351d69dc637bf
lantiq: Add support for linux 4.4

The following patches were dropped because they are already applied
upstream:
- 0038-MIPS-lantiq-fpi-on-ar9.patch
- 0039-MIPS-lantiq-initialize-usb-on-boot.patch
- 0042-USB-DWC2-big-endian-support.patch
- 0043-gpio-stp-xway-fix-phy-mask.patch

All other patches were simply refreshed, except the following:
- 0001-MIPS-lantiq-add-pcie-driver.patch
  Changes to arch/mips/lantiq/xway/sysctrl.c (these changes disabled
  some PMU gates for the vrx200 / VR9 SoCs) were removed since the
  upstream kernel disables unused PMU gates automatically (since
  95135bfa7ead1becc2879230f72583dde2b71a0c
  "MIPS: Lantiq: Deactivate most of the devices by default").
- 0025-NET-MIPS-lantiq-adds-xrx200-net.patch
  Since OpenWrt commit 55ba20afcc2fe785146316e5be2c2473cb329885 drivers
  should use of_get_mac_address(). of_get_mac_address_mtd is not
  available for drivers anymore since it's called automatically within
  of_get_mac_address().
- 0028-NET-lantiq-various-etop-fixes.patch
  Same changes as in 0025-NET-MIPS-lantiq-adds-xrx200-net.patch

While refreshing the kernel configuration SPI support had to be moved to
config-4.4 because otherwise M25P80 was disabled.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48307
35 files changed:
target/linux/lantiq/config-4.4 [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0001-MIPS-lantiq-add-pcie-driver.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0002-MIPS-lantiq-dtb-image-hack.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0004-MIPS-lantiq-add-atm-hack.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0007-MIPS-lantiq-add-basic-tffs-driver.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0008-MIPS-lantiq-backport-old-timer-code.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0012-pinctrl-lantiq-fix-up-pinmux.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0013-MTD-lantiq-xway-fix-invalid-operator.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0014-MTD-lantiq-xway-the-latched-command-should-be-persis.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0015-MTD-lantiq-xway-remove-endless-loop.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0016-MTD-lantiq-xway-add-missing-write_buf-and-read_buf-t.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0017-MTD-xway-fix-nand-locking.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0018-MTD-nand-lots-of-xrx200-fixes.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0020-MTD-lantiq-handle-NO_XIP-on-cfi0001-flash.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0022-MTD-m25p80-allow-loading-mtd-name-from-OF.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0024-NET-lantiq-adds-PHY11G-firmware-blobs.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0025-NET-MIPS-lantiq-adds-xrx200-net.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0026-NET-multi-phy-support.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0028-NET-lantiq-various-etop-fixes.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0030-GPIO-add-named-gpio-exports.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0031-I2C-MIPS-lantiq-add-FALC-ON-i2c-bus-master.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0032-USB-fix-roothub-for-IFXHCD.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0034-reset-Fix-compile-when-reset-RESET_CONTROLLER-is-not.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0036-owrt-generic-dtb-image-hack.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0040-USB-DWC2-enable-usb-power-gpio.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0041-USB-DWC2-add-ltq-params.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0045-pinctrl-lantiq-Fix-GPIO-Setup-of-GPIO-Port3.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0046-pinctrl-lantiq-2-pins-have-the-wrong-mux-list.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0100-spi-add-support-for-Lantiq-SPI-controller.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0151-lantiq-ifxmips_pcie-use-of.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0160-owrt-lantiq-multiple-flash.patch [new file with mode: 0644]
target/linux/lantiq/patches-4.4/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch [new file with mode: 0644]