Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-06-25 | USB: HWA: fix device probe failure | Thomas Pugliese | 2 | -1/+4 |
2013-06-07 | UWB: HWA: add support for Alereon 5310 and 5611 devices | Thomas Pugliese | 1 | -0/+6 |
2013-06-04 | uwb: use %*ph specifier to dump buffer | Andy Shevchenko | 1 | -4/+3 |
2013-05-21 | usb: uwb: use correct locking calls for rc data | tpugliese | 2 | -4/+4 |
2013-05-21 | uwb/whci: Use module_pci_driver to register driver | Peter Huewe | 1 | -13/+1 |
2013-04-30 | uwb: rename random32() to prandom_u32() | Akinobu Mita | 1 | -2/+2 |
2013-02-07 | driver-core: constify data for class_find_device() | Michał Mirosław | 1 | -11/+10 |
2012-11-27 | uwb: fix uwb_dev_unlock() missed at an error path in uwb_rc_cmd_async() | Alexey Khoroshilov | 1 | -0/+1 |
2012-11-16 | drivers/uwb: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -2/+1 |
2012-10-25 | umc-bus.c: fix usage of device_trylock | Claudio Scordino | 1 | -1/+1 |
2012-04-19 | uwb: fix error handling | Oliver Neukum | 1 | -1/+2 |
2012-04-19 | uwb: fix use of del_timer_sync() in interrupt | Oliver Neukum | 1 | -1/+11 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -8/+1 |
2012-03-24 | uwb: use for_each_clear_bit() | Akinobu Mita | 1 | -4/+2 |
2012-01-10 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2012-01-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2011-12-10 | uwb: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 1 | -1/+1 |
2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
2011-11-18 | USB: convert some miscellanies drivers to use module_usb_driver() | Greg Kroah-Hartman | 2 | -30/+2 |
2011-11-01 | uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required | Paul Gortmaker | 12 | -0/+12 |
2011-11-01 | uwb: Add module.h to the real uwb modular users. | Paul Gortmaker | 2 | -0/+2 |
2011-11-01 | drivers/uwb: fix implicit use of stat.h | Paul Gortmaker | 2 | -0/+2 |
2011-09-15 | Remove unneeded version.h include from drivers/uwb/ | Jesper Juhl | 1 | -1/+0 |
2011-07-21 | uwb: Fix misspelling of neighbourhood in comment | Jesper Juhl | 1 | -1/+1 |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 5 | -7/+7 |
2011-02-25 | drivers:uwb:scan.c remove one to many l's in the word. | Justin P. Mattock | 1 | -1/+1 |
2010-12-16 | Merge branch 'usb-next' into musb-merge | Greg Kroah-Hartman | 3 | -7/+4 |
2010-12-03 | uwb: fix compiler warning on i1480_est_id_table | Namhyung Kim | 1 | -1/+1 |