mbox series

[0/2] arch_timer: acpi: Add workaround for hisilicon-161010101 erratum

Message ID 1485254391-51551-1-git-send-email-guohanjun@huawei.com
Headers show
Series arch_timer: acpi: Add workaround for hisilicon-161010101 erratum | expand

Message

Hanjun Guo Jan. 24, 2017, 10:39 a.m. UTC
From: Hanjun Guo <hanjun.guo@linaro.org>


Introduce a general quirk framework for arch timer erratum in ACPI,
which use the oem information in GTDT table for platform specific
erratums, then add specific handler and data for hisilicon-161010101
erratum.

Hanjun Guo (2):
  arm64: arch_timer: acpi: Introduce a generic aquirk framework for
    erratum
  arch_timer: acpi: add hisi timer erratum data

 drivers/clocksource/arm_arch_timer.c | 58 ++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

-- 
1.7.12.4

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Hanjun Guo Jan. 24, 2017, 10:49 a.m. UTC | #1
On 2017/1/24 18:39, Hanjun Guo wrote:
> From: Hanjun Guo <hanjun.guo@linaro.org>

>

> Introduce a general quirk framework for arch timer erratum in ACPI,

> which use the oem information in GTDT table for platform specific

> erratums, then add specific handler and data for hisilicon-161010101

> erratum.


Sorry, forgot to mention that this patch set is based on Mark's git
tree [1] and plus remaining patches for GTDT patch set.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git 
arch-timer/updates

Thanks
Hanjun
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html