Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-19 | ARM: SAMSUNG: Remove empty gpio-core.h and use central plat/gpio-core.h | Ben Dooks | |
Rename mach-s3c2410/include/mach/gpio-core.h to mach/gpio-track.h so that it can be included by <plat/gpio-core.h> when needed. Eliminate all other empty gpio-core.h files and just include the <plat/gpio-core.h> as necessary. Signed-off-by: Ben Dooks <ben-linux@fluff.org> | |||
2010-01-19 | ARM: SAMSUNG: Move gpiolib support in gpio.c to plat-samsung | Ben Dooks | |
Move the gpio.c code containing the core gpiolib and GPIO support to plat-samsung from plat-s3c as it is used by all current Samsung SoCs. Note, we didn't move this to gpiolib.c as it contains code that is not strictly for gpiolib support and the 4bit code is already called gpiolib.c so make the change easier by not renaming both files in one go. Signed-off-by: Ben Dooks <ben-linux@fluff.org> |