Add initial kernel 2.6.28 support for atheros target. The include files moved from...
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 20 Feb 2009 16:27:42 +0000 (16:27 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 20 Feb 2009 16:27:42 +0000 (16:27 +0000)
commit668860c98f79e2b17febcaa1eb5c70aecdedbb9a
tree91616eac9f23649611a0ac944a33bbc63e9aa7dc
parentcde75fb5af88044e36cae6b24703eb51faca746b
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.

SVN-Revision: 14584
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]