2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/sound/soc/stm
Mark Brown 02ca789818
AsoC: Phase out hybrid PCI devres
Merge series from Philipp Stanner <phasta@kernel.org>:

A year ago we spent quite some work trying to get PCI into better shape.
Some pci_ functions can be sometimes managed with devres, which is
obviously bad. We want to provide an obvious API, where pci_ functions
are never, and pcim_ functions are always managed.

Thus, everyone enabling his device with pcim_enable_device() must be
ported to pcim_ functions. Porting all users will later enable us to
significantly simplify parts of the PCI subsystem. See here [1] for
details.

This patch series does that for sound.

Feel free to squash the commits as you see fit.

P.

[1] https://elixir.bootlin.com/linux/v6.14-rc4/source/drivers/pci/devres.c#L18
2025-05-06 08:42:25 +09:00
..
Kconfig ASoC: stm: depend on COMMON_CLK to fix compile tests 2020-11-23 20:39:48 +00:00
Makefile ASoC: stm: Use *-y instead of *-objs in Makefile 2024-05-08 11:39:34 +09:00
stm32_adfsdm.c ASoC: stm32: dfsdm: change rate upper limits 2024-11-14 11:42:42 +00:00
stm32_i2s.c ASoC: stm: Convert to SYSTEM_SLEEP_PM_OPS() 2025-03-17 10:14:58 +00:00
stm32_sai_sub.c ASoC: stm32: sai: add a check on minimal kernel frequency 2025-05-01 08:06:43 +09:00
stm32_sai.c ASoC: stm: stm32_sai: Use dev_err_probe() 2025-04-06 23:25:10 +01:00
stm32_sai.h ASoC: stm32: sai: add stm32mp25 support 2024-11-08 13:32:45 +00:00
stm32_spdifrx.c ASoC: stm: Convert to SYSTEM_SLEEP_PM_OPS() 2025-03-17 10:14:58 +00:00