summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c/pwm.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-21ARM: SAMSUNG: Move pmw.c to plat-samsungBen Dooks1-410/+0
Move the PWM driver support to plat-samsung, as these PWM blocks are close enough across the current range to be supported by this driver. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2009-12-08ARM: S3C: move s3c_pwm_remove to .devexit.textUwe Kleine-König1-1/+1
The function s3c_pwm_remove is used only wrapped by __devexit_p so define it using __devexit. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Sam Ravnborg <sam@ravnborg.org> Cc: Russell King <linux@arm.linux.org.uk> Cc: Ben Dooks <ben-linux@fluff.org> Cc: Peter Korsgaard <jacmet@sunsite.dk> Cc: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2009-09-12Merge branch 'master' into develRussell King1-0/+4
2009-07-31ARM: S3C: move timer/pwm handling from plat-s3c24xx to plat-s3cPeter Korsgaard1-0/+406
The s3c64xx devices use the same hardware core as s3c24xx, so move the timer/pwm handling to plat-s3c so it can be used by both. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Ben Dooks <ben-linux@fluff.org>