All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ACPI: ARM CoreSight Performance Monitoring Unit
@ 2022-04-19 20:54 ` Besar Wicaksono
  0 siblings, 0 replies; 23+ messages in thread
From: Besar Wicaksono @ 2022-04-19 20:54 UTC (permalink / raw)
  To: rafael, lenb, robert.moore, catalin.marinas, will,
	lorenzo.pieralisi, guohanjun, sudeep.holla
  Cc: linux-tegra, treding, jonathanh, linux-acpi, devel, linux-kernel,
	linux-arm-kernel, Besar Wicaksono

This patchset adds support for ARM CoreSight PMU device.
Specifications for ARM Performance Monitoring Unit table (APMT) and
ARM CoreSight PMU:
 * APMT: https://developer.arm.com/documentation/den0117/latest
 * ARM Coresight PMU:
        https://developer.arm.com/documentation/ihi0091/latest

The patchset applies on top of
  git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

Besar Wicaksono (2):
  ACPICA: Add support for ARM Performance Monitoring Unit Table.
  ACPI: ARM Performance Monitoring Unit Table (APMT) initial support

 arch/arm64/Kconfig          |   1 +
 drivers/acpi/arm64/Kconfig  |   3 +
 drivers/acpi/arm64/Makefile |   1 +
 drivers/acpi/arm64/apmt.c   | 176 ++++++++++++++++++++++++++++++++++++
 drivers/acpi/bus.c          |   2 +
 include/acpi/actbl2.h       |  81 +++++++++++++++++
 include/linux/acpi_apmt.h   |  19 ++++
 7 files changed, 283 insertions(+)
 create mode 100644 drivers/acpi/arm64/apmt.c
 create mode 100644 include/linux/acpi_apmt.h

-- 
2.17.1


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

end of thread, other threads:[~2022-05-07 15:05 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19 20:54 [PATCH 0/2] ACPI: ARM CoreSight Performance Monitoring Unit Besar Wicaksono
2022-04-19 20:54 ` [Devel] " Besar Wicaksono
2022-04-19 20:54 ` Besar Wicaksono
2022-04-19 20:54 ` [PATCH 1/2] ACPICA: Add support for ARM Performance Monitoring Unit Table Besar Wicaksono
2022-04-19 20:54   ` [Devel] " Besar Wicaksono
2022-04-19 20:54   ` Besar Wicaksono
2022-04-20 15:31   ` Rafael J. Wysocki
2022-04-20 15:31     ` [Devel] " Rafael J. Wysocki
2022-04-20 15:31     ` Rafael J. Wysocki
2022-04-19 20:54 ` [PATCH 2/2] ACPI: ARM Performance Monitoring Unit Table (APMT) initial support Besar Wicaksono
2022-04-19 20:54   ` [Devel] " Besar Wicaksono
2022-04-19 20:54   ` Besar Wicaksono
2022-05-04 18:26   ` Sudeep Holla
2022-05-04 18:26     ` [Devel] " Sudeep Holla
2022-05-04 18:26     ` Sudeep Holla
2022-05-04 22:08     ` Besar Wicaksono
2022-05-04 22:08       ` Besar Wicaksono
2022-05-05 11:42       ` Sudeep Holla
2022-05-05 11:42         ` [Devel] " Sudeep Holla
2022-05-05 11:42         ` Sudeep Holla
2022-05-07 15:03   ` Hanjun Guo
2022-05-07 15:03     ` [Devel] " Hanjun Guo
2022-05-07 15:03     ` Hanjun Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.