summaryrefslogtreecommitdiff
path: root/drivers/uwb/whc-rc.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-16uwb: don't use printk_ratelimit() so oftenDavid Vrabel1-8/+0
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>
2008-09-17uwb: add whc-rc radio control driverInaky Perez-Gonzalez1-0/+528
Add the driver for WHCI radio controllers. Signed-off-by: David Vrabel <david.vrabel@csr.com>