aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb/rsv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+7
2015-10-24uwb: rsv: Use setup_timerMuhammad Falak R Wani1-6/+3
2014-11-03uwb: Remove bogus colon after newline from debug messageGeert Uytterhoeven1-2/+2
2014-05-27uwb: add error messages when reservation establish failsThomas Pugliese1-2/+12
2014-05-27uwb: fix channel change failureThomas Pugliese1-1/+6
2013-12-20uwb: use uwb_rsv_callback instead of calling rsv->callback directlyThomas Pugliese1-1/+1
2013-12-20uwb: whitespace and comment cleanupsThomas Pugliese1-7/+7
2013-05-21usb: uwb: use correct locking calls for rc datatpugliese1-2/+2
2013-04-29uwb: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2011-10-31uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-01-23uwb: lock rc->rsvs_lock with spin_lock_bh()David Vrabel1-2/+2
2009-01-06uwb: safely remove all reservationsDavid Vrabel1-4/+13
2008-12-12uwb: fix oops when terminating an already terminated reservationDavid Vrabel1-1/+2
2008-12-12uwb: improved MAS allocator and reservation conflict handlingStefano Panella1-100/+382
2008-11-19uwb: add basic radio managerDavid Vrabel1-2/+2
2008-11-17uwb: add pal parameter to new reservation callbackDavid Vrabel1-1/+1
2008-11-07uwb: don't unbind the radio controller driver when resettingDavid Vrabel1-9/+20
2008-10-31uwb: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-10-28uwb: reference count reservationsDavid Vrabel1-16/+32
2008-10-28uwb: target reservations shouldn't get streamsDavid Vrabel1-2/+2
2008-09-17uwb: add the UWB stack (reservation manager)David Vrabel1-0/+680