summaryrefslogtreecommitdiffstats
path: root/drivers/uwb
AgeCommit message (Expand)AuthorLines
2012-04-18uwb: fix error handlingOliver Neukum-1/+2
2012-04-18uwb: fix use of del_timer_sync() in interruptOliver Neukum-1/+11
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd-8/+1
2012-03-23uwb: use for_each_clear_bit()Akinobu Mita-4/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-12-09uwb: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock-1/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman-30/+2
2011-10-31uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker-0/+12
2011-10-31uwb: Add module.h to the real uwb modular users.Paul Gortmaker-0/+2
2011-10-31drivers/uwb: fix implicit use of stat.hPaul Gortmaker-0/+2
2011-09-15Remove unneeded version.h include from drivers/uwb/Jesper Juhl-1/+0
2011-07-21uwb: Fix misspelling of neighbourhood in commentJesper Juhl-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-7/+7
2011-02-25drivers:uwb:scan.c remove one to many l's in the word.Justin P. Mattock-1/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman-7/+4
2010-12-03uwb: fix compiler warning on i1480_est_id_tableNamhyung Kim-1/+1
2010-12-03uwb: fix compiler warning on whcrc_id_tableNamhyung Kim-1/+1
2010-11-16drivers/uwb: Use printf extension %pR for struct resourceJoe Perches-5/+2
2010-11-11UWB: Return UWB_RSV_ALLOC_NOT_FOUND rather than crashing on NULL dereference ...Jesper Juhl-1/+2
2010-10-25uwb: Remove the WLP subsystem and driversDavid Vrabel-7803/+1
2010-10-22uwb: use '%pM' format to print MAC addressAndy Shevchenko-9/+3
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+29
2010-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-51/+69
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman-4/+4
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy-2/+1
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen-1/+4
2010-02-25uwb: remove duplicate cpu_to_le16()Dan Carpenter-4/+2
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack-1/+1
2010-02-05uwb/i1480: add __init/__exit macrosPeter Huewe-2/+2
2010-01-14uwb: declare MODULE_FIRMWARE() in i1480 DFU driverBen Hutchings-0/+4
2010-01-14uwb: make USB device id table constantMárton Németh-2/+2
2010-01-11uwb: wlp: refactor wlp_get_<attribute>() macrosDavid Vrabel-45/+61
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-2/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-3/+3
2009-09-21trivial: remove unnecessary semicolonsJoe Perches-1/+1
2009-09-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-18/+17
2009-09-15driver model: constify attribute groupsDavid Brownell-1/+1
2009-09-01uwb: convert to netdev_tx_tStephen Hemminger-2/+4
2009-08-26uwb: avoid radio controller reset loopsDavid Vrabel-15/+14
2009-08-25uwb: stop uwbd thread if rc->start() failsDavid Vrabel-1/+1
2009-08-25uwb: handle radio controller events with out-of-range IDs correctlyDavid Vrabel-2/+2
2009-06-01uwb: allow WLP to be used with IPv6.Frank Leipold-1/+1
2009-06-01uwb: event_size should be signedRoel Kluin-1/+1