[package] move spi_gpio driver into the kernel, clean-up SPI modules
authorGabor Juhos <juhosg@openwrt.org>
Tue, 15 Apr 2008 07:33:43 +0000 (07:33 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 15 Apr 2008 07:33:43 +0000 (07:33 +0000)
commit04b8b09c2f769c74de6373874eb4b1905a6076c8
treed9dd1eb2b38c304fc3ab8fbd803fbf21e033e729
parentfd3378f1e1ade62b38ba64a3630a1cd3581fedd7
[package] move spi_gpio driver into the kernel, clean-up SPI modules

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10844 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 files changed:
package/kernel/modules/other.mk
package/mmc_over_gpio/Makefile
package/mmc_over_gpio/src/Makefile
package/mmc_over_gpio/src/linux/spi/spi_gpio.h [deleted file]
package/mmc_over_gpio/src/mmc_over_spigpio.c
package/mmc_over_gpio/src/spi_gpio.c [deleted file]
target/linux/generic-2.6/config-2.6.23
target/linux/generic-2.6/config-2.6.24
target/linux/generic-2.6/files/drivers/spi/spi_gpio.c [new file with mode: 0644]
target/linux/generic-2.6/files/include/linux/spi/spi_gpio.h [new file with mode: 0644]
target/linux/generic-2.6/patches-2.6.23/921-gpio_spi_driver.patch [new file with mode: 0644]
target/linux/generic-2.6/patches-2.6.24/921-gpio_spi_driver.patch [new file with mode: 0644]