Rob Herring writes:
> On Tue, Dec 14, 2021 at 5:18 AM Michael Ellerman wrote:
>>
>> Rob Herring writes:
>> > On Mon, Dec 13, 2021 at 6:47 AM Michael Ellerman
>> > wrote:
>> >> Rob Herring writes:
>> >> > Use of the of_scan_flat_dt() function predates libfdt and is discouraged
>> >> > as libfd
On Tue, Dec 14, 2021 at 5:18 AM Michael Ellerman wrote:
>
> Rob Herring writes:
> > On Mon, Dec 13, 2021 at 6:47 AM Michael Ellerman
> > wrote:
> >> Rob Herring writes:
> >> > Use of the of_scan_flat_dt() function predates libfdt and is discouraged
> >> > as libfdt provides a nicer set of APIs
Rob Herring writes:
> On Mon, Dec 13, 2021 at 6:47 AM Michael Ellerman wrote:
>> Rob Herring writes:
>> > Use of the of_scan_flat_dt() function predates libfdt and is discouraged
>> > as libfdt provides a nicer set of APIs. Rework
>> > early_init_dt_scan_memory() to be called directly and use li
On Mon, Dec 13, 2021 at 6:47 AM Michael Ellerman wrote:
>
> Rob Herring writes:
> > Use of the of_scan_flat_dt() function predates libfdt and is discouraged
> > as libfdt provides a nicer set of APIs. Rework
> > early_init_dt_scan_memory() to be called directly and use libfdt.
> ...
> > diff --gi
Rob Herring writes:
> Use of the of_scan_flat_dt() function predates libfdt and is discouraged
> as libfdt provides a nicer set of APIs. Rework
> early_init_dt_scan_memory() to be called directly and use libfdt.
...
> diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c
> index 6e1
On 12/8/21 10:58 AM, Rob Herring wrote:
> Use of the of_scan_flat_dt() function predates libfdt and is discouraged
> as libfdt provides a nicer set of APIs. Rework
> early_init_dt_scan_memory() to be called directly and use libfdt.
>
> Cc: John Crispin
> Cc: Thomas Bogendoerfer
> Cc: Michael Ell
Use of the of_scan_flat_dt() function predates libfdt and is discouraged
as libfdt provides a nicer set of APIs. Rework
early_init_dt_scan_memory() to be called directly and use libfdt.
Cc: John Crispin
Cc: Thomas Bogendoerfer
Cc: Michael Ellerman
Cc: Benjamin Herrenschmidt
Cc: Paul Mackerras