[OpenWrt-Devel] [PATCH 0/5] update at91 kernel to 4.4
Ben Whitten
ben.whitten at gmail.com
Sun Jan 17 16:50:04 EST 2016
This patch series adds support for kernel 4.4 to the at91 target.
Patches for legacy boards are dropped as the platform has been converted
to DT in 4.4.
A new package was added to prevent the build from halting, suggestions
welcome on what to do / name.
A typo was fixed in the kernel module makefile.
This has been run tested on a custom board and showed no obvious problems
in boot or operation. I do not have one of the default eval boards to test.
Thanks!
Ben Whitten (5):
at91: add 4.4 support
at91: add package for high speed usb device
at91: remove SAMA5D3 from Default image build.
at91: fix typo in usb kernel module makefile
at91: move to 4.4 kernel
target/linux/at91/Makefile | 4 +-
target/linux/at91/config-3.18 | 230 +++++++++++++++++
target/linux/at91/config-4.4 | 276 +++++++++++++++++++++
target/linux/at91/config-default | 230 -----------------
target/linux/at91/image/Makefile | 3 +-
target/linux/at91/modules.mk | 21 +-
.../100-ARM-at91-build-dtb-for-LMU5000.patch | 10 +
.../101-ARM-at91-build-dtb-for-q5xr5.patch | 10 +
.../200-ARM-at91-udc-clockfix-backport.patch | 82 ++++++
.../201-ARM-at91-usb-determine_rate-backport.patch | 20 ++
.../patches-3.18/805-free_some_portc_pins.patch | 11 +
...-AT91-flexibity-default-leds-to-heartbeat.patch | 60 +++++
.../100-ARM-at91-build-dtb-for-LMU5000.patch | 10 +
.../101-ARM-at91-build-dtb-for-q5xr5.patch | 10 +
.../100-ARM-at91-build-dtb-for-LMU5000.patch | 10 -
.../patches/101-ARM-at91-build-dtb-for-q5xr5.patch | 10 -
.../200-ARM-at91-udc-clockfix-backport.patch | 82 ------
.../201-ARM-at91-usb-determine_rate-backport.patch | 20 --
.../at91/patches/805-free_some_portc_pins.patch | 11 -
...-AT91-flexibity-default-leds-to-heartbeat.patch | 60 -----
20 files changed, 742 insertions(+), 428 deletions(-)
create mode 100644 target/linux/at91/config-3.18
create mode 100644 target/linux/at91/config-4.4
delete mode 100644 target/linux/at91/config-default
create mode 100644 target/linux/at91/patches-3.18/100-ARM-at91-build-dtb-for-LMU5000.patch
create mode 100644 target/linux/at91/patches-3.18/101-ARM-at91-build-dtb-for-q5xr5.patch
create mode 100644 target/linux/at91/patches-3.18/200-ARM-at91-udc-clockfix-backport.patch
create mode 100644 target/linux/at91/patches-3.18/201-ARM-at91-usb-determine_rate-backport.patch
create mode 100644 target/linux/at91/patches-3.18/805-free_some_portc_pins.patch
create mode 100644 target/linux/at91/patches-3.18/901-AT91-flexibity-default-leds-to-heartbeat.patch
create mode 100644 target/linux/at91/patches-4.4/100-ARM-at91-build-dtb-for-LMU5000.patch
create mode 100644 target/linux/at91/patches-4.4/101-ARM-at91-build-dtb-for-q5xr5.patch
delete mode 100644 target/linux/at91/patches/100-ARM-at91-build-dtb-for-LMU5000.patch
delete mode 100644 target/linux/at91/patches/101-ARM-at91-build-dtb-for-q5xr5.patch
delete mode 100644 target/linux/at91/patches/200-ARM-at91-udc-clockfix-backport.patch
delete mode 100644 target/linux/at91/patches/201-ARM-at91-usb-determine_rate-backport.patch
delete mode 100644 target/linux/at91/patches/805-free_some_portc_pins.patch
delete mode 100644 target/linux/at91/patches/901-AT91-flexibity-default-leds-to-heartbeat.patch
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list