Re: [PATCH v8 5/9] acpi/arm64: Add GTDT table parse driver

2016-07-22 Thread Fu Wei
Hi Rafael, On 21 July 2016 at 21:28, Rafael J. Wysocki wrote: > On Wednesday, July 20, 2016 02:18:00 AM fu@linaro.org wrote: >> From: Fu Wei >> >> This patch adds support for parsing arch timer in GTDT, >> provides some kernel APIs to parse all the PPIs and >> always-on info in GTDT and expo

Re: [PATCH v8 5/9] acpi/arm64: Add GTDT table parse driver

2016-07-21 Thread Rafael J. Wysocki
On Wednesday, July 20, 2016 02:18:00 AM fu@linaro.org wrote: > From: Fu Wei > > This patch adds support for parsing arch timer in GTDT, > provides some kernel APIs to parse all the PPIs and > always-on info in GTDT and export them. > > By this driver, we can simplify arm_arch_timer drivers,

[PATCH v8 5/9] acpi/arm64: Add GTDT table parse driver

2016-07-19 Thread fu . wei
From: Fu Wei This patch adds support for parsing arch timer in GTDT, provides some kernel APIs to parse all the PPIs and always-on info in GTDT and export them. By this driver, we can simplify arm_arch_timer drivers, and separate the ACPI GTDT knowledge from it. Signed-off-by: Fu Wei Signed-of