Re: [Linux-nvdimm] [PATCH v2 07/20] libnd, nd_dimm: dimm driver and base libnd device-driver infrastructure

2015-05-20 Thread Dan Williams
linux-nvd...@lists.01.org > > Cc: Neil Brown; Greg KH; linux-kernel@vger.kernel.org > > Subject: [Linux-nvdimm] [PATCH v2 07/20] libnd, nd_dimm: dimm driver and > > base libnd device-driver infrastructure > > > ... > > diff --git a/drivers/block/nd/dimm.c b

RE: [Linux-nvdimm] [PATCH v2 07/20] libnd, nd_dimm: dimm driver and base libnd device-driver infrastructure

2015-05-20 Thread Elliott, Robert (Server Storage)
dimm] [PATCH v2 07/20] libnd, nd_dimm: dimm driver and > base libnd device-driver infrastructure > ... > diff --git a/drivers/block/nd/dimm.c b/drivers/block/nd/dimm.c > new file mode 100644 > index ..a4c8e3ffe97c > --- /dev/null > +++ b/drivers/block/nd/dimm.c > @

Re: [Linux-nvdimm] [PATCH v2 07/20] libnd, nd_dimm: dimm driver and base libnd device-driver infrastructure

2015-05-20 Thread Dan Williams
Brown; Greg KH; linux-kernel@vger.kernel.org Subject: [Linux-nvdimm] [PATCH v2 07/20] libnd, nd_dimm: dimm driver and base libnd device-driver infrastructure ... diff --git a/drivers/block/nd/dimm.c b/drivers/block/nd/dimm.c new file mode 100644 index ..a4c8e3ffe97c --- /dev

RE: [Linux-nvdimm] [PATCH v2 07/20] libnd, nd_dimm: dimm driver and base libnd device-driver infrastructure

2015-05-20 Thread Elliott, Robert (Server Storage)
, nd_dimm: dimm driver and base libnd device-driver infrastructure ... diff --git a/drivers/block/nd/dimm.c b/drivers/block/nd/dimm.c new file mode 100644 index ..a4c8e3ffe97c --- /dev/null +++ b/drivers/block/nd/dimm.c @@ -0,0 +1,93 @@ +/* + * Copyright(c) 2013-2015 Intel

[PATCH v2 07/20] libnd, nd_dimm: dimm driver and base libnd device-driver infrastructure

2015-04-28 Thread Dan Williams
* Implement the device-model infrastructure for loading modules and attaching drivers to nd devices. This is a simple association of a nd-device-type number with a driver that has a bitmask of supported device types. To facilitate userspace bind/unbind operations 'modalias' and

[PATCH v2 07/20] libnd, nd_dimm: dimm driver and base libnd device-driver infrastructure

2015-04-28 Thread Dan Williams
* Implement the device-model infrastructure for loading modules and attaching drivers to nd devices. This is a simple association of a nd-device-type number with a driver that has a bitmask of supported device types. To facilitate userspace bind/unbind operations 'modalias' and