Re: [PATCH 2/8] cxl/mem: Introduce 'struct cxl_regs'

2021-03-29 Thread Williams, Dan J
On Thu, 2021-03-25 at 08:15 +, Christoph Hellwig wrote: > On Wed, Mar 24, 2021 at 02:30:35PM -0700, Dan Williams wrote: > > In preparation for common register mapping facility, introduce a > > generic > > container, 'struct cxl_regs', for CXL device register and later > > component register

Re: [PATCH 2/8] cxl/mem: Introduce 'struct cxl_regs'

2021-03-25 Thread Christoph Hellwig
On Wed, Mar 24, 2021 at 02:30:35PM -0700, Dan Williams wrote: > In preparation for common register mapping facility, introduce a generic > container, 'struct cxl_regs', for CXL device register and later > component register block base pointers. Some CXL device types implement > both. The code

[PATCH 2/8] cxl/mem: Introduce 'struct cxl_regs'

2021-03-24 Thread Dan Williams
In preparation for common register mapping facility, introduce a generic container, 'struct cxl_regs', for CXL device register and later component register block base pointers. Some CXL device types implement both. Reviewed-by: Ben Widawsky Signed-off-by: Dan Williams --- drivers/cxl/cxl.h |