Re: [PATCH v4 2/3] cxl/core/region: move dax region device logic into region_dax.c

From: Jonathan Cameron

Date: Mon Mar 23 2026 - 11:43:09 EST


On Sun, 22 Mar 2026 09:16:37 -0400
Gregory Price <gourry@xxxxxxxxxx> wrote:

> core/region.c is overloaded with per-region control logic (pmem, dax,
> sysram, etc). Move the CXL DAX region device infrastructure from
> region.c into a new region_dax.c file.
>
> This will also allow us to add additional dax-driver integration paths
> that don't further dirty the core region.c logic.
>
> No functional changes.
>
> Signed-off-by: Gregory Price <gourry@xxxxxxxxxx>
Reviewed-by: Jonathan Cameron <jonathan.cameron@xxxxxxxxxx>