Re: [PATCH v14 5/9] clocksource/drivers/arm_arch_timer: Simplify ACPI support code.

2016-11-11 Thread Hanjun Guo
On 10/21/2016 07:21 PM, Mark Rutland wrote: On Fri, Oct 21, 2016 at 12:14:01PM +0100, Mark Rutland wrote: On Thu, Oct 20, 2016 at 05:58:17PM +0100, Mark Rutland wrote: On Thu, Sep 29, 2016 at 02:17:13AM +0800, fu@linaro.org wrote: + arch_timer_ppi[PHYS_NONSECURE_PPI] = acpi_gtdt_map

Re: [PATCH v14 5/9] clocksource/drivers/arm_arch_timer: Simplify ACPI support code.

2016-10-26 Thread Fu Wei
Hi Mark, On 21 October 2016 at 19:21, Mark Rutland wrote: > On Fri, Oct 21, 2016 at 12:14:01PM +0100, Mark Rutland wrote: >> On Thu, Oct 20, 2016 at 05:58:17PM +0100, Mark Rutland wrote: >> > On Thu, Sep 29, 2016 at 02:17:13AM +0800, fu@linaro.org wrote: >> > > + arch_timer_ppi[PHYS_NONSECURE

Re: [PATCH v14 5/9] clocksource/drivers/arm_arch_timer: Simplify ACPI support code.

2016-10-21 Thread Mark Rutland
On Fri, Oct 21, 2016 at 12:14:01PM +0100, Mark Rutland wrote: > On Thu, Oct 20, 2016 at 05:58:17PM +0100, Mark Rutland wrote: > > On Thu, Sep 29, 2016 at 02:17:13AM +0800, fu@linaro.org wrote: > > > + arch_timer_ppi[PHYS_NONSECURE_PPI] = > > > acpi_gtdt_map_ppi(PHYS_NONSECURE_PPI); > > > + arc

Re: [PATCH v14 5/9] clocksource/drivers/arm_arch_timer: Simplify ACPI support code.

2016-10-21 Thread Mark Rutland
On Thu, Oct 20, 2016 at 05:58:17PM +0100, Mark Rutland wrote: > On Thu, Sep 29, 2016 at 02:17:13AM +0800, fu@linaro.org wrote: > > + arch_timer_ppi[PHYS_NONSECURE_PPI] = > > acpi_gtdt_map_ppi(PHYS_NONSECURE_PPI); > > + arch_timer_ppi[VIRT_PPI] = acpi_gtdt_map_ppi(VIRT_PPI); > > + arch_ti

Re: [PATCH v14 5/9] clocksource/drivers/arm_arch_timer: Simplify ACPI support code.

2016-10-20 Thread Mark Rutland
On Thu, Sep 29, 2016 at 02:17:13AM +0800, fu@linaro.org wrote: > From: Fu Wei > > The patch update arm_arch_timer driver to use the function > provided by the new GTDT driver of ACPI. > By this way, arm_arch_timer.c can be simplified, and separate > all the ACPI GTDT knowledge from this timer

[PATCH v14 5/9] clocksource/drivers/arm_arch_timer: Simplify ACPI support code.

2016-09-28 Thread fu . wei
From: Fu Wei The patch update arm_arch_timer driver to use the function provided by the new GTDT driver of ACPI. By this way, arm_arch_timer.c can be simplified, and separate all the ACPI GTDT knowledge from this timer driver. Signed-off-by: Fu Wei Signed-off-by: Hanjun Guo --- drivers/clocks