Re: [RFC PATCH 12/14] cxl: Add basic debugging

2020-12-16 Thread Ben Widawsky
On 20-12-08 19:06:46, Dan Williams wrote: > On Tue, Dec 8, 2020 at 6:04 PM Ben Widawsky wrote: > > > > On 20-12-08 17:17:36, Dan Williams wrote: > > > On Tue, Dec 8, 2020 at 4:24 PM Ben Widawsky > > > wrote: > > > > > > > > Provide a standard debug function for use throughout the driver. > > > >

Re: [RFC PATCH 12/14] cxl: Add basic debugging

2020-12-08 Thread Dan Williams
On Tue, Dec 8, 2020 at 6:04 PM Ben Widawsky wrote: > > On 20-12-08 17:17:36, Dan Williams wrote: > > On Tue, Dec 8, 2020 at 4:24 PM Ben Widawsky wrote: > > > > > > Provide a standard debug function for use throughout the driver. > > > > > > Signed-off-by: Ben Widawsky > > > --- > > > drivers/cx

Re: [RFC PATCH 12/14] cxl: Add basic debugging

2020-12-08 Thread Ben Widawsky
On 20-12-08 17:17:36, Dan Williams wrote: > On Tue, Dec 8, 2020 at 4:24 PM Ben Widawsky wrote: > > > > Provide a standard debug function for use throughout the driver. > > > > Signed-off-by: Ben Widawsky > > --- > > drivers/cxl/cxl.h | 3 +++ > > drivers/cxl/mem.c | 26 +

Re: [RFC PATCH 12/14] cxl: Add basic debugging

2020-12-08 Thread Dan Williams
On Tue, Dec 8, 2020 at 4:24 PM Ben Widawsky wrote: > > Provide a standard debug function for use throughout the driver. > > Signed-off-by: Ben Widawsky > --- > drivers/cxl/cxl.h | 3 +++ > drivers/cxl/mem.c | 26 +- > 2 files changed, 28 insertions(+), 1 deletion(-) > >

[RFC PATCH 12/14] cxl: Add basic debugging

2020-12-08 Thread Ben Widawsky
Provide a standard debug function for use throughout the driver. Signed-off-by: Ben Widawsky --- drivers/cxl/cxl.h | 3 +++ drivers/cxl/mem.c | 26 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/drivers/cxl/cxl.h b/drivers/cxl/cxl.h index 77c2dee6843c.