Add generic gpio support to rdc, convert the led driver to be a platform driver,...
authorFlorian Fainelli <florian@openwrt.org>
Mon, 6 Aug 2007 14:15:57 +0000 (14:15 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 6 Aug 2007 14:15:57 +0000 (14:15 +0000)
commitca7294b98645f0d2345178e249c17f8be342859b
treee8f36d80ae6e8e0b5fb3d3c2ed1e40295beedba1
parent9474a045bfd8515a2d7180c9d0c779e735ab2bf4
Add generic gpio support to rdc, convert the led driver to be a platform driver, need to convert the flash driver as well

SVN-Revision: 8348
target/linux/rdc-2.6/files/arch/i386/mach-rdc/gpio.c [new file with mode: 0644]
target/linux/rdc-2.6/files/arch/i386/mach-rdc/platform.c [new file with mode: 0644]
target/linux/rdc-2.6/files/drivers/leds/leds-rdc3211.c
target/linux/rdc-2.6/files/include/asm-i386/gpio.h [new file with mode: 0644]
target/linux/rdc-2.6/files/include/asm-i386/mach-generic/gpio.h [new file with mode: 0644]
target/linux/rdc-2.6/files/include/asm-i386/mach-rdc/gpio.h [new file with mode: 0644]
target/linux/rdc-2.6/files/include/asm-i386/mach-rdc/rdc321x_defs.h [new file with mode: 0644]
target/linux/rdc-2.6/patches/000-rdc_fixes.patch