ath25: update kernel from 3.18 to 4.4
authorRussell Senior <russell@personaltelco.net>
Mon, 16 May 2016 07:52:24 +0000 (00:52 -0700)
committerJohn Crispin <john@phrozen.org>
Mon, 23 May 2016 09:56:38 +0000 (11:56 +0200)
commitf89a20a89aebe4767c606b4e04a6a3906e1ee26c
tree87d0ae9a08aa7b42cad3d2fe9cb632211d834ff9
parentc7efbd7dbb29238631efb7e8565c507284877644
ath25: update kernel from 3.18 to 4.4

Summary of changes:
* moved config-3.18 to config-4.4 and patches-3.18 to patches-4.4
* removed most of the first two patches, that seem to be upstream already
* changed deprecated/removed IRQF_DISABLED to zero following examples in upstream kernel patches
* added config line to disable device-tree to satisfy kernel configuration
* add new image generation code

Build tested and run tested on an Accton MR3201A.

Signed-off-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Signed-off-by: John Crispin <john@phrozen.org>
30 files changed:
target/linux/ath25/Makefile
target/linux/ath25/config-3.18 [deleted file]
target/linux/ath25/config-4.4 [new file with mode: 0644]
target/linux/ath25/image/Makefile
target/linux/ath25/patches-3.18/010-board.patch [deleted file]
target/linux/ath25/patches-3.18/020-early-printk-support.patch [deleted file]
target/linux/ath25/patches-3.18/030-ar2315_pci.patch [deleted file]
target/linux/ath25/patches-3.18/107-ar5312_gpio.patch [deleted file]
target/linux/ath25/patches-3.18/108-ar2315_gpio.patch [deleted file]
target/linux/ath25/patches-3.18/110-ar2313_ethernet.patch [deleted file]
target/linux/ath25/patches-3.18/120-spiflash.patch [deleted file]
target/linux/ath25/patches-3.18/130-watchdog.patch [deleted file]
target/linux/ath25/patches-3.18/140-redboot_boardconfig.patch [deleted file]
target/linux/ath25/patches-3.18/141-redboot_partition_scan.patch [deleted file]
target/linux/ath25/patches-3.18/142-redboot_various_erase_size_fix.patch [deleted file]
target/linux/ath25/patches-3.18/210-reset_button.patch [deleted file]
target/linux/ath25/patches-3.18/220-enet_micrel_workaround.patch [deleted file]
target/linux/ath25/patches-3.18/330-board_leds.patch [deleted file]
target/linux/ath25/patches-4.4/107-ar5312_gpio.patch [new file with mode: 0644]
target/linux/ath25/patches-4.4/108-ar2315_gpio.patch [new file with mode: 0644]
target/linux/ath25/patches-4.4/110-ar2313_ethernet.patch [new file with mode: 0644]
target/linux/ath25/patches-4.4/120-spiflash.patch [new file with mode: 0644]
target/linux/ath25/patches-4.4/130-watchdog.patch [new file with mode: 0644]
target/linux/ath25/patches-4.4/140-redboot_boardconfig.patch [new file with mode: 0644]
target/linux/ath25/patches-4.4/141-redboot_partition_scan.patch [new file with mode: 0644]
target/linux/ath25/patches-4.4/142-redboot_various_erase_size_fix.patch [new file with mode: 0644]
target/linux/ath25/patches-4.4/210-reset_button.patch [new file with mode: 0644]
target/linux/ath25/patches-4.4/220-enet_micrel_workaround.patch [new file with mode: 0644]
target/linux/ath25/patches-4.4/330-board_leds.patch [new file with mode: 0644]
target/linux/ath25/profiles/00-default.mk [new file with mode: 0644]