linux/drivers/dax
Dan Williams 51cf784c42 device-dax: Start defining a dax bus model
Towards eliminating the dax_class, move the dax-device-attribute
enabling to a new bus.c file in the core. The amount of code
thrash of sub-sequent patches is reduced as no logic changes are made,
just pure code movement.

A temporary export of unregister_dex_dax() and dax_attribute_groups is
needed to preserve compilation, but those symbols become static again in
a follow-on patch.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2019-01-06 21:24:46 -08:00
..
bus.c device-dax: Start defining a dax bus model 2019-01-06 21:24:46 -08:00
bus.h device-dax: Start defining a dax bus model 2019-01-06 21:24:46 -08:00
dax-private.h device-dax: Start defining a dax bus model 2019-01-06 21:24:46 -08:00
device.c device-dax: Start defining a dax bus model 2019-01-06 21:24:46 -08:00
Kconfig dax: introduce CONFIG_DAX_DRIVER 2018-04-03 05:41:19 -07:00
Makefile device-dax: Start defining a dax bus model 2019-01-06 21:24:46 -08:00
pmem.c device-dax: Start defining a dax bus model 2019-01-06 21:24:46 -08:00
super.c device-dax: Start defining a dax bus model 2019-01-06 21:24:46 -08:00