Re: [PATCH v5 10/18] fpga: region: separate out code that parses the overlay

2017-11-15 Thread Moritz Fischer
On Tue, Oct 17, 2017 at 04:20:23PM -0500, Alan Tull wrote: > New function of_fpga_region_parse_ov added, moving code > from fpga_region_notify_pre_apply. This function > gets the FPGA image info from the overlay and is able > to simplify some of the logic involved. > > This is a baby step in

Re: [PATCH v5 10/18] fpga: region: separate out code that parses the overlay

2017-11-15 Thread Moritz Fischer
On Tue, Oct 17, 2017 at 04:20:23PM -0500, Alan Tull wrote: > New function of_fpga_region_parse_ov added, moving code > from fpga_region_notify_pre_apply. This function > gets the FPGA image info from the overlay and is able > to simplify some of the logic involved. > > This is a baby step in

[PATCH v5 10/18] fpga: region: separate out code that parses the overlay

2017-10-17 Thread Alan Tull
New function of_fpga_region_parse_ov added, moving code from fpga_region_notify_pre_apply. This function gets the FPGA image info from the overlay and is able to simplify some of the logic involved. This is a baby step in refactoring the FPGA region code to separate out common code from Device

[PATCH v5 10/18] fpga: region: separate out code that parses the overlay

2017-10-17 Thread Alan Tull
New function of_fpga_region_parse_ov added, moving code from fpga_region_notify_pre_apply. This function gets the FPGA image info from the overlay and is able to simplify some of the logic involved. This is a baby step in refactoring the FPGA region code to separate out common code from Device