ar71xx: rewrite SPI drivers for the RB4xx boards
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 Aug 2010 20:13:47 +0000 (20:13 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 31 Aug 2010 20:13:47 +0000 (20:13 +0000)
commitd1f333874d4c4ff3f4a27ec3eb08d3f7ca6d8e43
treec66acc497fee281492a4775a34cf0c3c7434a70b
parentc433567bd3abf153f116b01fec22538a3c9d7fe7
ar71xx: rewrite SPI drivers for the RB4xx boards

  * add a new SPI controller driver
  * add SPI driver for the CPLD chip
  * convert the NAND driver
  * enable the mikroSD slot
  * enable more LEDs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22863 3c298f89-4303-0410-b956-a3cf2f4a3e73
31 files changed:
target/linux/ar71xx/config-2.6.32
target/linux/ar71xx/config-2.6.33
target/linux/ar71xx/config-2.6.34
target/linux/ar71xx/config-2.6.35
target/linux/ar71xx/files/arch/mips/ar71xx/mach-rb4xx.c
target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/rb4xx_cpld.h [new file with mode: 0644]
target/linux/ar71xx/files/drivers/mtd/nand/rb4xx_nand.c
target/linux/ar71xx/files/drivers/spi/rb4xx_spi.c [new file with mode: 0644]
target/linux/ar71xx/files/drivers/spi/spi_rb4xx_cpld.c [new file with mode: 0644]
target/linux/ar71xx/nand/config-default
target/linux/ar71xx/patches-2.6.32/150-drivers-link-spi-before-mtd.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.32/151-spi-add-various-flags.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.32/152-rb4xx-spi-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.32/153-spi-rb4xx-cpld-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.32/202-spi_vsc7385_driver.patch
target/linux/ar71xx/patches-2.6.33/150-drivers-link-spi-before-mtd.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.33/151-spi-add-various-flags.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.33/152-rb4xx-spi-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.33/153-spi-rb4xx-cpld-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.33/202-spi_vsc7385_driver.patch
target/linux/ar71xx/patches-2.6.34/150-drivers-link-spi-before-mtd.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.34/151-spi-add-various-flags.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.34/152-rb4xx-spi-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.34/153-spi-rb4xx-cpld-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.34/202-spi_vsc7385_driver.patch
target/linux/ar71xx/patches-2.6.35/150-drivers-link-spi-before-mtd.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.35/151-spi-add-various-flags.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.35/152-rb4xx-spi-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.35/153-spi-rb4xx-cpld-driver.patch [new file with mode: 0644]
target/linux/ar71xx/patches-2.6.35/202-spi_vsc7385_driver.patch
target/linux/ar71xx/patches-2.6.35/400-2.6.35-fix-nand_scan_ident-options.patch