Re: [PATCH v3 0/3] FPGA Manager Framework

2014-12-09 Thread atull
On Tue, 9 Dec 2014, at...@opensource.altera.com wrote: > From: Alan Tull > > Improvements in this version: > > Fixed things in the framework that were left over from my original > version that was a character driver. In particular, make the > struct device be present in the fpga_manager struct

[PATCH v3 0/3] FPGA Manager Framework

2014-12-09 Thread atull
From: Alan Tull Improvements in this version: Fixed things in the framework that were left over from my original version that was a character driver. In particular, make the struct device be present in the fpga_manager struct, not as a pointer, so container_of will work. Also rewrote the part