- 08 3月, 2010 1 次提交
-
-
由 Andi Kleen 提交于
Passing the attribute to the low level IO functions allows all kinds of cleanups, by sharing low level IO code without requiring an own function for every piece of data. Also drivers can extend the attributes with own data fields and use that in the low level function. This makes the class attributes the same as sysdev_class attributes and plain attributes. This will allow further cleanups in drivers. Full tree sweep converting all users. Signed-off-by: NAndi Kleen <ak@linux.intel.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
- 23 12月, 2008 1 次提交
-
-
由 David Vrabel 提交于
Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
- 04 11月, 2008 1 次提交
-
-
由 Stefano Panella 提交于
Use an event thread per-radio controller so processing events from one radio controller doesn't delay another. A radio controller shouldn't have information on devices seen by a different radio controller (they may be on different channels) so make the beacon cache per-radio controller. Signed-off-by: NStefano Panella <stefano.panella@csr.com> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
- 17 9月, 2008 2 次提交
-
-
由 David Vrabel 提交于
Call uwb_dbg_init() so the debugfs files are accessible. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
UWB device and radio controller device and event management. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-