Hello, This series adds support for 4.9 kernel and then switches the default kernel version to it. Almost copy'n'refresh. The only exception is the reworked PHY handling inside the Ethernet controller driver caused by upstream changes.
This series depends on earlier submitted fixes for kernel config and for the switches auto-negotiation issues. The whole series is successfully run-tested with the following boards: * Abicom FreedomCPE (AR5312) * D-Link DWL-2100AP (AR2312) * Fonera 2.0g aka FON2202 (AR2315 based) * D-Link DIR-300 (AR2317 based) Sergey Ryazanov (6): ath25: add preliminary kernel 4.9 support ath25: 4.9: fix GPIO compile issues ath25: 4.9: fix Ethernet tiny issues ath25: 4.9: fix Ethernet link autonegotiation ath25: switch to 4.9 kernel ath25: drop 4.4 kernel support target/linux/ath25/Makefile | 2 +- target/linux/ath25/{config-4.4 => config-4.9} | 15 +- .../107-ar5312_gpio.patch | 36 ++--- .../108-ar2315_gpio.patch | 12 +- .../110-ar2313_ethernet.patch | 160 +++++---------------- .../120-spiflash.patch | 2 +- .../130-watchdog.patch | 8 +- .../140-redboot_boardconfig.patch | 2 +- .../141-redboot_partition_scan.patch | 0 .../142-redboot_various_erase_size_fix.patch | 2 +- .../210-reset_button.patch | 0 .../220-enet_micrel_workaround.patch | 24 +++- .../330-board_leds.patch | 0 13 files changed, 95 insertions(+), 168 deletions(-) rename target/linux/ath25/{config-4.4 => config-4.9} (94%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/107-ar5312_gpio.patch (89%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/108-ar2315_gpio.patch (97%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/110-ar2313_ethernet.patch (93%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/120-spiflash.patch (99%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/130-watchdog.patch (97%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/140-redboot_boardconfig.patch (97%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/141-redboot_partition_scan.patch (100%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/142-redboot_various_erase_size_fix.patch (97%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/210-reset_button.patch (100%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/220-enet_micrel_workaround.patch (81%) rename target/linux/ath25/{patches-4.4 => patches-4.9}/330-board_leds.patch (100%) -- 2.10.2 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev