aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb/rsv.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-24uwb: rsv: Use setup_timerGravatar Muhammad Falak R Wani 1-6/+3
2014-11-03uwb: Remove bogus colon after newline from debug messageGravatar Geert Uytterhoeven 1-2/+2
2014-05-27uwb: add error messages when reservation establish failsGravatar Thomas Pugliese 1-2/+12
2014-05-27uwb: fix channel change failureGravatar Thomas Pugliese 1-1/+6
2013-12-20uwb: use uwb_rsv_callback instead of calling rsv->callback directlyGravatar Thomas Pugliese 1-1/+1
2013-12-20uwb: whitespace and comment cleanupsGravatar Thomas Pugliese 1-7/+7
2013-05-21usb: uwb: use correct locking calls for rc dataGravatar tpugliese 1-2/+2
2013-04-29uwb: rename random32() to prandom_u32()Gravatar Akinobu Mita 1-2/+2
2011-10-31uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredGravatar Paul Gortmaker 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-01-23uwb: lock rc->rsvs_lock with spin_lock_bh()Gravatar David Vrabel 1-2/+2
2009-01-06uwb: safely remove all reservationsGravatar David Vrabel 1-4/+13
2008-12-12uwb: fix oops when terminating an already terminated reservationGravatar David Vrabel 1-1/+2
2008-12-12uwb: improved MAS allocator and reservation conflict handlingGravatar Stefano Panella 1-100/+382
2008-11-19uwb: add basic radio managerGravatar David Vrabel 1-2/+2
2008-11-17uwb: add pal parameter to new reservation callbackGravatar David Vrabel 1-1/+1
2008-11-07uwb: don't unbind the radio controller driver when resettingGravatar David Vrabel 1-9/+20
2008-10-31uwb: remove unused #include <version.h>Gravatar Huang Weiyi 1-1/+0
2008-10-28uwb: reference count reservationsGravatar David Vrabel 1-16/+32
2008-10-28uwb: target reservations shouldn't get streamsGravatar David Vrabel 1-2/+2
2008-09-17uwb: add the UWB stack (reservation manager)Gravatar David Vrabel 1-0/+680