Re: [PATCH v3] ppc/vof: Make nextprop behave more like Open Firmware

2025-05-15 Thread Alexey Kardashevskiy
On Tue, 13 May 2025, at 22:00, BALATON Zoltan wrote: > On Tue, 13 May 2025, Alexey Kardashevskiy wrote: > > On Wed, 30 Apr 2025, at 21:21, BALATON Zoltan wrote: > >> On Wed, 23 Apr 2025, BALATON Zoltan wrote: > >>> The FDT does not normally store name properties but reconstructs it > >>> from pa

Re: [PATCH v3] ppc/vof: Make nextprop behave more like Open Firmware

2025-05-13 Thread BALATON Zoltan
On Tue, 13 May 2025, Alexey Kardashevskiy wrote: On Wed, 30 Apr 2025, at 21:21, BALATON Zoltan wrote: On Wed, 23 Apr 2025, BALATON Zoltan wrote: The FDT does not normally store name properties but reconstructs it from path but Open Firmware specification says each node should at least have this

Re: [PATCH v3] ppc/vof: Make nextprop behave more like Open Firmware

2025-05-13 Thread Alexey Kardashevskiy
On Wed, 30 Apr 2025, at 21:21, BALATON Zoltan wrote: > On Wed, 23 Apr 2025, BALATON Zoltan wrote: > > The FDT does not normally store name properties but reconstructs it > > from path but Open Firmware specification says each node should at > > least have this property. This is correctly handled

Re: [PATCH v3] ppc/vof: Make nextprop behave more like Open Firmware

2025-04-30 Thread BALATON Zoltan
On Wed, 23 Apr 2025, BALATON Zoltan wrote: The FDT does not normally store name properties but reconstructs it from path but Open Firmware specification says each node should at least have this property. This is correctly handled in getprop but nextprop should also return it even if not present a

[PATCH v3] ppc/vof: Make nextprop behave more like Open Firmware

2025-04-23 Thread BALATON Zoltan
The FDT does not normally store name properties but reconstructs it from path but Open Firmware specification says each node should at least have this property. This is correctly handled in getprop but nextprop should also return it even if not present as a property. Explicit name properties are s