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

2019-05-03 Thread Michael Ellerman
On Wed, 2019-03-27 at 05:31:30 UTC, "Alastair D'Silva" wrote: > 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 > Acked-by: Andrew Do

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

2019-04-29 Thread Andrew Donnellan
On 27/3/19 4:31 pm, Alastair D'Silva wrote: 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 There doesn't seem to be much left in pci.c, is there? Acked-by: Andrew Don

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

2019-04-17 Thread Frederic Barrat
Le 27/03/2019 à 06:31, 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: Alastai Acked-by: Frederic Barrat drivers/misc/ocxl/Makefile| 1 +

[PATCH v4 1/7] ocxl: Split pci.c

2019-03-26 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 + drive