From: Mark Brown Date: Mon, 5 May 2025 23:42:25 +0000 (+0900) Subject: AsoC: Phase out hybrid PCI devres X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=02ca7898185fcbfc5890f0a8e42664bcd95d94a1;p=users%2Fdwmw2%2Flinux.git AsoC: Phase out hybrid PCI devres Merge series from Philipp Stanner : 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 --- 02ca7898185fcbfc5890f0a8e42664bcd95d94a1