aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/ocxl/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-05-03ocxl: Provide global MMIO accessors for external driversAlastair D'Silva1-1/+1
External drivers that communicate via OpenCAPI will need to make MMIO calls to interact with the devices. Signed-off-by: Alastair D'Silva <[email protected]> Reviewed-by: Greg Kurz <[email protected]> Acked-by: Frederic Barrat <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
2019-05-03ocxl: Split pci.cAlastair D'Silva1-0/+1
In preparation for making core code available for external drivers, move the core code out of pci.c and into core.c Signed-off-by: Alastair D'Silva <[email protected]> Acked-by: Frederic Barrat <[email protected]> Acked-by: Andrew Donnellan <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
2018-01-24ocxl: Add Makefile and KconfigFrederic Barrat1-0/+11
OCXL_BASE triggers the platform support needed by the driver. Signed-off-by: Frederic Barrat <[email protected]> Signed-off-by: Andrew Donnellan <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>