Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ARM: S3C: move s3c_pwm_remove to .devexit.text | Uwe Kleine-König | 2009-12-07 |
| | | | | | | | | | | | | | | 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> | ||
* | Merge branch 'master' into devel | Russell King | 2009-09-12 |
| | |||
* | ARM: S3C: move timer/pwm handling from plat-s3c24xx to plat-s3c | Peter Korsgaard | 2009-07-30 |
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> |