cxl/pci: Remove pci request/release regions
authorBen Widawsky <ben.widawsky@intel.com>
Sat, 9 Oct 2021 16:44:18 +0000 (09:44 -0700)
committerDan Williams <dan.j.williams@intel.com>
Fri, 29 Oct 2021 18:53:51 +0000 (11:53 -0700)
commit84e36a9d1bbd2c41481e7160e0553480781b008b
tree99e995b97978f6f741c6b27df7ccbb1ad4f0e1e0
parentca76a3a8052b71c0334d5c094859cfa340c290a8
cxl/pci: Remove pci request/release regions

Quoting Dan, "... the request + release regions should probably just be
dropped. It's not like any of the register enumeration would collide
with someone else who already has the registers mapped. The collision
only comes when the registers are mapped for their final usage, and that
will have more precision in the request."

Suggested-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Ben Widawsky <ben.widawsky@intel.com>
Link: https://lore.kernel.org/r/163379785872.692348.8981679111988251260.stgit@dwillia2-desk3.amr.corp.intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/pci.c