summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-07-15 09:58:28 +0200
committerTakashi Iwai <tiwai@suse.de>2021-07-19 16:16:37 +0200
commit86bde74dbf0944444aea43eb9e647f1ce16c7ade (patch)
tree730fd608611ae9e3e8309753f5b678211a8a9637 /tools/perf/scripts/python/exported-sql-viewer.py
parent7835e0901e245aa8b83d7e2964f17088cb2e1f1e (diff)
downloadkernel-86bde74dbf0944444aea43eb9e647f1ce16c7ade.tar.gz
ALSA: atiixp: Allocate resources with device-managed APIs
Like the previous patch, this patch converts the resource allocations with device-managed API calls, so that we can reduce resource-free calls. The atiixp drivers are simpler than intel8x0, and even the irq can be allocated with devres. The end result is a good amount of code reduction. Link: https://lore.kernel.org/r/20210715075941.23332-7-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
'>drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman 2012-12-03can: remove __dev* attributesBill Pemberton 2012-10-24can: sja1000: fix/add miniPCIe/cPCI PC/104Plus PCI/104e PEAK-System boardsStephane Grosjean 2012-10-04can: peak_pci: fix error return codePeter Senna Tschudin 2012-04-16net/can: use module_pci_driverAxel Lin 2012-03-03can: peak_pci: add support of some new PEAK-System PCI cardsStephane Grosjean 2012-02-03can: peak_pci: Fix the way channels are linked togetherStephane Grosjean 2011-11-21net, sja1000: Don't include version.h in peak_pci.c when not neededJesper Juhl 2011-09-21can/sja1000: driver for PEAK PCAN PCI/PCIe cardsWolfgang Grandegger