aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb
AgeCommit message (Expand)AuthorFilesLines
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-7/+0
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 2-13/+5
2015-01-25uwb: lc-dev: Remove unused functionGravatar Rickard Strandqvist 1-7/+0
2014-11-03uwb: Remove bogus colon after newline from debug messageGravatar Geert Uytterhoeven 1-2/+2
2014-09-23uwb: add an ASIE sysfs attribute to uwb_rc devicesGravatar Thomas Pugliese 1-0/+99
2014-09-23uwb: create a uwb bus type and add in-range peer devices to itGravatar Thomas Pugliese 3-4/+19
2014-09-23uwb: remove UWB build dependency on PCIGravatar Thomas Pugliese 1-1/+0
2014-09-23uwb: update uwb device prints to be more usefulGravatar Thomas Pugliese 1-4/+4
2014-09-23uwb: line length cleanupGravatar Thomas Pugliese 1-1/+2
2014-09-08uwb: init beacon cache entry before registering uwb deviceGravatar Thomas Pugliese 1-4/+9
2014-08-01uwb/whci: use correct structure type name in sizeofGravatar Julia Lawall 1-1/+1
2014-05-27uwb: fix variable set but not used warningsGravatar Thomas Pugliese 3-7/+0
2014-05-27uwb: comment typo fixGravatar Thomas Pugliese 1-1/+1
2014-05-27uwb: whitespace and line length cleanupsGravatar Thomas Pugliese 1-128/+166
2014-05-27uwb: add error messages when reservation establish failsGravatar Thomas Pugliese 2-3/+15
2014-05-27uwb: fix channel change failureGravatar Thomas Pugliese 1-1/+6
2014-04-24uwb: don't call spin_unlock_irq in a USB completion handlerGravatar Thomas Pugliese 1-4/+5
2014-04-16uwb: adds missing error handlingGravatar Daeseok Youn 1-1/+4
2013-12-20uwb: move mutex_lock to error case in uwbd_evt_handle_rc_bp_slot_changeGravatar Thomas Pugliese 1-2/+2
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 3-9/+9
2013-12-20uwb: add debug prints during channel change and beacon actionsGravatar Thomas Pugliese 2-1/+6
2013-12-19uwb: umc-dev: add missing put_device callGravatar Levente Kurusa 1-0/+1
2013-12-08uwb: Use dev_is_pci() to check whether it is pci deviceGravatar Yijing Wang 1-1/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+8
2013-10-29UWB: clean up attribute use by using ATTRIBUTE_GROUPS()Gravatar Greg Kroah-Hartman 1-13/+3
2013-10-16uwb: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 1-5/+8
2013-08-19uwb: Staticize local symbolsGravatar Jingoo Han 1-2/+2
2013-08-12UWB: fix sysfs warning on HWA device unplug.Gravatar Thomas Pugliese 1-2/+38
2013-08-12HWA RC: fix a kernel panic when unplugging the HWA dongleGravatar Thomas Pugliese 1-1/+15
2013-07-03drivers: avoid format string in dev_set_nameGravatar Kees Cook 1-1/+1
2013-06-24USB: HWA: fix device probe failureGravatar Thomas Pugliese 2-1/+4
2013-06-06UWB: HWA: add support for Alereon 5310 and 5611 devicesGravatar Thomas Pugliese 1-0/+6
2013-06-03uwb: use %*ph specifier to dump bufferGravatar Andy Shevchenko 1-4/+3
2013-05-21usb: uwb: use correct locking calls for rc dataGravatar tpugliese 2-4/+4
2013-05-21uwb/whci: Use module_pci_driver to register driverGravatar Peter Huewe 1-13/+1
2013-04-29uwb: rename random32() to prandom_u32()Gravatar Akinobu Mita 1-2/+2
2013-02-06driver-core: constify data for class_find_device()Gravatar Michał Mirosław 1-11/+10
2012-11-26uwb: fix uwb_dev_unlock() missed at an error path in uwb_rc_cmd_async()Gravatar Alexey Khoroshilov 1-0/+1
2012-11-15drivers/uwb: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-2/+1
2012-10-25umc-bus.c: fix usage of device_trylockGravatar Claudio Scordino 1-1/+1
2012-04-18uwb: fix error handlingGravatar Oliver Neukum 1-1/+2
2012-04-18uwb: fix use of del_timer_sync() in interruptGravatar Oliver Neukum 1-1/+11
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-8/+1
2012-03-23uwb: use for_each_clear_bit()Gravatar Akinobu Mita 1-4/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-12-09uwb: Use kcalloc instead of kzalloc to allocate arrayGravatar Thomas Meyer 1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Gravatar Justin P. Mattock 1-1/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Gravatar Greg Kroah-Hartman 2-30/+2