Re: [PATCH v5 18/18] fpga: add attribute groups

2017-11-15 Thread Alan Tull
On Wed, Nov 15, 2017 at 9:46 AM, Moritz Fischer wrote: Hi Moritz, Thanks! Alan > On Tue, Oct 17, 2017 at 04:20:31PM -0500, Alan Tull wrote: >> Make it easy to add attributes to low level FPGA drivers the right >> way. Add attribute groups pointers to structures that are used when >> registeri

Re: [PATCH v5 18/18] fpga: add attribute groups

2017-11-15 Thread Moritz Fischer
On Tue, Oct 17, 2017 at 04:20:31PM -0500, Alan Tull wrote: > Make it easy to add attributes to low level FPGA drivers the right > way. Add attribute groups pointers to structures that are used when > registering a manager, bridge, or group. When the low level driver > registers, set the device at

[PATCH v5 18/18] fpga: add attribute groups

2017-10-17 Thread Alan Tull
Make it easy to add attributes to low level FPGA drivers the right way. Add attribute groups pointers to structures that are used when registering a manager, bridge, or group. When the low level driver registers, set the device attribute group. The attributes are created in device_add. Signed-o