Re: [PATCH 10/13] ocxl: Add Makefile and Kconfig

2018-01-10 Thread Frederic Barrat
Le 10/01/2018 à 00:21, Michael Ellerman a écrit : Would also be great to add something describing the relationship to CAPI and cxl. Otherwise people will be confused about whether they need this one or the other one or both. OK, I'll add something. Fred

Re: [PATCH 10/13] ocxl: Add Makefile and Kconfig

2018-01-09 Thread Michael Ellerman
On 10 January 2018 2:45:56 am AEDT, Frederic Barrat wrote: > > >Le 03/01/2018 à 06:48, Andrew Donnellan a écrit : >> On 19/12/17 02:21, Frederic Barrat wrote: >>> OCXL_BASE triggers the platform support needed by the driver. >>> >>> Signed-off-by: Frederic Barrat >>> --- >>>   drivers/misc/Kco

Re: [PATCH 10/13] ocxl: Add Makefile and Kconfig

2018-01-09 Thread Frederic Barrat
Le 03/01/2018 à 06:48, Andrew Donnellan a écrit : On 19/12/17 02:21, Frederic Barrat wrote: OCXL_BASE triggers the platform support needed by the driver. Signed-off-by: Frederic Barrat ---   drivers/misc/Kconfig   |  1 +   drivers/misc/Makefile  |  1 +   drivers/misc/ocxl/Kconfig  |

Re: [PATCH 10/13] ocxl: Add Makefile and Kconfig

2018-01-02 Thread Andrew Donnellan
On 19/12/17 02:21, Frederic Barrat wrote: OCXL_BASE triggers the platform support needed by the driver. Signed-off-by: Frederic Barrat --- drivers/misc/Kconfig | 1 + drivers/misc/Makefile | 1 + drivers/misc/ocxl/Kconfig | 25 + drivers/misc/ocxl/Make

[PATCH 10/13] ocxl: Add Makefile and Kconfig

2017-12-18 Thread Frederic Barrat
OCXL_BASE triggers the platform support needed by the driver. Signed-off-by: Frederic Barrat --- drivers/misc/Kconfig | 1 + drivers/misc/Makefile | 1 + drivers/misc/ocxl/Kconfig | 25 + drivers/misc/ocxl/Makefile | 10 ++ 4 files changed, 37 insert