Re: [PATCH v2 08/16] fpga: region: check for child regions before allocing image info

From: Alan Tull
Date: Mon May 08 2017 - 17:04:16 EST


On Fri, May 5, 2017 at 3:59 PM, Moritz Fischer <mdf@xxxxxxxxxx> wrote:
> On Thu, Apr 20, 2017 at 7:09 AM, Alan Tull <atull@xxxxxxxxxx> wrote:
>> During a device tree overlay pre-apply notification, the check
>> for child FPGA regions can happen slightly earlier. This saves
>> us from allocating the FPGA image info that just gets thrown
>> away.
>>
>> This is a baby step in refactoring the FPGA region code to
>> separate out common FPGA region code from FPGA region
>> Device Tree overlay support.
>>
>> Signed-off-by: Alan Tull <atull@xxxxxxxxxx>
> Acked-by: Moritz Fischer <mdf@xxxxxxxxxx>

Thanks!

Alan