aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-30ASoC: es8316: Increment max value for ALC Capture Target Volume controlCristian Ciocaltea1-2/+7
2023-05-30ASoC: SOF: Intel: HDA: Limit the number of dai drivers for nocodec modeRanjani Sridharan2-2/+8
2023-05-30ASoC: SOF: topology: Use partial match for connecting DAI link and DAI widgetRanjani Sridharan1-1/+1
2023-05-30ASoC: topology: Allow partial matching when finding DAI linkRanjani Sridharan1-3/+3
2023-05-30ASoC: ti: davinci-mcasp: Use pcm_for_each_format() macroMin-Hua Chen1-12/+15
2023-05-30ASoC: amd: vangogh: Add check for acp config flags in vangogh platformVenkata Prasad Potturu2-1/+8
2023-05-30ASoC: SOF: mediatek: add mt8188 audio supportTrevor Wu1-1/+60
2023-05-25ASoC: cs42l42: Add PLL ratio table valuesVitaly Rodionov1-0/+7
2023-05-25ASoC: cs35l45: Relicense to GPL onlyCharles Keepax5-8/+8
2023-05-23ASoC: dt-bindings: rt1016: Convert to dtschemaAnup Sharma2-17/+40
2023-05-23ASoC: mediatek: mt6359: update route for lineout muxTrevor Wu1-9/+35
2023-05-23ASoC: mediatek: mt6359: add mtkaif gpio settingTrevor Wu1-0/+16
2023-05-23ASoC: mediatek: mt6359: fix kselftest error of playback gainTrevor Wu1-6/+82
2023-05-23ASoC: mediatek: mt6359: add supply for MTKAIFTrevor Wu1-0/+4
2023-05-23ASoC: sof: Improve sof_ipc4_bytes_ext_put functionPaul Olaru1-4/+35
2023-05-23ASoC: sof: Improve sof_ipc3_bytes_ext_put functionPaul Olaru2-6/+49
2023-05-23ASoC: da7219: Add Jack insertion detection polarityDavid Rau2-4/+44
2023-05-23ASoC: dt-bindings: da7219: Add jack-ins-det-pty propertyDavid Rau1-0/+7
2023-05-23ASoC: dt-bindings: dialog,da7219: convert to dtschemaDavid Rau2-112/+230
2023-05-23ASoC: SOF: Intel: hda-dai: Fix locking in hda_ipc4_pre_trigger()Harshit Mogalapalli1-3/+3
2023-05-23ASoC: SOF: ipc4-topology: Fix an unsigned comparison which can never be negativeYang Li1-2/+2
2023-05-23ASoC: SOF: Intel: tgl: unify core_put on IPC3 & IPC4 pathRander Wang1-3/+7
2023-05-23ASoC: SOF: Intel: mtl: add core_get & put support on MeterLake platformsRander Wang1-1/+32
2023-05-23ASoC: use pm.h instead of runtime_pm.hClaudiu Beznea3-3/+3
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea32-33/+0
2023-05-23ASoC: nau8825: Add pre-charge actions for inputDavid Lin2-2/+35
2023-05-23ASoC: SOF: amd: Add pci revision id checkVenkata Prasad Potturu3-0/+9
2023-05-22ASoC: rt5682s: Use the devm_clk_get_optional() helperChristophe JAILLET1-8/+3
2023-05-22ASoC: cs53l30: Use the devm_clk_get_optional() helperChristophe JAILLET1-7/+3
2023-05-22ASoC: stm32: sai: Use the devm_clk_get_optional() helperChristophe JAILLET1-6/+3
2023-05-22ASoC: rt5659: Use the devm_clk_get_optional() helperChristophe JAILLET1-7/+3
2023-05-22ASoC: cs42l51: Use the devm_clk_get_optional() helperChristophe JAILLET1-6/+3
2023-05-22ASoC: atmel: sam9g20_wm8731: Remove the unneeded include <linux/i2c.h>Christophe JAILLET1-1/+0
2023-05-22ASoC: adau1761: Use the devm_clk_get_optional() helperChristophe JAILLET1-7/+6
2023-05-22ASoC: topology: Remove redundant logAmadeusz Sławiński1-4/+1
2023-05-22ASoC: topology: Remove redundant logAmadeusz Sławiński1-3/+0
2023-05-22ASoC: topology: Do not split message string on multiple linesAmadeusz Sławiński1-4/+2
2023-05-22ASoC: topology: Remove redundant logsAmadeusz Sławiński1-9/+3
2023-05-22ASoC: topology: Log control load errors in soc_tplg_control_load()Amadeusz Sławiński1-24/+13
2023-05-22ASoC: SOF: ipc4-loader/topology: Query the CPC value from manifestPeter Ujfalusi3-0/+78
2023-05-22ASoC: SOF: ipc4-topology: Do not use the CPC value from topologyPeter Ujfalusi1-7/+5
2023-05-22ASoC: SOF: ipc4-topology: Rename sof_ipc4_update_pipeline_mem_usage() to be g...Peter Ujfalusi1-7/+7
2023-05-22ASoC: SOF: ipc4-loader: Save a pointer to fm_config in sof_ipc4_fw_modulePeter Ujfalusi2-0/+3
2023-05-22ASoC: SOF: ipc4-loader: Drop unused bss_size from struct sof_ipc4_fw_modulePeter Ujfalusi2-7/+1
2023-05-21Linux 6.4-rc3v6.4-rc3Linus Torvalds1-1/+1
2023-05-21KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_saveMingwei Zhang1-1/+5
2023-05-21KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)Sean Christopherson1-16/+0
2023-05-21KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATESean Christopherson1-2/+9
2023-05-20fbdev: stifb: Whitespace cleanupsHelge Deller1-3/+3
2023-05-20fbdev: udlfb: Use usb_control_msg_send()Helge Deller1-11/+3