[Linux-nvdimm] [PATCH|RFC] Hook the gen_nvdimm driver up to acpi and the I/O path
by Jeff Moyer
This patch series wires up the gen_nvdimm module to acpi, and adds
in support for use as a generic block device and for use with ext2's
xip. This is not meant to be a final solution. There are no cache
flushes for writes to the device. I'm also not happy with walking
a list of extents to find where a block lives. Also noteworthy is
that this code will not handle multiple FITs. Having said all that,
the code does function.
Comments are welcome.
Cheers,
Jeff
[PATCH|RFC 1/6] nvdimm_acpi: fix signature verification
[PATCH|RFC 2/6] gen_nvdimm: make pmem_dev creation a debug module option
[PATCH|RFC 3/6] gen_nvdimm: plumb the module into the ACPI stack
[PATCH|RFC 4/6] gen_nvdimm: hook up volume creation
[PATCH|RFC 5/6] gen_nvdimm: hook up the I/O path
[PATCH|RFC 6/6] nvdimm: add xip support
6 years, 11 months