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

2025-04-10 Thread Alexey Kardashevskiy
On Sat, 5 Apr 2025, at 11:09, BALATON Zoltan wrote: > On Fri, 4 Apr 2025, Alexey Kardashevskiy wrote: > > On Tue, 1 Apr 2025, at 01:26, BALATON Zoltan wrote: > >> The FDT does not normally store name properties but reconstructs it > >> from path but each node in Open Firmware should at least hav

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

2025-04-04 Thread BALATON Zoltan
On Fri, 4 Apr 2025, Alexey Kardashevskiy wrote: On Tue, 1 Apr 2025, at 01:26, BALATON Zoltan wrote: The FDT does not normally store name properties but reconstructs it from path but each node in Open Firmware should at least have this property. This is correctly handled in getprop but nextprop s

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

2025-04-03 Thread Alexey Kardashevskiy
On Tue, 1 Apr 2025, at 01:26, BALATON Zoltan wrote: > The FDT does not normally store name properties but reconstructs it > from path but each node in Open Firmware should at least have this > property. This is correctly handled in getprop but nextprop should > also return it even if not present

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

2025-04-01 Thread BALATON Zoltan
On Tue, 1 Apr 2025, Nicholas Piggin wrote: On Tue Apr 1, 2025 at 12:26 AM AEST, BALATON Zoltan wrote: The FDT does not normally store name properties but reconstructs it from path but each node in Open Firmware should at least have this property. This is correctly handled in getprop but nextprop

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

2025-04-01 Thread Nicholas Piggin
On Tue Apr 1, 2025 at 12:26 AM AEST, BALATON Zoltan wrote: > The FDT does not normally store name properties but reconstructs it > from path but each node in Open Firmware should at least have this > property. This is correctly handled in getprop but nextprop should > also return it even if not pre