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)
commitc67a2d03b1cc0911340f8cc1848dc667b43f036f
tree6cacae14aefd2165449806a588da78bbea54ee72
parenta0925def9c62643bb9ad2d8f8f6fa76358305ef6
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