Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: S3C64XX: Ensure VIC based IRQs can be resumed from | Ben Dooks | 2011-07-20 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | Any interrupts based off either of the onboard VICs cannot be resumed from any more as it seems set_irq_wake() is now checking the error code returned from the low level handlers and not setting the wake-state on the interrupt if this fails. Ensure that we make the interrupts we can resume from available on the VIC and then do a pre-sleep mask of all the VIC interrupts as the wakeup is handled by a seperate block. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> | ||||
* | ARM: SAMSUNG: Convert irq-vic-timer to generic irq chip | Thomas Gleixner | 2011-05-09 | 1 | -6/+1 |
| | | | | | | Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||||
* | ARM: S3C64XX: Move IRQ support into mach-s3c64xx | Ben Dooks | 2010-02-20 | 1 | -0/+69 |
Move IRQ support to mach-s3c64xx as it is unlikely to be re-used outside this machine. Signed-off-by: Ben Dooks <ben-linux@fluff.org> |