Re: [PATCH 3/7] ocxl: Split pci.c

2019-03-14 Thread Frederic Barrat
Le 13/03/2019 à 05:15, Alastair D'Silva a écrit : From: Alastair D'Silva 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 --- Acked-by: Frederic Barrat drivers/misc/ocxl/Makefile

[PATCH 3/7] ocxl: Split pci.c

2019-03-12 Thread Alastair D'Silva
From: Alastair D'Silva 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 --- drivers/misc/ocxl/Makefile| 1 + drivers/misc/ocxl/core.c | 517 ++ driv