1
linux/Documentation/driver-api/driver-model
Philipp Stanner 8839adc33f Documentation: devres: fix error about PCI devres
The documentation states that pcim_enable_device() will make "all PCI
ops" managed. This is totally false, only a small subset of PCI
functions become managed that way. Implicating otherwise has caused at
least one bug so far, namely in commit 8558de401b ("drm/vboxvideo: use
managed pci functions").

Change the function summary so the functions dangerous behavior becomes
obvious.

Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240809095248.14220-2-pstanner@redhat.com
2024-08-16 16:29:53 -06:00
..
binding.rst
bus.rst
design-patterns.rst
device.rst
devres.rst Documentation: devres: fix error about PCI devres 2024-08-16 16:29:53 -06:00
driver.rst
index.rst
overview.rst
platform.rst docs: driver-model: platform: update the definition of platform_driver 2024-07-12 14:46:36 -06:00
porting.rst