Searched hist:ec944c93a293bee6b4cc6b6f1c9560526c7ed635 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/kernel/ |
H A D | arch_timer.c | diff ec944c93a293bee6b4cc6b6f1c9560526c7ed635 Mon Nov 12 17:18:00 CET 2012 Mark Rutland <mark.rutland@arm.com> arm: arch_timer: factor out register accessors
Currently the arch_timer register accessors are thrown together with the main driver, preventing us from porting the driver to other architectures.
This patch moves the register accessors into a header file, as with the arm64 version. Constants required by the accessors are also moved.
Signed-off-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
|
/linux/arch/arm/include/asm/ |
H A D | arch_timer.h | diff ec944c93a293bee6b4cc6b6f1c9560526c7ed635 Mon Nov 12 17:18:00 CET 2012 Mark Rutland <mark.rutland@arm.com> arm: arch_timer: factor out register accessors
Currently the arch_timer register accessors are thrown together with the main driver, preventing us from porting the driver to other architectures.
This patch moves the register accessors into a header file, as with the arm64 version. Constants required by the accessors are also moved.
Signed-off-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
|