Bjorn Helgaas <helgaas@xxxxxxxxxx> writes: > On Fri, Jun 04, 2021 at 03:09:30PM -0700, Vinicius Costa Gomes wrote: >> Make pci_enable_ptm() accessible from the drivers. >> >> Even if PTM still works on the platform I am using without calling >> this function, it might be possible that it's not always the case. > > Not really relevant to this commit, strictly speaking. > Will remove then. >> Exposing this to the driver enables the driver to use the >> 'ptm_enabled' field of 'pci_dev' to check if PTM is enabled or not. >> >> This reverts commit ac6c26da29c12fa511c877c273ed5c939dc9e96c. > > Ideally I would cite this as ac6c26da29c1 ("PCI: Make pci_enable_ptm() > private") so there's a little more context. > Yeah, that looks better. Will follow the suggestions you made in the next patch as well and send another version, thanks. Cheers, -- Vinicius