summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2015-02-28 00:11:33 +0000
committerWill Deacon <will.deacon@arm.com>2015-03-17 18:34:01 +0000
commit65bab45113a2c5e9f13bc8cc3f6fea92f467d417 (patch)
tree975576383707d9f0a7db6fb05554a168db862584 /tools/perf/scripts/python
parent06e5801b8cb3fc057d88cb4dc03c0b64b2744cda (diff)
downloadkernel-65bab45113a2c5e9f13bc8cc3f6fea92f467d417.tar.gz
ARM: perf: Preparatory work for Scorpion PMU support
Do some things to make the Krait PMU support code generic enough to be used by the Scorpion PMU support code. * Rename the venum register functions to be venum instead of krait specific because the same registers exist on Scorpion * Add some macros to decode our Krait specific event encoding that's the same on Scorpion (modulo an extra region). * Drop 'krait' from krait_clear_pmresrn_group() so it can be used by Scorpion code Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
nd/soc/amd/acp/amd.h?h=linux-6.12.y&id=7a83903022dc3bd5214f6bdde8132c66015ab538'>ASoC: amd: acp: store platform device reference created in pci probe callSyed Saba Kareem 2023-07-09ASoC: amd: acp: remove the redundant acp enable/disable interrupts functionsSyed Saba Kareem 2023-07-09ASoC: amd: acp: add acp i2s master clock generation for rembrandt platformSyed Saba Kareem 2023-07-09ASoC: amd: acp: refactor the acp init and de-init sequenceSyed Saba Kareem 2023-06-26ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count()Vijendar Mukunda 2022-08-28ASoC: amd: acp: Modify dai_id macros to be more genericVenkata Prasad Potturu 2022-08-15ASoC: amd: acp: Add TDM support for acp i2s streamVenkata Prasad Potturu 2022-08-15ASoC: amd: acp: Initialize list to store acp_stream during pcm_openAjit Kumar Pandey 2022-07-08ASoC: amd: acp: Add legacy audio driver support for Rembrandt platformV sujith kumar Reddy 2022-07-08ASoC: amd: acp: ACP code generic to support newer platformsV sujith kumar Reddy 2022-01-28ASoC: amd: acp: Add generic PCI driver module for ACP deviceAjit Kumar Pandey 2022-01-28ASoC: amd: acp: Add generic support for PDM controller on ACPAjit Kumar Pandey 2021-10-25ASoC: amd: acp: Add acp_machine struct for renoir platform.Ajit Kumar Pandey 2021-10-20ASoC: amd: acp: Add callback for machine driver on ACPAjit Kumar Pandey 2021-10-20ASoC: amd: Add common framework to support I2S on ACP SOCAjit Kumar Pandey