Re: [PATCH v4 4/6] fpga manager: add sysfs interface document

2014-12-10 Thread atull
On Wed, 10 Dec 2014, Michal Simek wrote: > On 12/10/2014 03:47 PM, Greg KH wrote: > > On Wed, Dec 10, 2014 at 10:42:39AM +0100, Michal Simek wrote: > >> Hi Greg, > >> > >> On 12/09/2014 09:14 PM, at...@opensource.altera.com wrote: > >>> From: Alan Tull > >>> > >>> Add documentation for new fpga m

Re: [PATCH v4 4/6] fpga manager: add sysfs interface document

2014-12-10 Thread Michal Simek
On 12/10/2014 03:47 PM, Greg KH wrote: > On Wed, Dec 10, 2014 at 10:42:39AM +0100, Michal Simek wrote: >> Hi Greg, >> >> On 12/09/2014 09:14 PM, at...@opensource.altera.com wrote: >>> From: Alan Tull >>> >>> Add documentation for new fpga manager sysfs interface. >>> >>> Signed-off-by: Alan Tull

Re: [PATCH v4 4/6] fpga manager: add sysfs interface document

2014-12-10 Thread One Thousand Gnomes
On Tue, 9 Dec 2014 14:14:48 -0600 > +Contact: Alan Tull > +Description: Read state of fpga framework state machine as a string. > + Valid states may vary by manufacturer; superset is: > + * unknown = can't determine state > + * power_off

Re: [PATCH v4 4/6] fpga manager: add sysfs interface document

2014-12-10 Thread Greg KH
On Wed, Dec 10, 2014 at 10:42:39AM +0100, Michal Simek wrote: > Hi Greg, > > On 12/09/2014 09:14 PM, at...@opensource.altera.com wrote: > > From: Alan Tull > > > > Add documentation for new fpga manager sysfs interface. > > > > Signed-off-by: Alan Tull > > --- > > Documentation/ABI/testing/sy

Re: [PATCH v4 4/6] fpga manager: add sysfs interface document

2014-12-10 Thread Michal Simek
Hi Greg, On 12/09/2014 09:14 PM, at...@opensource.altera.com wrote: > From: Alan Tull > > Add documentation for new fpga manager sysfs interface. > > Signed-off-by: Alan Tull > --- > Documentation/ABI/testing/sysfs-class-fpga-manager | 38 > > 1 file changed, 38 insert

[PATCH v4 4/6] fpga manager: add sysfs interface document

2014-12-09 Thread atull
From: Alan Tull Add documentation for new fpga manager sysfs interface. Signed-off-by: Alan Tull --- Documentation/ABI/testing/sysfs-class-fpga-manager | 38 1 file changed, 38 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-class-fpga-manager diff --g