From 4037d581631f9bb308e3430105dccc300b4c30c0 Mon Sep 17 00:00:00 2001 From: John Voltz Date: Thu, 1 May 2008 17:15:35 +0000 Subject: update patches for atngw100_expanded --- .../linux-2.6.23-300-atngw100-video.patch | 175 ------ .../linux-2.6.24-200-atngw100-video.patch | 175 ------ .../linux-2.6.24-300-avr32-psif-2.patch | 671 --------------------- .../linux-2.6.24-500-avr32-ac97-reset.patch | 289 --------- .../linux-2.6.24.4-100-atngw100-add-ac97.patch | 10 + .../linux-2.6.24.4-200-atngw100-video.patch | 148 +++++ .../linux-2.6.24.4-300-avr32-psif-2.patch | 27 + ...-2.6.24.4-400-atngw100-unlock-uboot-flash.patch | 11 + .../linux-2.6.24.4-500-avr32-ac97-reset.patch | 289 +++++++++ ...linux-2.6.24.4-600-atngw100-disable-psif1.patch | 11 + 10 files changed, 496 insertions(+), 1310 deletions(-) delete mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.23-300-atngw100-video.patch delete mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24-200-atngw100-video.patch delete mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24-300-avr32-psif-2.patch delete mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24-500-avr32-ac97-reset.patch create mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-100-atngw100-add-ac97.patch create mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-200-atngw100-video.patch create mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-300-avr32-psif-2.patch create mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-400-atngw100-unlock-uboot-flash.patch create mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-500-avr32-ac97-reset.patch create mode 100644 target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.24.4-600-atngw100-disable-psif1.patch (limited to 'target/device') diff --git a/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.23-300-atngw100-video.patch b/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.23-300-atngw100-video.patch deleted file mode 100644 index 16d2b9675..000000000 --- a/target/device/Atmel/atngw100-expanded/kernel-patches/linux-2.6.23-300-atngw100-video.patch +++ /dev/null @@ -1,175 +0,0 @@ -diff -Nrup linux-2.6.23/arch/avr32/boards/atngw100/flash.c linux-2.6.23-patched/arch/avr32/boards/atngw100/flash.c ---- a/arch/avr32/boards/atngw100/flash.c 2008-01-31 10:47:55.000000000 -0500 -+++ b/arch/avr32/boards/atngw100/flash.c 2008-01-31 10:21:07.000000000 -0500 -@@ -42,7 +42,6 @@ static struct mtd_partition flash_parts[ - .name = "u-boot", - .offset = 0x00000000, - .size = 0x00020000, /* 128 KiB */ -- .mask_flags = MTD_WRITEABLE, - }, - { - .name = "root", -diff -Nrup linux-2.6.23/arch/avr32/boards/atngw100/setup.c linux-2.6.23-patched/arch/avr32/boards/atngw100/setup.c ---- a/arch/avr32/boards/atngw100/setup.c 2008-01-31 10:47:55.000000000 -0500 -+++ b/arch/avr32/boards/atngw100/setup.c 2008-01-31 10:28:00.000000000 -0500 -@@ -16,6 +16,8 @@ - #include - #include - #include -+#include -+#include