[PATCH 5/6] GenWQE Sysfs interfaces

2013-12-09 Thread Frank Haverkamp
Sysfs interfaces for the GenWQE card. There are attributes to query the version of the bitstream as well as some for the driver. For debugging, please also see the debugfs interfaces of this driver. Signed-off-by: Frank Haverkamp Co-authors: Joerg-Stephan Vogt , Michael Jung ,

[PATCH 5/6] GenWQE Sysfs interfaces

2013-12-05 Thread Frank Haverkamp
Sysfs interfaces for the GenWQE card. There are attributes to query the version of the bitstream as well as some for the driver. For debugging, please also see the debugfs interfaces of this driver. Signed-off-by: Frank Haverkamp Co-authors: Joerg-Stephan Vogt , Michael Jung ,

[PATCH 5/6] GenWQE Sysfs interfaces

2013-12-03 Thread Frank Haverkamp
Sysfs interfaces for the GenWQE card. There are attributes to query the version of the bitstream as well as some for the driver. For debugging, please also see the debugfs interfaces of this driver. Signed-off-by: Frank Haverkamp Co-authors: Joerg-Stephan Vogt , Michael Jung ,

Re: [PATCH 5/6] GenWQE Sysfs interfaces

2013-12-03 Thread Greg KH
On Tue, Dec 03, 2013 at 01:53:13PM +0100, Frank Haverkamp wrote: > Hi Greg, > > thanks for taking your time to review our code once more. > > Am Mittwoch, den 27.11.2013, 11:22 -0800 schrieb Greg KH: > > On Wed, Nov 06, 2013 at 01:45:42PM +0100, Frank Haverkamp wrote: > > > +/** > > > + * genwqe_

Re: [PATCH 5/6] GenWQE Sysfs interfaces

2013-12-03 Thread Frank Haverkamp
Hi Greg, thanks for taking your time to review our code once more. Am Mittwoch, den 27.11.2013, 11:22 -0800 schrieb Greg KH: > On Wed, Nov 06, 2013 at 01:45:42PM +0100, Frank Haverkamp wrote: > > +/** > > + * genwqe_init_sysfs() - Setup sysfs entries of the card device > > + */ > > +int genwqe_in

Re: [PATCH 5/6] GenWQE Sysfs interfaces

2013-11-27 Thread Greg KH
On Wed, Nov 06, 2013 at 01:45:42PM +0100, Frank Haverkamp wrote: > +/** > + * genwqe_init_sysfs() - Setup sysfs entries of the card device > + */ > +int genwqe_init_sysfs(struct genwqe_dev *cd) > +{ > + int rc; > + > + rc = sysfs_create_group(&cd->dev->kobj, &genwqe_attribute_group); > +

[PATCH 5/6] GenWQE Sysfs interfaces

2013-11-06 Thread Frank Haverkamp
Sysfs interfaces for the GenWQE card. There are attributes to query the version of the bitstream as well as some for the driver. For debugging, please also see the debugfs interfaces of this driver. Signed-off-by: Frank Haverkamp Co-authors: Joerg-Stephan Vogt , Michael Jung ,

Re: [PATCH 5/6] GenWQE Sysfs interfaces

2013-11-06 Thread Frank Haverkamp
Hi Ryan, Am Mittwoch, den 06.11.2013, 07:43 +1100 schrieb Ryan Mallon: > On 05/11/13 19:44, Frank Haverkamp wrote: > > > Sysfs interfaces for the GenWQE card. There are attributes to query > > the version of the bitstream as well as some for the driver. For > > debugging, please also see the debu

Re: [PATCH 5/6] GenWQE Sysfs interfaces

2013-11-05 Thread Ryan Mallon
On 05/11/13 19:44, Frank Haverkamp wrote: > Sysfs interfaces for the GenWQE card. There are attributes to query > the version of the bitstream as well as some for the driver. For > debugging, please also see the debugfs interfaces of this driver. > > Signed-off-by: Frank Haverkamp > Co-authors:

[PATCH 5/6] GenWQE Sysfs interfaces

2013-11-05 Thread Frank Haverkamp
Sysfs interfaces for the GenWQE card. There are attributes to query the version of the bitstream as well as some for the driver. For debugging, please also see the debugfs interfaces of this driver. Signed-off-by: Frank Haverkamp Co-authors: Joerg-Stephan Vogt , Michael Jung ,