Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uwb: don't use printk_ratelimit() so often | David Vrabel | 2008-10-16 | 1 | -23/+6 |
| | | | | | | | | | Avoid using printk_ratelimit() in many places because: - many were error messages reporting broken hardware (it's useful to get all of these). - the message itself wasn't useful so the message has been removed. Signed-off-by: David Vrabel <david.vrabel@csr.com> | ||||
* | uwb: add the UWB stack (core files) | Inaky Perez-Gonzalez | 2008-09-17 | 1 | -0/+427 |
UWB device and radio controller device and event management. Signed-off-by: David Vrabel <david.vrabel@csr.com> |