Hello, > Howdy, > > the great day has finally arrived, I managed to get rid of one of the > big three remaining problems in the PCI devres API (the other two being > MSI having hybrid-devres, too, and the good old pcim_iomap_tablle)! > > It turned out that there aren't even that many users of the hybrid API, > where pcim_enable_device() switches certain functions in pci.c into > managed devres mode, which we want to remove. Applied to devres, thank you! [1/6] PCI: Remove hybrid devres nature from request functions https://git.kernel.org/pci/pci/c/51f6aec99cb0 [2/6] Documentation/driver-api: Update pcim_enable_device() https://git.kernel.org/pci/pci/c/b4fb90fb9301 [3/6] PCI: Remove pcim_request_region_exclusive() https://git.kernel.org/pci/pci/c/8e9987485d9a [4/6] PCI: Remove exclusive requests flags from _pcim_request_region() https://git.kernel.org/pci/pci/c/85826c11e77b [5/6] PCI: Remove redundant set of request functions https://git.kernel.org/pci/pci/c/bcfc67157e41 [6/6] PCI: Remove hybrid-devres usage warnings from kernel-doc https://git.kernel.org/pci/pci/c/90ffe1f093e8 Krzysztof