]> git.itanic.dy.fi Git - linux-stable/commit
dax/hmem: Move hmem device registration to dax_hmem.ko
authorDan Williams <dan.j.williams@intel.com>
Fri, 10 Feb 2023 09:07:07 +0000 (01:07 -0800)
committerDan Williams <dan.j.williams@intel.com>
Sat, 11 Feb 2023 01:33:34 +0000 (17:33 -0800)
commit7dab174e2e27eeaf10273e597ffbef4f8ea032bb
tree5f592cccf1aeba006b7a3a7af94f90091cc555ba
parentfe098574a93b4e2acb046b583e9857337d807f38
dax/hmem: Move hmem device registration to dax_hmem.ko

In preparation for the CXL region driver to take over the responsibility
of registering device-dax instances for CXL regions, move the
registration of "hmem" devices to dax_hmem.ko.

Previously the builtin component of this enabling
(drivers/dax/hmem/device.o) would register platform devices for each
address range and trigger the dax_hmem.ko module to load and attach
device-dax instances to those devices. Now, the ranges are collected
from the HMAT and EFI memory map walking, but the device creation is
deferred. A new "hmem_platform" device is created which triggers
dax_hmem.ko to load and register the platform devices.

Tested-by: Fan Ni <fan.ni@samsung.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/167602002771.1924368.5653558226424530127.stgit@dwillia2-xfh.jf.intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/acpi/numa/hmat.c
drivers/dax/Kconfig
drivers/dax/hmem/device.c
drivers/dax/hmem/hmem.c
include/linux/dax.h