Age | Commit message (Expand) | Author | Files | Lines |
2017-09-18 | uwb: properly check kthread_run return value | Andrey Konovalov | 1 | -4/+8 |
2017-09-18 | uwb: ensure that endpoint is interrupt | Andrey Konovalov | 1 | -0/+2 |
2017-08-10 | uwb: lc-rc: constify attribute_group structures. | Arvind Yadav | 1 | -1/+1 |
2017-07-04 | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+6 |
2017-06-09 | uwb: use class_groups instead of class_attrs | Greg Kroah-Hartman | 1 | -5/+6 |
2017-05-25 | uwb: i1480: add missing goto | Gustavo A. R. Silva | 1 | -0/+1 |
2017-05-17 | uwb: fix device quirk on big-endian hosts | Johan Hovold | 1 | -2/+3 |
2017-03-14 | uwb: i1480-dfu: fix NULL-deref at probe | Johan Hovold | 1 | -0/+3 |
2017-03-14 | uwb: hwa-rc: fix NULL-deref at probe | Johan Hovold | 1 | -0/+3 |
2016-11-01 | uwb: fix device reference leaks | Johan Hovold | 2 | -3/+15 |
2016-08-15 | uwb: hwa-rc: don't print error when allocating urb fails | Wolfram Sang | 1 | -3/+1 |
2015-12-02 | uwb: uwbd() is not freezable kthread | Jiri Kosina | 1 | -1/+0 |
2015-11-05 | Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2015-10-25 | uwb: drp: Use setup_timer | Muhammad Falak R Wani | 1 | -3/+1 |
2015-10-25 | uwb: neh: Use setup_timer | Muhammad Falak R Wani | 1 | -3/+1 |
2015-10-25 | uwb: rsv: Use setup_timer | Muhammad Falak R Wani | 1 | -6/+3 |
2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 1 | -1/+1 |
2015-03-18 | uwb: Remove umc bus legacy suspend/resume support | Lars-Peter Clausen | 1 | -34/+0 |
2015-03-18 | uwb/whci: Delete an unnecessary check before the function call "umc_device_un... | Markus Elfring | 1 | -2/+1 |
2015-02-15 | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -7/+0 |
2015-02-14 | usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2 | -13/+5 |
2015-01-25 | uwb: lc-dev: Remove unused function | Rickard Strandqvist | 1 | -7/+0 |
2014-11-04 | uwb: Remove bogus colon after newline from debug message | Geert Uytterhoeven | 1 | -2/+2 |
2014-09-24 | uwb: add an ASIE sysfs attribute to uwb_rc devices | Thomas Pugliese | 1 | -0/+99 |
2014-09-24 | uwb: create a uwb bus type and add in-range peer devices to it | Thomas Pugliese | 3 | -4/+19 |
2014-09-24 | uwb: remove UWB build dependency on PCI | Thomas Pugliese | 1 | -1/+0 |
2014-09-24 | uwb: update uwb device prints to be more useful | Thomas Pugliese | 1 | -4/+4 |
2014-09-24 | uwb: line length cleanup | Thomas Pugliese | 1 | -1/+2 |
2014-09-09 | uwb: init beacon cache entry before registering uwb device | Thomas Pugliese | 1 | -4/+9 |
2014-08-02 | uwb/whci: use correct structure type name in sizeof | Julia Lawall | 1 | -1/+1 |
2014-05-28 | uwb: fix variable set but not used warnings | Thomas Pugliese | 3 | -7/+0 |
2014-05-28 | uwb: comment typo fix | Thomas Pugliese | 1 | -1/+1 |
2014-05-28 | uwb: whitespace and line length cleanups | Thomas Pugliese | 1 | -128/+166 |
2014-05-28 | uwb: add error messages when reservation establish fails | Thomas Pugliese | 2 | -3/+15 |
2014-05-28 | uwb: fix channel change failure | Thomas Pugliese | 1 | -1/+6 |
2014-04-24 | uwb: don't call spin_unlock_irq in a USB completion handler | Thomas Pugliese | 1 | -4/+5 |
2014-04-17 | uwb: adds missing error handling | Daeseok Youn | 1 | -1/+4 |
2013-12-21 | uwb: move mutex_lock to error case in uwbd_evt_handle_rc_bp_slot_change | Thomas Pugliese | 1 | -2/+2 |
2013-12-21 | uwb: use uwb_rsv_callback instead of calling rsv->callback directly | Thomas Pugliese | 1 | -1/+1 |
2013-12-21 | uwb: whitespace and comment cleanups | Thomas Pugliese | 3 | -9/+9 |
2013-12-21 | uwb: add debug prints during channel change and beacon actions | Thomas Pugliese | 2 | -1/+6 |
2013-12-19 | uwb: umc-dev: add missing put_device call | Levente Kurusa | 1 | -0/+1 |
2013-12-09 | uwb: Use dev_is_pci() to check whether it is pci device | Yijing Wang | 1 | -1/+1 |
2013-11-07 | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+8 |
2013-10-30 | UWB: clean up attribute use by using ATTRIBUTE_GROUPS() | Greg Kroah-Hartman | 1 | -13/+3 |
2013-10-17 | uwb: convert bus code to use dev_groups | Greg Kroah-Hartman | 1 | -5/+8 |
2013-08-20 | uwb: Staticize local symbols | Jingoo Han | 1 | -2/+2 |
2013-08-13 | UWB: fix sysfs warning on HWA device unplug. | Thomas Pugliese | 1 | -2/+38 |
2013-08-13 | HWA RC: fix a kernel panic when unplugging the HWA dongle | Thomas Pugliese | 1 | -1/+15 |
2013-07-04 | drivers: avoid format string in dev_set_name | Kees Cook | 1 | -1/+1 |