summaryrefslogtreecommitdiff
path: root/drivers/uwb
AgeCommit message (Expand)AuthorFilesLines
2013-12-21uwb: move mutex_lock to error case in uwbd_evt_handle_rc_bp_slot_changeThomas Pugliese1-2/+2
2013-12-21uwb: use uwb_rsv_callback instead of calling rsv->callback directlyThomas Pugliese1-1/+1
2013-12-21uwb: whitespace and comment cleanupsThomas Pugliese3-9/+9
2013-12-21uwb: add debug prints during channel change and beacon actionsThomas Pugliese2-1/+6
2013-12-19uwb: umc-dev: add missing put_device callLevente Kurusa1-0/+1
2013-12-09uwb: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-1/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+8
2013-10-30UWB: clean up attribute use by using ATTRIBUTE_GROUPS()Greg Kroah-Hartman1-13/+3
2013-10-17uwb: convert bus code to use dev_groupsGreg Kroah-Hartman1-5/+8
2013-08-20uwb: Staticize local symbolsJingoo Han1-2/+2
2013-08-13UWB: fix sysfs warning on HWA device unplug.Thomas Pugliese1-2/+38
2013-08-13HWA RC: fix a kernel panic when unplugging the HWA dongleThomas Pugliese1-1/+15
2013-07-04drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-06-25USB: HWA: fix device probe failureThomas Pugliese2-1/+4
2013-06-07UWB: HWA: add support for Alereon 5310 and 5611 devicesThomas Pugliese1-0/+6
2013-06-04uwb: use %*ph specifier to dump bufferAndy Shevchenko1-4/+3
2013-05-21usb: uwb: use correct locking calls for rc datatpugliese2-4/+4
2013-05-21uwb/whci: Use module_pci_driver to register driverPeter Huewe1-13/+1
2013-04-30uwb: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-02-07driver-core: constify data for class_find_device()Michał Mirosław1-11/+10
2012-11-27uwb: fix uwb_dev_unlock() missed at an error path in uwb_rc_cmd_async()Alexey Khoroshilov1-0/+1
2012-11-16drivers/uwb: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2012-10-25umc-bus.c: fix usage of device_trylockClaudio Scordino1-1/+1
2012-04-19uwb: fix error handlingOliver Neukum1-1/+2
2012-04-19uwb: fix use of del_timer_sync() in interruptOliver Neukum1-1/+11
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-8/+1
2012-03-24uwb: use for_each_clear_bit()Akinobu Mita1-4/+2
2012-01-10Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-12-10uwb: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2-30/+2
2011-11-01uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker12-0/+12
2011-11-01uwb: Add module.h to the real uwb modular users.Paul Gortmaker2-0/+2
2011-11-01drivers/uwb: fix implicit use of stat.hPaul Gortmaker2-0/+2
2011-09-15Remove unneeded version.h include from drivers/uwb/Jesper Juhl1-1/+0
2011-07-21uwb: Fix misspelling of neighbourhood in commentJesper Juhl1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi5-7/+7
2011-02-25drivers:uwb:scan.c remove one to many l's in the word.Justin P. Mattock1-1/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman3-7/+4
2010-12-03uwb: fix compiler warning on i1480_est_id_tableNamhyung Kim1-1/+1
2010-12-03uwb: fix compiler warning on whcrc_id_tableNamhyung Kim1-1/+1
2010-11-17drivers/uwb: Use printf extension %pR for struct resourceJoe Perches1-5/+2
2010-11-11UWB: Return UWB_RSV_ALLOC_NOT_FOUND rather than crashing on NULL dereference ...Jesper Juhl1-1/+2
2010-10-25uwb: Remove the WLP subsystem and driversDavid Vrabel20-7803/+1
2010-10-22uwb: use '%pM' format to print MAC addressAndy Shevchenko2-9/+3
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo29-0/+29
2010-03-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-51/+69