Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-05 Thread Benjamin Herrenschmidt
On Thu, 2018-04-05 at 19:25 -0700, Dan Williams wrote: > > > Please also include my niggly nit picky trivial annoying bike shed > > > color for the driver name to *not* use the "nd_region" suffix for a > > > driver registering "nvdimm_bus" objects. "of_pmem_range" or > > > "of_pmem_bus" or almost a

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-05 Thread Dan Williams
On Thu, Apr 5, 2018 at 7:14 PM, Oliver wrote: > > On Fri, Apr 6, 2018 at 12:43 AM, Dan Williams > wrote: > > On Thu, Apr 5, 2018 at 5:43 AM, Oliver wrote: > >> On Thu, Apr 5, 2018 at 10:11 PM, Michael Ellerman > >> wrote: > >>> Oliver writes: > >>> ... > > For context Balbir is wor

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-05 Thread Oliver
On Fri, Apr 6, 2018 at 12:43 AM, Dan Williams wrote: > On Thu, Apr 5, 2018 at 5:43 AM, Oliver wrote: >> On Thu, Apr 5, 2018 at 10:11 PM, Michael Ellerman >> wrote: >>> Oliver writes: >>> ... For context Balbir is working with me on some of the pmem stuff. You probably want an Ac

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-05 Thread Dan Williams
On Thu, Apr 5, 2018 at 5:43 AM, Oliver wrote: > On Thu, Apr 5, 2018 at 10:11 PM, Michael Ellerman wrote: >> Oliver writes: >> ... >>> >>> For context Balbir is working with me on some of the pmem stuff. You >>> probably want an Ack from Rob rather than one of us. >> >> I'll ack it if you make al

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-05 Thread Oliver
On Thu, Apr 5, 2018 at 10:11 PM, Michael Ellerman wrote: > Oliver writes: > ... >> >> For context Balbir is working with me on some of the pmem stuff. You >> probably want an Ack from Rob rather than one of us. > > I'll ack it if you make all the niggly nit picky trivial annoying > changes I aske

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-05 Thread Michael Ellerman
Oliver writes: ... > > For context Balbir is working with me on some of the pmem stuff. You > probably want an Ack from Rob rather than one of us. I'll ack it if you make all the niggly nit picky trivial annoying changes I asked for :D cheers

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-05 Thread Oliver
On Thu, Apr 5, 2018 at 12:21 AM, Dan Williams wrote: > On Wed, Apr 4, 2018 at 7:04 AM, Oliver wrote: >> On Wed, Apr 4, 2018 at 10:07 PM, Balbir Singh wrote: >>> On Tue, 3 Apr 2018 10:37:51 -0700 >>> Dan Williams wrote: >>> On Tue, Apr 3, 2018 at 7:24 AM, Oliver O'Halloran wrote: > Ad

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-04 Thread Balbir Singh
On Wed, 4 Apr 2018 07:21:32 -0700 Dan Williams wrote: > On Wed, Apr 4, 2018 at 7:04 AM, Oliver wrote: > > On Wed, Apr 4, 2018 at 10:07 PM, Balbir Singh > > wrote: > >> On Tue, 3 Apr 2018 10:37:51 -0700 > >> Dan Williams wrote: > >> > >>> On Tue, Apr 3, 2018 at 7:24 AM, Oliver O'Halloran

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-04 Thread Dan Williams
On Wed, Apr 4, 2018 at 7:04 AM, Oliver wrote: > On Wed, Apr 4, 2018 at 10:07 PM, Balbir Singh wrote: >> On Tue, 3 Apr 2018 10:37:51 -0700 >> Dan Williams wrote: >> >>> On Tue, Apr 3, 2018 at 7:24 AM, Oliver O'Halloran wrote: >>> > Add device-tree binding documentation for the nvdimm region driv

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-04 Thread Oliver
On Wed, Apr 4, 2018 at 10:07 PM, Balbir Singh wrote: > On Tue, 3 Apr 2018 10:37:51 -0700 > Dan Williams wrote: > >> On Tue, Apr 3, 2018 at 7:24 AM, Oliver O'Halloran wrote: >> > Add device-tree binding documentation for the nvdimm region driver. >> > >> > Cc: devicet...@vger.kernel.org >> > Sign

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-04 Thread Balbir Singh
On Tue, 3 Apr 2018 10:37:51 -0700 Dan Williams wrote: > On Tue, Apr 3, 2018 at 7:24 AM, Oliver O'Halloran wrote: > > Add device-tree binding documentation for the nvdimm region driver. > > > > Cc: devicet...@vger.kernel.org > > Signed-off-by: Oliver O'Halloran > > --- > > v2: Changed name from

Re: [RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-03 Thread Dan Williams
On Tue, Apr 3, 2018 at 7:24 AM, Oliver O'Halloran wrote: > Add device-tree binding documentation for the nvdimm region driver. > > Cc: devicet...@vger.kernel.org > Signed-off-by: Oliver O'Halloran > --- > v2: Changed name from nvdimm-region to pmem-region. > Cleaned up the example binding and

[RESEND v2 3/4] doc/devicetree: Persistent memory region bindings

2018-04-03 Thread Oliver O'Halloran
Add device-tree binding documentation for the nvdimm region driver. Cc: devicet...@vger.kernel.org Signed-off-by: Oliver O'Halloran --- v2: Changed name from nvdimm-region to pmem-region. Cleaned up the example binding and fixed the overlapping regions. Added support for multiple regions