Home
last modified time | relevance | path

Searched hist:a39c7cd0438ee2f0b859ee1eb86cdc52217d2223 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/idxd/
H A Dinit.cdiff a39c7cd0438ee2f0b859ee1eb86cdc52217d2223 Fri Apr 16 01:37:21 CEST 2021 Dave Jiang <dave.jiang@intel.com> dmaengine: idxd: removal of pcim managed mmio mapping

The devm managed lifetime is incompatible with 'struct device' objects that
resides in idxd context. This is one of the series that clean up the idxd
driver 'struct device' lifetime. Remove pcim_* management of the PCI device
and the ioremap of MMIO BAR and replace with unmanaged versions. This is
for consistency of removing all the pcim/devm based calls.

Reported-by: Jason Gunthorpe <jgg@nvidia.com>
Fixes: bfe1d56091c1 ("dmaengine: idxd: Init and probe for Intel data accelerators")
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Link: https://lore.kernel.org/r/161852984150.2203940.8043988289748519056.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>