Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clocksource: pxa: Add device-tree support for PXA timer | Robert Jarzmik | 2014-07-23 | 1 | -36/+101 |
| | | | | | | | | | | | Add device-tree support to PXA platforms. The driver still needs to maintain backward non device-tree compatibility as well, which implies : - a non device-tree init function - a static registers base address in the driver Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> | ||||
* | clocksource: pxa: Move PXA timer to clocksource framework | Robert Jarzmik | 2014-07-23 | 1 | -0/+162 |
Move time.c from arch/arm/mach-pxa/time.c to drivers/clocksource/pxa_timer.c. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> |