aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb
AgeCommit message (Expand)AuthorFilesLines
2018-07-06uwb: hwa-rc: fix memory leak at probeGravatar Anton Vasilyev 1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 2-2/+2
2018-03-09uwb: Re-use DEFINE_SHOW_ATTRIBUTE() macroGravatar Andy Shevchenko 1-28/+4
2018-01-09uwb: Replace mac address parsingGravatar Andy Shevchenko 2-10/+5
2018-01-02uwb: remove trailing whitespace for coding styleGravatar Hugh Sipière 1-5/+5
2018-01-02uwb: fix brace coding style issue in drp-ie.cGravatar Hugh Sipière 1-2/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 4-16/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-09-18uwb: properly check kthread_run return valueGravatar Andrey Konovalov 1-4/+8
2017-09-18uwb: ensure that endpoint is interruptGravatar Andrey Konovalov 1-0/+2
2017-08-10uwb: lc-rc: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+6
2017-06-09uwb: use class_groups instead of class_attrsGravatar Greg Kroah-Hartman 1-5/+6
2017-05-25uwb: i1480: add missing gotoGravatar Gustavo A. R. Silva 1-0/+1
2017-05-17uwb: fix device quirk on big-endian hostsGravatar Johan Hovold 1-2/+3
2017-03-14uwb: i1480-dfu: fix NULL-deref at probeGravatar Johan Hovold 1-0/+3
2017-03-14uwb: hwa-rc: fix NULL-deref at probeGravatar Johan Hovold 1-0/+3
2016-11-01uwb: fix device reference leaksGravatar Johan Hovold 2-3/+15
2016-08-15uwb: hwa-rc: don't print error when allocating urb failsGravatar Wolfram Sang 1-3/+1
2015-12-01uwb: uwbd() is not freezable kthreadGravatar Jiri Kosina 1-1/+0
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2015-10-24uwb: drp: Use setup_timerGravatar Muhammad Falak R Wani 1-3/+1
2015-10-24uwb: neh: Use setup_timerGravatar Muhammad Falak R Wani 1-3/+1
2015-10-24uwb: rsv: Use setup_timerGravatar Muhammad Falak R Wani 1-6/+3
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Gravatar Viresh Kumar 1-1/+1
2015-03-18uwb: Remove umc bus legacy suspend/resume supportGravatar Lars-Peter Clausen 1-34/+0
2015-03-18uwb/whci: Delete an unnecessary check before the function call "umc_device_un...Gravatar Markus Elfring 1-2/+1
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