Re: [PATCH] nvdimm/of_pmem: Provide a unique name for bus provider

2019-08-07 Thread Dan Williams
On Tue, Aug 6, 2019 at 11:00 PM Aneesh Kumar K.V wrote: > > On 8/7/19 10:22 AM, Dan Williams wrote: > > On Tue, Aug 6, 2019 at 9:17 PM Aneesh Kumar K.V > > wrote: > >> > >> On 8/7/19 9:43 AM, Dan Williams wrote: > >>> On Tue, Aug 6, 2019 at 9:00 PM Aneesh Kumar K.V > >>> wrote: > > ndc

Re: [PATCH] nvdimm/of_pmem: Provide a unique name for bus provider

2019-08-06 Thread Aneesh Kumar K.V
On 8/7/19 10:22 AM, Dan Williams wrote: On Tue, Aug 6, 2019 at 9:17 PM Aneesh Kumar K.V wrote: On 8/7/19 9:43 AM, Dan Williams wrote: On Tue, Aug 6, 2019 at 9:00 PM Aneesh Kumar K.V wrote: ndctl utility requires the ndbus to have unique names. If not while enumerating the bus in userspace

Re: [PATCH] nvdimm/of_pmem: Provide a unique name for bus provider

2019-08-06 Thread Vaibhav Jain
"Aneesh Kumar K.V" writes: > ndctl utility requires the ndbus to have unique names. If not while > enumerating the bus in userspace it drops bus with similar names. > This results in us not listing devices beneath the bus. > > Signed-off-by: Aneesh Kumar K.V > --- > drivers/nvdimm/of_pmem.c | 2

Re: [PATCH] nvdimm/of_pmem: Provide a unique name for bus provider

2019-08-06 Thread Dan Williams
On Tue, Aug 6, 2019 at 9:17 PM Aneesh Kumar K.V wrote: > > On 8/7/19 9:43 AM, Dan Williams wrote: > > On Tue, Aug 6, 2019 at 9:00 PM Aneesh Kumar K.V > > wrote: > >> > >> ndctl utility requires the ndbus to have unique names. If not while > >> enumerating the bus in userspace it drops bus with si

Re: [PATCH] nvdimm/of_pmem: Provide a unique name for bus provider

2019-08-06 Thread Aneesh Kumar K.V
On 8/7/19 9:43 AM, Dan Williams wrote: On Tue, Aug 6, 2019 at 9:00 PM Aneesh Kumar K.V wrote: ndctl utility requires the ndbus to have unique names. If not while enumerating the bus in userspace it drops bus with similar names. This results in us not listing devices beneath the bus. It does?

Re: [PATCH] nvdimm/of_pmem: Provide a unique name for bus provider

2019-08-06 Thread Dan Williams
On Tue, Aug 6, 2019 at 9:00 PM Aneesh Kumar K.V wrote: > > ndctl utility requires the ndbus to have unique names. If not while > enumerating the bus in userspace it drops bus with similar names. > This results in us not listing devices beneath the bus. It does? > > Signed-off-by: Aneesh Kumar K.

[PATCH] nvdimm/of_pmem: Provide a unique name for bus provider

2019-08-06 Thread Aneesh Kumar K.V
ndctl utility requires the ndbus to have unique names. If not while enumerating the bus in userspace it drops bus with similar names. This results in us not listing devices beneath the bus. Signed-off-by: Aneesh Kumar K.V --- drivers/nvdimm/of_pmem.c | 2 +- 1 file changed, 1 insertion(+), 1 del