Re: [PATCH 5/7] cxl/mem: Move device register setup

2021-04-08 Thread Jonathan Cameron
On Wed, 7 Apr 2021 15:26:23 -0700 Ben Widawsky wrote: > Support expansion of register block types that the driver will attempt > to recognize by pulling the code up into the register block scanning > loop. Subsequent code can easily add in new register block types with > this. > >

[PATCH 5/7] cxl/mem: Move device register setup

2021-04-07 Thread Ben Widawsky
Support expansion of register block types that the driver will attempt to recognize by pulling the code up into the register block scanning loop. Subsequent code can easily add in new register block types with this. Signed-off-by: Ben Widawsky --- drivers/cxl/mem.c | 19 +-- 1