linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fpga: add attribute groups
@ 2017-08-22 15:53 Alan Tull
  2017-08-22 15:53 ` [PATCH 1/2] " Alan Tull
  2017-08-22 15:53 ` [PATCH 2/2] fpga: altera-cvp: register attribute groups using ops Alan Tull
  0 siblings, 2 replies; 5+ messages in thread
From: Alan Tull @ 2017-08-22 15:53 UTC (permalink / raw)
  To: Moritz Fischer, Anatolij Gustschin; +Cc: Alan Tull, linux-kernel, linux-fpga

Make it easy to add device attribute groups when registering an FPGA
manager, bridge, or region.  This way, the sysfs attributes are added
in device_add instead of afterwards which can lead to race
conditions [1].

Patch 1: add groups to the structs that are used when a manager, bridge,
or region is registered.

Patch 2: changes to altera cvp FPGA manager to use this method of
registering.

I've tested this method on platform devices.  Patch 2 builds but is
untested.

This patchset is dependent on my "non-dt support" patchset currently
under review.

[1] http://www.kroah.com/log/blog/2013/06/26/how-to-create-a-sysfs-file-correctly/

Alan Tull (2):
  fpga: add attribute groups
  fpga: altera-cvp: register attribute groups using ops

 drivers/fpga/altera-cvp.c        | 39 +++++++++++++++++++--------------------
 drivers/fpga/fpga-bridge.c       |  1 +
 drivers/fpga/fpga-mgr.c          |  1 +
 drivers/fpga/fpga-region.c       |  1 +
 include/linux/fpga/fpga-bridge.h |  2 ++
 include/linux/fpga/fpga-mgr.h    |  2 ++
 include/linux/fpga/fpga-region.h |  2 ++
 7 files changed, 28 insertions(+), 20 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-08-23 17:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22 15:53 [PATCH 0/2] fpga: add attribute groups Alan Tull
2017-08-22 15:53 ` [PATCH 1/2] " Alan Tull
2017-08-22 15:53 ` [PATCH 2/2] fpga: altera-cvp: register attribute groups using ops Alan Tull
2017-08-22 20:23   ` Alan Tull
2017-08-23 17:54     ` Alan Tull

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).