aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb
AgeCommit message (Expand)Author
2015-03-18uwb: Remove umc bus legacy suspend/resume supportLars-Peter Clausen
2015-03-18uwb/whci: Delete an unnecessary check before the function call "umc_device_un...Markus Elfring
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-01-25uwb: lc-dev: Remove unused functionRickard Strandqvist
2014-11-03uwb: Remove bogus colon after newline from debug messageGeert Uytterhoeven
2014-09-23uwb: add an ASIE sysfs attribute to uwb_rc devicesThomas Pugliese
2014-09-23uwb: create a uwb bus type and add in-range peer devices to itThomas Pugliese
2014-09-23uwb: remove UWB build dependency on PCIThomas Pugliese
2014-09-23uwb: update uwb device prints to be more usefulThomas Pugliese
2014-09-23uwb: line length cleanupThomas Pugliese
2014-09-08uwb: init beacon cache entry before registering uwb deviceThomas Pugliese
2014-08-01uwb/whci: use correct structure type name in sizeofJulia Lawall
2014-05-27uwb: fix variable set but not used warningsThomas Pugliese
2014-05-27uwb: comment typo fixThomas Pugliese
2014-05-27uwb: whitespace and line length cleanupsThomas Pugliese
2014-05-27uwb: add error messages when reservation establish failsThomas Pugliese
2014-05-27uwb: fix channel change failureThomas Pugliese
2014-04-24uwb: don't call spin_unlock_irq in a USB completion handlerThomas Pugliese
2014-04-16uwb: adds missing error handlingDaeseok Youn
2013-12-20uwb: move mutex_lock to error case in uwbd_evt_handle_rc_bp_slot_changeThomas Pugliese
2013-12-20uwb: use uwb_rsv_callback instead of calling rsv->callback directlyThomas Pugliese
2013-12-20uwb: whitespace and comment cleanupsThomas Pugliese
2013-12-20uwb: add debug prints during channel change and beacon actionsThomas Pugliese
2013-12-19uwb: umc-dev: add missing put_device callLevente Kurusa
2013-12-08uwb: Use dev_is_pci() to check whether it is pci deviceYijing Wang
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-10-29UWB: clean up attribute use by using ATTRIBUTE_GROUPS()Greg Kroah-Hartman
2013-10-16uwb: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-08-19uwb: Staticize local symbolsJingoo Han
2013-08-12UWB: fix sysfs warning on HWA device unplug.Thomas Pugliese
2013-08-12HWA RC: fix a kernel panic when unplugging the HWA dongleThomas Pugliese
2013-07-03drivers: avoid format string in dev_set_nameKees Cook
2013-06-24USB: HWA: fix device probe failureThomas Pugliese
2013-06-06UWB: HWA: add support for Alereon 5310 and 5611 devicesThomas Pugliese
2013-06-03uwb: use %*ph specifier to dump bufferAndy Shevchenko
2013-05-21usb: uwb: use correct locking calls for rc datatpugliese
2013-05-21uwb/whci: Use module_pci_driver to register driverPeter Huewe
2013-04-29uwb: rename random32() to prandom_u32()Akinobu Mita
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2012-11-26uwb: fix uwb_dev_unlock() missed at an error path in uwb_rc_cmd_async()Alexey Khoroshilov
2012-11-15drivers/uwb: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-10-25umc-bus.c: fix usage of device_trylockClaudio Scordino
2012-04-18uwb: fix error handlingOliver Neukum
2012-04-18uwb: fix use of del_timer_sync() in interruptOliver Neukum
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-23uwb: use for_each_clear_bit()Akinobu Mita
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-12-09uwb: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer