summaryrefslogtreecommitdiffstats
path: root/drivers/uwb
Commit message (Expand)AuthorAgeFilesLines
* 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-051-8/+1
* uwb: use for_each_clear_bit()Akinobu Mita2012-03-231-4/+2
* 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-091-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/+2
|/
* uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-3112-0/+12
* uwb: Add module.h to the real uwb modular users.Paul Gortmaker2011-10-312-0/+2
* drivers/uwb: fix implicit use of stat.hPaul Gortmaker2011-10-312-0/+2
* Remove unneeded version.h include from drivers/uwb/Jesper Juhl2011-09-151-1/+0
* 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/+4
|\
| * 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/+2
* | 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/+1
* uwb: use '%pM' format to print MAC addressAndy Shevchenko2010-10-222-9/+3
* 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
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-03-193-51/+69
|\
| * uwb: remove duplicate cpu_to_le16()Dan Carpenter2010-02-251-4/+2
| * uwb: declare MODULE_FIRMWARE() in i1480 DFU driverBen Hutchings2010-01-141-0/+4
| * uwb: make USB device id table constantMárton Németh2010-01-142-2/+2
| * uwb: wlp: refactor wlp_get_<attribute>() macrosDavid Vrabel2010-01-111-45/+61
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-122-3/+3
|\ \
| * | tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
| * | uwb/i1480: add __init/__exit macrosPeter Huewe2010-02-051-2/+2
| |/
* | Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-072-4/+4
* | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-2/+1
* | driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-1/+4
|/
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-042-2/+2
* tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-3/+3
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-09-176-18/+17
|\
| * uwb: avoid radio controller reset loopsDavid Vrabel2009-08-264-15/+14
| * uwb: stop uwbd thread if rc->start() failsDavid Vrabel2009-08-251-1/+1
| * uwb: handle radio controller events with out-of-range IDs correctlyDavid Vrabel2009-08-251-2/+2
* | driver model: constify attribute groupsDavid Brownell2009-09-151-1/+1
* | uwb: convert to netdev_tx_tStephen Hemminger2009-09-012-2/+4
|/
* uwb: allow WLP to be used with IPv6.Frank Leipold2009-06-011-1/+1
* uwb: event_size should be signedRoel Kluin2009-06-011-1/+1