Re: [PATCH v2 1/8] cxl/mem: Move some definitions to mem.h

2021-04-14 Thread Jonathan Cameron
On Tue, 13 Apr 2021 17:42:37 -0700 Dan Williams wrote: > On Tue, Apr 13, 2021 at 5:18 PM Dan Williams wrote: > > > > On Tue, Apr 6, 2021 at 10:47 AM Jonathan Cameron > > wrote: > > > > > > On Thu, 1 Apr 2021 07:30:47 -0700 > > > Dan Williams wrote: > > > > > > > In preparation for sharing

Re: [PATCH v2 1/8] cxl/mem: Move some definitions to mem.h

2021-04-13 Thread Dan Williams
On Tue, Apr 13, 2021 at 5:18 PM Dan Williams wrote: > > On Tue, Apr 6, 2021 at 10:47 AM Jonathan Cameron > wrote: > > > > On Thu, 1 Apr 2021 07:30:47 -0700 > > Dan Williams wrote: > > > > > In preparation for sharing cxl.h with other generic CXL consumers, > > > move / consolidate some of the

Re: [PATCH v2 1/8] cxl/mem: Move some definitions to mem.h

2021-04-13 Thread Dan Williams
On Tue, Apr 6, 2021 at 10:47 AM Jonathan Cameron wrote: > > On Thu, 1 Apr 2021 07:30:47 -0700 > Dan Williams wrote: > > > In preparation for sharing cxl.h with other generic CXL consumers, > > move / consolidate some of the memory device specifics to mem.h. > > > > Reviewed-by: Ben Widawsky > >

Re: [PATCH v2 1/8] cxl/mem: Move some definitions to mem.h

2021-04-06 Thread Jonathan Cameron
On Thu, 1 Apr 2021 07:30:47 -0700 Dan Williams wrote: > In preparation for sharing cxl.h with other generic CXL consumers, > move / consolidate some of the memory device specifics to mem.h. > > Reviewed-by: Ben Widawsky > Signed-off-by: Dan Williams Hi Dan, Would be good to see something in

[PATCH v2 1/8] cxl/mem: Move some definitions to mem.h

2021-04-01 Thread Dan Williams
In preparation for sharing cxl.h with other generic CXL consumers, move / consolidate some of the memory device specifics to mem.h. Reviewed-by: Ben Widawsky Signed-off-by: Dan Williams --- drivers/cxl/cxl.h | 57 drivers/cxl/mem.c | 25 +---