[PATCH v6 01/10] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-06-29 Thread fu . wei
From: Fu Wei To support the arm_arch_timer via ACPI we need to share defines and enums between the driver and the ACPI parser code. Split out the relevant defines and enums into arm_arch_timer.h. No functional change. Signed-off-by: Fu Wei ---

[PATCH v6 01/10] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-06-29 Thread fu . wei
From: Fu Wei To support the arm_arch_timer via ACPI we need to share defines and enums between the driver and the ACPI parser code. Split out the relevant defines and enums into arm_arch_timer.h. No functional change. Signed-off-by: Fu Wei --- drivers/clocksource/arm_arch_timer.c | 11