device-dax: Add a 'resource' attribute
authorVishal Verma <vishal.l.verma@intel.com>
Fri, 21 Jun 2019 00:40:38 +0000 (18:40 -0600)
committerDan Williams <dan.j.williams@intel.com>
Fri, 21 Jun 2019 00:40:00 +0000 (17:40 -0700)
commit40cdc60ac16a42eb4e013f84d0e7aa1d6ee060d3
tree1dc50d892f9b1586639ed1ae53b001cca21350a6
parent9e0babf2c06c73cda2c0cd37a1653d823adb40ec
device-dax: Add a 'resource' attribute

device-dax based devices were missing a 'resource' attribute to indicate
the physical address range contributed by the device in question. This
information is desirable to userspace tooling that may want to use the
dax device as system-ram, and wants to selectively hotplug and online
the memory blocks associated with a given device.

Without this, the tooling would have to parse /proc/iomem for the memory
ranges contributed by dax devices, which can be a workaround, but it is
far easier to provide this information in the sysfs hierarchy.

Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dax/bus.c