Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clocksource: fixup ux500 build problems | Linus Walleij | 2011-10-03 | 1 | -4/+2 |
| | | | | | | | | | | | Based on a patch from Arnd Bergmann this fixes up the build problem of assigning a non-existing global when the ux500 PRCMU timer is not linked in by passing its base address to the init function. We also add a missing <linux/errno.h> inclusion and staticize the dummy function. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> | ||||
* | clocksource: add DBX500 PRCMU Timer support | Mattias Wallin | 2011-09-22 | 1 | -0/+22 |
This patch adds the DBX500 PRCMU Timer driver as a clocksource and as sched_clock. Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com> Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> |