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

2017-05-08 Thread Alan Tull
On Fri, May 5, 2017 at 3:59 PM, Moritz Fischer wrote: > On Thu, Apr 20, 2017 at 7:09 AM, Alan Tull wrote: >> During a device tree overlay pre-apply notification, the check >> for child FPGA regions can happen slightly earlier. This saves >> us from allocating

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

2017-05-08 Thread Alan Tull
On Fri, May 5, 2017 at 3:59 PM, Moritz Fischer wrote: > On Thu, Apr 20, 2017 at 7:09 AM, Alan Tull 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

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

2017-05-05 Thread Moritz Fischer
On Thu, Apr 20, 2017 at 7:09 AM, Alan Tull 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

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

2017-05-05 Thread Moritz Fischer
On Thu, Apr 20, 2017 at 7:09 AM, Alan Tull 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

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

2017-04-20 Thread Alan Tull
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

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

2017-04-20 Thread Alan Tull
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