linux-2.6: Add a driver to run an MMC or SD card over a GPIO based SPI interface.
authorMichael Büsch <mb@bu3sch.de>
Fri, 21 Mar 2008 16:52:27 +0000 (16:52 +0000)
committerMichael Büsch <mb@bu3sch.de>
Fri, 21 Mar 2008 16:52:27 +0000 (16:52 +0000)
commitab0e4b6ce3d2d0542058dbe6c348ed38576e52dd
tree00729e819e26f1a8e0d033bc83befb59ac9f5773
parent648b6abd7b5841c6f33e3692cf3ec3dccf02a075
linux-2.6: Add a driver to run an MMC or SD card over a GPIO based SPI interface.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10637 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/modules/other.mk
package/mmc_over_gpio/Makefile [new file with mode: 0644]
package/mmc_over_gpio/src/Makefile [new file with mode: 0644]
package/mmc_over_gpio/src/linux/spi/spi_gpio.h [new file with mode: 0644]
package/mmc_over_gpio/src/mmc_over_spigpio.c [new file with mode: 0644]
package/mmc_over_gpio/src/spi_gpio.c [new file with mode: 0644]
target/linux/brcm47xx/patches-2.6.23/700-ssb-gigabit-ethernet-driver.patch
target/linux/generic-2.6/patches-2.6.23/300-add-mmc-spi-driver.patch [new file with mode: 0644]
target/linux/generic-2.6/patches-2.6.23/930-ssb_fixes.patch