Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: SAMSUNG: Fix on inclusion mach/gpio.h for Samsung SoCs | Kukjin Kim | 2010-08-06 | 1 | -1/+1 |
| | | | | | | | This patch fixes on inclusion <mach/gpio.h> to <linux/gpio.h> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Cc: Ben Dooks <ben-linux@fluff.org> | ||||
* | ARM: SAMSUNG: Add GPIO configuration read calls | Ben Dooks | 2010-05-06 | 1 | -0/+6 |
| | | | | | | | Add the necessary 1,2 and 4 bit configuration read calls for the new gpio code to allow removal of the old s3c24xx gpio code. Signed-off-by: Ben Dooks <ben-linux@fluff.org> | ||||
* | ARM: S3C64XX: Move core support to mach-s3c64xx | Ben Dooks | 2010-02-20 | 1 | -0/+288 |
Move the core S3C64XX support to mach-s3c64xx as it is unlikely to be used outside of this directory. Also move the SoC header files in with it. This includes the clock, cpu, cpufreq, dma, gpiolib and pll support. Signed-off-by: Ben Dooks <ben-linux@fluff.org> |