aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-17ASoC: max98090: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-8/+3
2025-03-17ASoC: lpass: Convert to RUNTIME_PM_OPS()Takashi Iwai4-16/+16
2025-03-17ASoC: hdac_hdmi: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-12/+3
2025-03-17ASoC: da7213: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-5/+5
2025-03-17ASoC: cx2072x: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-7/+5
2025-03-17ASoC: cs53l30: Convert to RUNTIME_PM_OPS()Takashi Iwai1-5/+2
2025-03-17ASoC: cs4349: Convert to RUNTIME_PM_OPS()Takashi Iwai1-5/+2
2025-03-17ASoC: cs43130: Convert to RUNTIME_PM_OPS()Takashi Iwai1-5/+4
2025-03-17ASoC: cs42xx8: Convert to EXPORT_GPL_DEV_PM_OPS()Takashi Iwai2-8/+4
2025-03-17ASoC: cs42l83: Convert to SYSTEM_SLEEP_PM_OPS()Takashi Iwai1-3/+3
2025-03-17ASoC: cs42l51: Convert to SYSTEM_SLEEP_PM_OPS()Takashi Iwai2-3/+3
2025-03-17ASoC: cs42l42: Convert to RUNTIME_PM_OPS() & coTakashi Iwai2-11/+11
2025-03-17ASoC: cs4234: Convert to RUNTIME_PM_OPS()Takashi Iwai1-4/+4
2025-03-17ASoC: cs35l34: Convert to RUNTIME_PM_OPS()Takashi Iwai1-6/+4
2025-03-17ASoC: cs35l33: Convert to RUNTIME_PM_OPS()Takashi Iwai1-6/+4
2025-03-17ASoC: cs35l32: Convert to RUNTIME_PM_OPS()Takashi Iwai1-5/+2
2025-03-17ASoC: ak5558: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-6/+5
2025-03-17ASoC: ak4458: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-8/+5
2025-03-17ASoC: ak4375: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-6/+5
2025-03-17ASoC: au1x: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Takashi Iwai3-42/+9
2025-03-13ASoC: sun4i-codec: add h616 card long_nameRyan Walklin1-0/+1
2025-03-13ASoC: sun4i-codec: support hp-det-gpios propertyRyan Walklin1-0/+53
2025-03-13ASoC: sun4i-codec: correct dapm widgets and controls for h616Ryan Walklin1-1/+2
2025-03-13ASoC: dt-bindings: sun4i-a10-codec: add hp-det-gpiosChris Morgan1-0/+6
2025-03-13ASoC: tas2770: Fix and redo I/V sense TDM slot setting logicMartin Povišer1-10/+11
2025-03-13ASoC: tas2770: Factor out set_ivsense_slotsMartin Povišer1-13/+27
2025-03-13ASoC: tas2764: Add control concerning overcurrent eventsMartin Povišer2-0/+13
2025-03-13ASoC: tas2764: Extend driver to SN012776Martin Povišer2-3/+43
2025-03-13ASoC: dt-bindings: tas2770: add compatible for TAS5770LJames Calligeros1-0/+1
2025-03-13ASoC: dt-bindings: tas27xx: add compatible for SN012776James Calligeros1-0/+1
2025-03-13ASoC: simple-card-utils: Don't use __free(device_node) at graph_util_parse_dai()Kuninori Morimoto1-2/+5
2025-03-13ASoC: SOF: ipc4-topology: Allocate ref_params on stackAndy Shevchenko1-8/+17
2025-03-12ASoC: cs42l43: convert to SYSTEM_SLEEP_PM_OPSArnd Bergmann1-1/+1
2025-03-12ASoC: samsung: speyside: Free gpiod tableLinus Walleij1-0/+10
2025-03-11ASoC: amd: acp: Fix for enabling DMIC on acp platforms via _DSD entryVenkata Prasad Potturu1-1/+9
2025-03-11ASoC: amd: acp: Refactor renoir platform resource structureVenkata Prasad Potturu3-10/+10
2025-03-11ASoC: amd: acp: Refactor rembrant platform resource structureVenkata Prasad Potturu3-12/+12
2025-03-11ASoC: amd: acp: Refactor acp63 platform resource structureVenkata Prasad Potturu3-12/+12
2025-03-11ASoC: amd: acp: Refactor acp70 platform resource structureVenkata Prasad Potturu3-11/+11
2025-03-11ASoC: amd: acp: Remove white lineVenkata Prasad Potturu1-1/+0
2025-03-11ASoC: amd: acp: Move spin_lock and list initialization to acp-pci driverVenkata Prasad Potturu2-3/+3
2025-03-11ASoC: amd: acp: Remove redundant acp_dev_data structureVenkata Prasad Potturu9-420/+276
2025-03-11ASoC: amd: acp: Add new interrupt handle callbacks in acp_common_hw_opsVenkata Prasad Potturu11-91/+184
2025-03-11ASoC: amd: acp: Refactor acp machine selectVenkata Prasad Potturu8-124/+114
2025-03-11ASoC: amd: acp: Refactor acp platform device creationVenkata Prasad Potturu2-61/+62
2025-03-11ASoC: amd: acp: Refactor dmic-codec platform device creationVenkata Prasad Potturu2-15/+35
2025-03-11ASoC: amd: acp: Implement acp_common_hw_ops support for acp platformsVenkata Prasad Potturu3-4/+95
2025-03-11ASoC: amd: acp: Remove redundant acp70 chip->nameVenkata Prasad Potturu1-2/+0
2025-03-11ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe()Christophe JAILLET1-2/+11
2025-03-11ASoC: Intel: soc-acpi-intel-ptl-match: Add cs42l43 supportNaveen Manohar1-0/+50