Re: [PATCH v14 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-10-26 Thread Fu Wei
Hi Mark On 26 October 2016 at 18:51, Mark Rutland wrote: > On Wed, Oct 26, 2016 at 04:31:55PM +0800, Fu Wei wrote: >> On 20 October 2016 at 22:45, Mark Rutland wrote: >> > On Thu, Sep 29, 2016 at 02:17:09AM +0800, fu@linaro.org wrote: >> >>

Re: [PATCH v14 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-10-26 Thread Fu Wei
Hi Mark On 26 October 2016 at 18:51, Mark Rutland wrote: > On Wed, Oct 26, 2016 at 04:31:55PM +0800, Fu Wei wrote: >> On 20 October 2016 at 22:45, Mark Rutland wrote: >> > On Thu, Sep 29, 2016 at 02:17:09AM +0800, fu@linaro.org wrote: >> >> #include >> >> #include >> >> >> >> +#define

Re: [PATCH v14 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-10-26 Thread Mark Rutland
On Wed, Oct 26, 2016 at 04:31:55PM +0800, Fu Wei wrote: > On 20 October 2016 at 22:45, Mark Rutland wrote: > > On Thu, Sep 29, 2016 at 02:17:09AM +0800, fu@linaro.org wrote: > >> #include > >> #include > >> > >> +#define ARCH_CP15_TIMER BIT(0) >

Re: [PATCH v14 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-10-26 Thread Mark Rutland
On Wed, Oct 26, 2016 at 04:31:55PM +0800, Fu Wei wrote: > On 20 October 2016 at 22:45, Mark Rutland wrote: > > On Thu, Sep 29, 2016 at 02:17:09AM +0800, fu@linaro.org wrote: > >> #include > >> #include > >> > >> +#define ARCH_CP15_TIMER BIT(0) > >> +#define

Re: [PATCH v14 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-10-26 Thread Fu Wei
Hi Mark On 20 October 2016 at 22:45, Mark Rutland wrote: > Hi, > > On Thu, Sep 29, 2016 at 02:17:09AM +0800, fu@linaro.org wrote: >> diff --git a/include/clocksource/arm_arch_timer.h >> b/include/clocksource/arm_arch_timer.h >> index caedb74..6f06481 100644 >> ---

Re: [PATCH v14 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-10-26 Thread Fu Wei
Hi Mark On 20 October 2016 at 22:45, Mark Rutland wrote: > Hi, > > On Thu, Sep 29, 2016 at 02:17:09AM +0800, fu@linaro.org wrote: >> diff --git a/include/clocksource/arm_arch_timer.h >> b/include/clocksource/arm_arch_timer.h >> index caedb74..6f06481 100644 >> ---

Re: [PATCH v14 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-10-20 Thread Mark Rutland
Hi, On Thu, Sep 29, 2016 at 02:17:09AM +0800, fu@linaro.org wrote: > diff --git a/include/clocksource/arm_arch_timer.h > b/include/clocksource/arm_arch_timer.h > index caedb74..6f06481 100644 > --- a/include/clocksource/arm_arch_timer.h > +++ b/include/clocksource/arm_arch_timer.h > @@ -19,6

Re: [PATCH v14 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-10-20 Thread Mark Rutland
Hi, On Thu, Sep 29, 2016 at 02:17:09AM +0800, fu@linaro.org wrote: > diff --git a/include/clocksource/arm_arch_timer.h > b/include/clocksource/arm_arch_timer.h > index caedb74..6f06481 100644 > --- a/include/clocksource/arm_arch_timer.h > +++ b/include/clocksource/arm_arch_timer.h > @@ -19,6

[PATCH v14 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-09-28 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 v14 1/9] clocksource/drivers/arm_arch_timer: Move enums and defines to header file

2016-09-28 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