linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] ACPI, clocksource: add GTDT and ARM memory-mapped timer support
@ 2015-10-28 14:32 fu.wei at linaro.org
  2015-10-28 14:32 ` [PATCH RFC 1/3] ACPI: add GTDT table parse driver into ACPI driver fu.wei at linaro.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fu.wei at linaro.org @ 2015-10-28 14:32 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fu Wei <fu.wei@linaro.org>

This patchset:
    (1)Introduce ACPI GTDT parser: drivers/acpi/gtdt.c
    Parse all kinds of timer in GTDT table of ACPI:arch timer,
    memory-mapped timer and SBSA Generic Watchdog timer.
    This driver can help to simplify all the relevant timer drivers,
    and separate all the ACPI GTDT knowledge from them.

    (2)Simplify ACPI code for arch timer in arm_arch_timer.c

    (3)Add memory-mapped timer support in arm_arch_timer.c

[PATCH 2/3] and [PATCH 3/3] depend on a patchset
[PATCH v2 0/5] ACPI probing infrastructure,
https://lkml.org/lkml/2015/9/13/126, which has been accepted by upstream
maintainer, and has been merged in linux-next.git, tag: next-20151013.

The SBSA Generic Watchdog info parsing support have been tested with
a upstreaming SBSA Generic Watchdog driver:
https://lkml.org/lkml/2015/10/27/466
on the following platforms:
    (1)ARM Foundation v8 model
    (2)AMD Seattle platform
    
ARM memory-mapped timer support of this patchset has been tested
on the following platforms:
    (1)ARM Foundation v8 model
    
Changelog:
v1: The first upstreaming version.

Fu Wei (3):
  ACPI: add GTDT table parse driver into ACPI driver
  clocksource: simplify ACPI code in arm_arch_timer.c
  clocksource: add memory-mapped timer support in arm_arch_timer.c

 drivers/acpi/Kconfig                 |   9 +
 drivers/acpi/Makefile                |   1 +
 drivers/acpi/gtdt.c                  | 367 +++++++++++++++++++++++++++++++++++
 drivers/clocksource/arm_arch_timer.c | 176 +++++++++++++----
 include/clocksource/arm_arch_timer.h |  19 ++
 include/linux/acpi.h                 |  17 ++
 6 files changed, 554 insertions(+), 35 deletions(-)
 create mode 100644 drivers/acpi/gtdt.c

-- 
2.4.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-09  8:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28 14:32 [PATCH RFC 0/3] ACPI, clocksource: add GTDT and ARM memory-mapped timer support fu.wei at linaro.org
2015-10-28 14:32 ` [PATCH RFC 1/3] ACPI: add GTDT table parse driver into ACPI driver fu.wei at linaro.org
2015-10-28 14:32 ` [PATCH RFC 2/3] clocksource: simplify ACPI code in arm_arch_timer.c fu.wei at linaro.org
2015-10-28 14:32 ` [PATCH RFC 3/3] clocksource: add memory-mapped timer support " fu.wei at linaro.org
2015-11-09  8:30 ` [PATCH RFC 0/3] ACPI, clocksource: add GTDT and ARM memory-mapped timer support Fu Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).