Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-19 | ARM: SAMSUNG: Remove empty gpio-core.h and use central plat/gpio-core.h | Ben Dooks | 1 | -1/+1 | |
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-15 | ARM: SAMSUNG: Move gpio-config.c into plat-samsung | Ben Dooks | 1 | -0/+166 | |
The arch/arm/plat-s3c/gpio-config.c file is common to pretty much all the Samsung SoCs, so move it to arch/arm/plat-samsung Signed-off-by: Ben Dooks <ben-linux@fluff.org> |