linux/drivers/cxl
Ben Widawsky 7dc7a64de2 cxl/pci: Make more use of cxl_register_map
The structure exists to pass around information about register mapping.
Use it for passing @barno and @block_offset, and eliminate duplicate
local variables.

The helpers that use @map do not care about @cxlm, so just pass them a
pdev instead.

[djbw: reorder before cxl_pci_setup_regs() refactor to improver readability]

Signed-off-by: Ben Widawsky <ben.widawsky@intel.com>
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
[djbw: separate @base conversion]
Link: https://lore.kernel.org/r/163416901172.806743.10056306321247850914.stgit@dwillia2-desk3.amr.corp.intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2021-10-29 11:53:51 -07:00
..
core cxl/core: Split decoder setup into alloc + add 2021-09-21 14:09:34 -07:00
acpi.c cxl/acpi: Do not fail cxl_acpi_probe() based on a missing CHBS 2021-10-08 01:05:31 -07:00
cxl.h cxl/core: Split decoder setup into alloc + add 2021-09-21 14:09:34 -07:00
cxlmem.h cxl/mbox: Move command definitions to common location 2021-09-21 14:09:34 -07:00
Kconfig cxl/pmem: Add initial infrastructure for pmem support 2021-06-15 16:47:14 -07:00
Makefile cxl: Move cxl_core to new directory 2021-08-06 08:22:53 -07:00
pci.c cxl/pci: Make more use of cxl_register_map 2021-10-29 11:53:51 -07:00
pci.h cxl/pci: Convert register block identifiers to an enum 2021-10-29 11:53:51 -07:00
pmem.c tools/testing/cxl: Introduce a mock memory device + driver 2021-09-21 14:09:34 -07:00