cns3xxx: add preliminary 4.9 support
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Tue, 7 Feb 2017 15:19:18 +0000 (16:19 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 10 Feb 2017 10:05:57 +0000 (11:05 +0100)
commit1db4135e32e03c0131301ed46d906a2bf8f08c9b
treef1da4a38a5ee6d7337843d9528f7e21fa61a006f
parentb96566aad4340c5b790bdaea0514885857ea84bf
cns3xxx: add preliminary 4.9 support

Adds preliminary kernel 4.9 support for this target.

- Refreshed/Updated all patches

Added 3 new patches:
- 093 --> Add virtual PCI MMIO mapping
- 230 --> Remove deprecated code
- 240 --> Rework AT24 eeprom code to use the new NVMEM API

Compiled & tested on cns3xxx (gw2388)

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
27 files changed:
target/linux/cns3xxx/config-4.9 [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/000-cns3xxx_arch_include.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/001-arm_openwrt_machtypes.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/010-arm_introduce-dma-fiq-irq-broadcast.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/020-watchdog_support.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/025-smp_support.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/030-pcie_clock.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/040-fiq_support.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/045-twd_base.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/055-pcie_io.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/060-pcie_abort.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/065-pcie_skip_inactive.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/070-i2c_support.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/075-spi_support.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/080-sata_support.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/090-timers.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/093-add-virt-pci-io-mapping.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/095-gpio_support.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/097-l2x0_cmdline_disable.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/100-laguna_support.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/101-laguna_sdhci_card_detect.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/110-pci_isolated_interrupts.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/130-Extend-PCIE_BUS_PEER2PEER-to-set-MRSS-128-to-fix-CNS3xxx-BM-DMA..patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/200-broadcom_phy_reinit.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/210-dwc2_defaults.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch [new file with mode: 0644]
target/linux/cns3xxx/patches-4.9/240-switch-at24-to-nvmem-api.patch [new file with mode: 0644]