Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] S3C: Make IRQ_EINT sleep control common | Ben Dooks | 2009-03-08 | 1 | -22/+1 |
| | | | | | | | | | Move the IRQ_EINT sleep control to be available to all s3c impelmentations. Since s3c_irqext_wake is not large, place it in arch/arm/plat-s3c/pm.c as adding it to a new file would be a waste of compile time. Signed-off-by: Ben Dooks <ben-linux@fluff.org> | ||||
* | [ARM] S3C24XX: Split PM code from arch/arm/plat-s3c24xx/irq.c | Ben Dooks | 2009-03-08 | 1 | -0/+116 |
Split the PM code out of arch/arm/plat-s3c24xx/irq.c to remove some of the #ifdefs being used. Also fix a couple of places where the absecnce of a function was redefined to the same thing. Signed-off-by: Ben Dooks <ben-linux@fluff.org> |