RE: [PATCH v2 08/27] ocxl: Save the device serial number in ocxl_fn

2020-02-18 Thread Alastair D'Silva
On Mon, 2020-02-03 at 12:53 +, Jonathan Cameron wrote: > On Tue, 3 Dec 2019 14:46:36 +1100 > Alastair D'Silva wrote: > > > From: Alastair D'Silva > > > > This patch retrieves the serial number of the card and makes it > > available > > to consumers of the ocxl driver via the ocxl_fn struct.

Re: [PATCH v2 08/27] ocxl: Save the device serial number in ocxl_fn

2020-02-03 Thread Jonathan Cameron
On Tue, 3 Dec 2019 14:46:36 +1100 Alastair D'Silva wrote: > From: Alastair D'Silva > > This patch retrieves the serial number of the card and makes it available > to consumers of the ocxl driver via the ocxl_fn struct. > > Signed-off-by: Alastair D'Silva > Acked-by: Frederic Barrat > Acked-b

[PATCH v2 08/27] ocxl: Save the device serial number in ocxl_fn

2019-12-02 Thread Alastair D'Silva
From: Alastair D'Silva This patch retrieves the serial number of the card and makes it available to consumers of the ocxl driver via the ocxl_fn struct. Signed-off-by: Alastair D'Silva Acked-by: Frederic Barrat Acked-by: Andrew Donnellan --- drivers/misc/ocxl/config.c | 46 ++