Re: [PATCH v4 0/4] of: change overlay apply input data from unflattened

2018-03-01 Thread Laurent Pinchart
Hi Frank, Thank you for the patches. For the whole series, Tested-by: Laurent Pinchart On Thursday, 1 March 2018 20:00:52 EET frowand.l...@gmail.com wrote: > From: Frank Rowand > > Move duplicating and unflattening of an overlay

Re: [PATCH v4 0/4] of: change overlay apply input data from unflattened

2018-03-01 Thread Laurent Pinchart
Hi Frank, Thank you for the patches. For the whole series, Tested-by: Laurent Pinchart On Thursday, 1 March 2018 20:00:52 EET frowand.l...@gmail.com wrote: > From: Frank Rowand > > Move duplicating and unflattening of an overlay flattened devicetree > (FDT) into the overlay application

[PATCH v4 0/4] of: change overlay apply input data from unflattened

2018-03-01 Thread frowand . list
From: Frank Rowand Move duplicating and unflattening of an overlay flattened devicetree (FDT) into the overlay application code. To accomplish this, of_overlay_apply() is replaced by of_overlay_fdt_apply(). The copy of the FDT (aka "duplicate FDT") now belongs to

[PATCH v4 0/4] of: change overlay apply input data from unflattened

2018-03-01 Thread frowand . list
From: Frank Rowand Move duplicating and unflattening of an overlay flattened devicetree (FDT) into the overlay application code. To accomplish this, of_overlay_apply() is replaced by of_overlay_fdt_apply(). The copy of the FDT (aka "duplicate FDT") now belongs to devicetree code, which is thus