]> git.baikalelectronics.ru Git - kernel.git/commit
intel_th: Add ACPI glue layer
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Wed, 23 Aug 2017 06:59:55 +0000 (09:59 +0300)
committerAlexander Shishkin <alexander.shishkin@linux.intel.com>
Wed, 28 Mar 2018 15:47:23 +0000 (18:47 +0300)
commit0a96320ae9bc38f54d01f09d1a0911a45d59adf5
tree8a4a2cba6c6aeb166baeffb9bfd844b523487fd4
parent5adc716cdc5fdc8e116a21ff1623e0e0625b12cf
intel_th: Add ACPI glue layer

The Trace Hub devices now can be enumerated as ACPI devices, which
translates into "Host Debugger mode". There are two IDs: one for
PCH Trace Hub, and one for the uncore Trace Hub. These are expected
to stay the same across all platforms.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
drivers/hwtracing/intel_th/Kconfig
drivers/hwtracing/intel_th/Makefile
drivers/hwtracing/intel_th/acpi.c [new file with mode: 0644]