Re: [PATCH v6 14/17] ARM64 / ACPI: Parse GTDT to initialize arch timer

2015-01-05 Thread Hanjun Guo
On 2015年01月05日 15:55, Suthikulpanit, Suravee wrote: On 1/4/15, 04:55, "Hanjun Guo" wrote: Using the information presented by GTDT to initialize the arch timer (not memory-mapped). Originally-by: Amit Daniel Kachhap Tested-by: Suravee Suthikulpanit Signed-off-by: Hanjun Guo ---

Re: [PATCH v6 14/17] ARM64 / ACPI: Parse GTDT to initialize arch timer

2015-01-05 Thread Hanjun Guo
On 2015年01月05日 15:55, Suthikulpanit, Suravee wrote: On 1/4/15, 04:55, Hanjun Guo hanjun@linaro.org wrote: Using the information presented by GTDT to initialize the arch timer (not memory-mapped). Originally-by: Amit Daniel Kachhap amit.dan...@samsung.com Tested-by: Suravee Suthikulpanit

Re: [PATCH v6 14/17] ARM64 / ACPI: Parse GTDT to initialize arch timer

2015-01-04 Thread Suthikulpanit, Suravee
On 1/4/15, 04:55, "Hanjun Guo" wrote: >Using the information presented by GTDT to initialize the arch >timer (not memory-mapped). > >Originally-by: Amit Daniel Kachhap >Tested-by: Suravee Suthikulpanit >Signed-off-by: Hanjun Guo >--- > arch/arm64/kernel/time.c | 7 ++ >

[PATCH v6 14/17] ARM64 / ACPI: Parse GTDT to initialize arch timer

2015-01-04 Thread Hanjun Guo
Using the information presented by GTDT to initialize the arch timer (not memory-mapped). Originally-by: Amit Daniel Kachhap Tested-by: Suravee Suthikulpanit Signed-off-by: Hanjun Guo --- arch/arm64/kernel/time.c | 7 ++ drivers/clocksource/arm_arch_timer.c | 132

Re: [PATCH v6 14/17] ARM64 / ACPI: Parse GTDT to initialize arch timer

2015-01-04 Thread Suthikulpanit, Suravee
On 1/4/15, 04:55, Hanjun Guo hanjun@linaro.org wrote: Using the information presented by GTDT to initialize the arch timer (not memory-mapped). Originally-by: Amit Daniel Kachhap amit.dan...@samsung.com Tested-by: Suravee Suthikulpanit suravee.suthikulpa...@amd.com Signed-off-by: Hanjun Guo

[PATCH v6 14/17] ARM64 / ACPI: Parse GTDT to initialize arch timer

2015-01-04 Thread Hanjun Guo
Using the information presented by GTDT to initialize the arch timer (not memory-mapped). Originally-by: Amit Daniel Kachhap amit.dan...@samsung.com Tested-by: Suravee Suthikulpanit suravee.suthikulpa...@amd.com Signed-off-by: Hanjun Guo hanjun@linaro.org --- arch/arm64/kernel/time.c