summaryrefslogtreecommitdiffstats
path: root/drivers/uwb
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-198-97/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-0521-318/+21
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 254Thomas Gleixner2019-06-054-8/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* uwb: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-181-3/+2
* uwb: clean an indentation issue, remove extraneous tabColin Ian King2018-11-071-1/+1
* uwb: hwa-rc: fix memory leak at probeAnton Vasilyev2018-07-061-0/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-2/+2
* uwb: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-28/+4
* uwb: Replace mac address parsingAndy Shevchenko2018-01-092-10/+5
* uwb: remove trailing whitespace for coding styleHugh Sipière2018-01-021-5/+5
* uwb: fix brace coding style issue in drp-ie.cHugh Sipière2018-01-021-2/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-214-16/+15
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* uwb: properly check kthread_run return valueAndrey Konovalov2017-09-181-4/+8
* uwb: ensure that endpoint is interruptAndrey Konovalov2017-09-181-0/+2
* uwb: lc-rc: constify attribute_group structures.Arvind Yadav2017-08-101-1/+1
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-5/+6
|\
| * uwb: use class_groups instead of class_attrsGreg Kroah-Hartman2017-06-091-5/+6
* | uwb: i1480: add missing gotoGustavo A. R. Silva2017-05-251-0/+1
|/
* uwb: fix device quirk on big-endian hostsJohan Hovold2017-05-171-2/+3
* uwb: i1480-dfu: fix NULL-deref at probeJohan Hovold2017-03-141-0/+3
* uwb: hwa-rc: fix NULL-deref at probeJohan Hovold2017-03-141-0/+3
* uwb: fix device reference leaksJohan Hovold2016-11-012-3/+15
* uwb: hwa-rc: don't print error when allocating urb failsWolfram Sang2016-08-151-3/+1
* uwb: uwbd() is not freezable kthreadJiri Kosina2015-12-011-1/+0
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-041-1/+1
|\
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-1/+1
* | uwb: drp: Use setup_timerMuhammad Falak R Wani2015-10-241-3/+1
* | uwb: neh: Use setup_timerMuhammad Falak R Wani2015-10-241-3/+1
* | uwb: rsv: Use setup_timerMuhammad Falak R Wani2015-10-241-6/+3
|/
* uwb: Remove umc bus legacy suspend/resume supportLars-Peter Clausen2015-03-181-34/+0
* uwb/whci: Delete an unnecessary check before the function call "umc_device_un...Markus Elfring2015-03-181-2/+1
* Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-151-7/+0
|\
| * uwb: lc-dev: Remove unused functionRickard Strandqvist2015-01-251-7/+0
* | usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-13/+5
|/
* uwb: Remove bogus colon after newline from debug messageGeert Uytterhoeven2014-11-031-2/+2
* uwb: add an ASIE sysfs attribute to uwb_rc devicesThomas Pugliese2014-09-231-0/+99
* uwb: create a uwb bus type and add in-range peer devices to itThomas Pugliese2014-09-233-4/+19
* uwb: remove UWB build dependency on PCIThomas Pugliese2014-09-231-1/+0
* uwb: update uwb device prints to be more usefulThomas Pugliese2014-09-231-4/+4
* uwb: line length cleanupThomas Pugliese2014-09-231-1/+2
* uwb: init beacon cache entry before registering uwb deviceThomas Pugliese2014-09-081-4/+9
* uwb/whci: use correct structure type name in sizeofJulia Lawall2014-08-011-1/+1
* uwb: fix variable set but not used warningsThomas Pugliese2014-05-273-7/+0
* uwb: comment typo fixThomas Pugliese2014-05-271-1/+1
* uwb: whitespace and line length cleanupsThomas Pugliese2014-05-271-128/+166
* uwb: add error messages when reservation establish failsThomas Pugliese2014-05-272-3/+15
* uwb: fix channel change failureThomas Pugliese2014-05-271-1/+6
* uwb: don't call spin_unlock_irq in a USB completion handlerThomas Pugliese2014-04-241-4/+5