summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2017-03-10 11:34:27 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-12 14:48:20 +0100
commitf406d0338ea1bcd6005b1d41c656164f11aaaf29 (patch)
treeeb66189b44582d1f5fe0e7535b857808e8480bd0 /tools/perf/scripts/python/export-to-postgresql.py
parent5ac0a3447a3192f4664b9af4c28b24c634f0be21 (diff)
downloadkernel-f406d0338ea1bcd6005b1d41c656164f11aaaf29.tar.gz
atomisp: eliminate intel_mid_pm.h
We can do this because the only thing it is used for is identifying the platform for power management purposes. The driver only supports Baytrail and Cherrytrail and both of those always need the IPU to be power managed directly not via PCI D3 states. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
f40f205c1613f17'>IMA: allow/fix UML buildsRandy Dunlap 2023-03-30keys: Do not cache key in task struct if key is requested from kernel threadDavid Howells 2023-03-10ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu 2023-03-10ima: fix error handling logic when file measurement failedMatt Bobrowski 2023-02-25randstruct: disable Clang 15 supportEric Biggers 2023-02-09use less confusing names for iov_iter direction initializersAl Viro 2023-02-01tomoyo: fix broken dependency on *.conf.defaultMasahiro Yamada