Add generic gpio support to rdc, convert the led driver to be a platform driver,...
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Aug 2007 14:15:57 +0000 (14:15 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 6 Aug 2007 14:15:57 +0000 (14:15 +0000)
commit47ef8de2605ee325507e867ebb99bb3aade23f22
tree6cacae14aefd2165449806a588da78bbea54ee72
parent94040edc4564cd2419a4d0898fdece22d0d205ea
Add generic gpio support to rdc, convert the led driver to be a platform driver, need to convert the flash driver as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8348 3c298f89-4303-0410-b956-a3cf2f4a3e73
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