[atheros]: Add initial kernel 2.6.28 support for atheros target.
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Feb 2009 16:27:42 +0000 (16:27 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Feb 2009 16:27:42 +0000 (16:27 +0000)
commit82c4f96e0155ea2b344fc12e2613f2a558b28ba9
tree136db11a5fc8f4ef4dd9e448bb7c17945e605cd9
parenta348226cd2f1e87f82d2489e8b04b665cd0fcc20
[atheros]: Add initial kernel 2.6.28 support for atheros target.
The include files moved from /include/asm-mips/mach-atheros/ to /arch/mips/include/asm/mach-atheros/
This patch is based on the old kernel 2.6.27 patches.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14584 3c298f89-4303-0410-b956-a3cf2f4a3e73
40 files changed:
package/wrt55agv2-spidevs/Makefile
target/linux/atheros/config-2.6.28 [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/Kconfig [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/Makefile [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/ar5312/Makefile [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/ar5312/board.c [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/ar5312/irq.c [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/ar5315/Makefile [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/ar5315/board.c [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/ar5315/irq.c [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/ar5315/pci.c [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/board.c [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/prom.c [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/atheros/reset.c [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/include/asm/mach-atheros/ar5312/ar5312.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/include/asm/mach-atheros/ar5315/ar5315.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/include/asm/mach-atheros/ar531x.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/include/asm/mach-atheros/ar531x_platform.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/include/asm/mach-atheros/cpu-feature-overrides.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/include/asm/mach-atheros/dma-coherence.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/include/asm/mach-atheros/gpio.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/include/asm/mach-atheros/reset.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/arch/mips/include/asm/mach-atheros/war.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/drivers/mtd/devices/spiflash.c [new file with mode: 0644]
target/linux/atheros/files-2.6.28/drivers/mtd/devices/spiflash.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/drivers/net/ar2313/Makefile [new file with mode: 0644]
target/linux/atheros/files-2.6.28/drivers/net/ar2313/ar2313.c [new file with mode: 0644]
target/linux/atheros/files-2.6.28/drivers/net/ar2313/ar2313.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/drivers/net/ar2313/dma.h [new file with mode: 0644]
target/linux/atheros/files-2.6.28/drivers/watchdog/ar2315-wtd.c [new file with mode: 0644]
target/linux/atheros/patches-2.6.28/100-board.patch [new file with mode: 0644]
target/linux/atheros/patches-2.6.28/110-spiflash.patch [new file with mode: 0644]
target/linux/atheros/patches-2.6.28/120-watchdog.patch [new file with mode: 0644]
target/linux/atheros/patches-2.6.28/130-ar2313_ethernet.patch [new file with mode: 0644]
target/linux/atheros/patches-2.6.28/135-ar2313_2.6.26.patch [new file with mode: 0644]
target/linux/atheros/patches-2.6.28/137-ar2313_2.6.28.patch [new file with mode: 0644]
target/linux/atheros/patches-2.6.28/140-redboot_partition_scan.patch [new file with mode: 0644]
target/linux/atheros/patches-2.6.28/200-ar2313_enable_mvswitch.patch [new file with mode: 0644]
target/linux/atheros/patches-2.6.28/901-get_c0_compare_irq_function.patch [new file with mode: 0644]
target/linux/atheros/patches-2.6.28/902-mips_clocksource_init_war.patch [new file with mode: 0644]