summaryrefslogtreecommitdiffstats
path: root/drivers/uwb
Commit message (Expand)AuthorAgeFilesLines
...
* uwb: adds missing error handlingDaeseok Youn2014-04-161-1/+4
* uwb: move mutex_lock to error case in uwbd_evt_handle_rc_bp_slot_changeThomas Pugliese2013-12-201-2/+2
* uwb: use uwb_rsv_callback instead of calling rsv->callback directlyThomas Pugliese2013-12-201-1/+1
* uwb: whitespace and comment cleanupsThomas Pugliese2013-12-203-9/+9
* uwb: add debug prints during channel change and beacon actionsThomas Pugliese2013-12-202-1/+6
* uwb: umc-dev: add missing put_device callLevente Kurusa2013-12-191-0/+1
* uwb: Use dev_is_pci() to check whether it is pci deviceYijing Wang2013-12-091-1/+1
* Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-071-5/+8
|\
| * uwb: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-171-5/+8
* | UWB: clean up attribute use by using ATTRIBUTE_GROUPS()Greg Kroah-Hartman2013-10-301-13/+3Star
|/
* uwb: Staticize local symbolsJingoo Han2013-08-201-2/+2
* UWB: fix sysfs warning on HWA device unplug.Thomas Pugliese2013-08-131-2/+38
* HWA RC: fix a kernel panic when unplugging the HWA dongleThomas Pugliese2013-08-131-1/+15
* drivers: avoid format string in dev_set_nameKees Cook2013-07-041-1/+1
* USB: HWA: fix device probe failureThomas Pugliese2013-06-252-1/+4
* UWB: HWA: add support for Alereon 5310 and 5611 devicesThomas Pugliese2013-06-061-0/+6
* uwb: use %*ph specifier to dump bufferAndy Shevchenko2013-06-031-4/+3Star
* usb: uwb: use correct locking calls for rc datatpugliese2013-05-212-4/+4
* uwb/whci: Use module_pci_driver to register driverPeter Huewe2013-05-211-13/+1Star
* uwb: rename random32() to prandom_u32()Akinobu Mita2013-04-301-2/+2
* driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-11/+10Star
* uwb: fix uwb_dev_unlock() missed at an error path in uwb_rc_cmd_async()Alexey Khoroshilov2012-11-271-0/+1
* drivers/uwb: remove depends on CONFIG_EXPERIMENTALKees Cook2012-11-161-2/+1Star
* umc-bus.c: fix usage of device_trylockClaudio Scordino2012-10-251-1/+1
* uwb: fix error handlingOliver Neukum2012-04-181-1/+2
* uwb: fix use of del_timer_sync() in interruptOliver Neukum2012-04-181-1/+11
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-8/+1Star
* uwb: use for_each_clear_bit()Akinobu Mita2012-03-241-4/+2Star
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-1/+1
|\
| * uwb: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-101-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \
| * | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
| |/
* / USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2011-11-182-30/+2Star
|/
* uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-11-0112-0/+12
* uwb: Add module.h to the real uwb modular users.Paul Gortmaker2011-11-012-0/+2
* drivers/uwb: fix implicit use of stat.hPaul Gortmaker2011-11-012-0/+2
* Remove unneeded version.h include from drivers/uwb/Jesper Juhl2011-09-151-1/+0Star
* uwb: Fix misspelling of neighbourhood in commentJesper Juhl2011-07-211-1/+1
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* Fix common misspellingsLucas De Marchi2011-03-315-7/+7
* drivers:uwb:scan.c remove one to many l's in the word.Justin P. Mattock2011-02-251-1/+1
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-163-7/+4Star
|\
| * uwb: fix compiler warning on i1480_est_id_tableNamhyung Kim2010-12-031-1/+1
| * uwb: fix compiler warning on whcrc_id_tableNamhyung Kim2010-12-031-1/+1
| * drivers/uwb: Use printf extension %pR for struct resourceJoe Perches2010-11-161-5/+2Star
* | UWB: Return UWB_RSV_ALLOC_NOT_FOUND rather than crashing on NULL dereference ...Jesper Juhl2010-11-111-1/+2
|/
* uwb: Remove the WLP subsystem and driversDavid Vrabel2010-10-2520-7803/+1Star
* uwb: use '%pM' format to print MAC addressAndy Shevchenko2010-10-222-9/+3Star
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3029-0/+29