Re: [PATCH 0/3] of/fdt: Rework early FDT scanning functions

2021-11-24 Thread Frank Rowand
On 11/18/21 1:12 PM, Rob Herring wrote: > The early FDT scanning functions use of_scan_flat_dt() which implements > its own node walking method. This function predates libfdt and is an > unnecessary indirection. This series reworks > early_init_dt_scan_chosen(), early_init_dt_scan_root(), and

[PATCH 0/3] of/fdt: Rework early FDT scanning functions

2021-11-18 Thread Rob Herring
The early FDT scanning functions use of_scan_flat_dt() which implements its own node walking method. This function predates libfdt and is an unnecessary indirection. This series reworks early_init_dt_scan_chosen(), early_init_dt_scan_root(), and early_init_dt_scan_memory() to be called