aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb
AgeCommit message (Expand)AuthorFilesLines
2011-10-31uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredGravatar Paul Gortmaker 12-0/+12
2011-10-31uwb: Add module.h to the real uwb modular users.Gravatar Paul Gortmaker 2-0/+2
2011-10-31drivers/uwb: fix implicit use of stat.hGravatar Paul Gortmaker 2-0/+2
2011-09-15Remove unneeded version.h include from drivers/uwb/Gravatar Jesper Juhl 1-1/+0
2011-07-21uwb: Fix misspelling of neighbourhood in commentGravatar Jesper Juhl 1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 5-7/+7
2011-02-25drivers:uwb:scan.c remove one to many l's in the word.Gravatar Justin P. Mattock 1-1/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGravatar Greg Kroah-Hartman 3-7/+4
2010-12-03uwb: fix compiler warning on i1480_est_id_tableGravatar Namhyung Kim 1-1/+1
2010-12-03uwb: fix compiler warning on whcrc_id_tableGravatar Namhyung Kim 1-1/+1
2010-11-16drivers/uwb: Use printf extension %pR for struct resourceGravatar Joe Perches 1-5/+2
2010-11-11UWB: Return UWB_RSV_ALLOC_NOT_FOUND rather than crashing on NULL dereference ...Gravatar Jesper Juhl 1-1/+2
2010-10-25uwb: Remove the WLP subsystem and driversGravatar David Vrabel 20-7803/+1
2010-10-22uwb: use '%pM' format to print MAC addressGravatar Andy Shevchenko 2-9/+3
2010-06-16fix typos concerning "initiali[zs]e"Gravatar Uwe Kleine-König 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 29-0/+29
2010-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-51/+69
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-3/+3
2010-03-07Driver core: create lock/unlock functions for struct deviceGravatar Greg Kroah-Hartman 2-4/+4
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-2/+1
2010-03-07driver-core: Add attribute argument to class_attribute show/storeGravatar Andi Kleen 1-1/+4
2010-02-25uwb: remove duplicate cpu_to_le16()Gravatar Dan Carpenter 1-4/+2
2010-02-05tree-wide: fix 'lenght' typo in comments and codeGravatar Daniel Mack 1-1/+1
2010-02-05uwb/i1480: add __init/__exit macrosGravatar Peter Huewe 1-2/+2
2010-01-14uwb: declare MODULE_FIRMWARE() in i1480 DFU driverGravatar Ben Hutchings 1-0/+4
2010-01-14uwb: make USB device id table constantGravatar Márton Németh 2-2/+2
2010-01-11uwb: wlp: refactor wlp_get_<attribute>() macrosGravatar David Vrabel 1-45/+61
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 2-2/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeGravatar Dirk Hohndel 1-1/+1
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-3/+3
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-09-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-18/+17
2009-09-15driver model: constify attribute groupsGravatar David Brownell 1-1/+1
2009-09-01uwb: convert to netdev_tx_tGravatar Stephen Hemminger 2-2/+4
2009-08-26uwb: avoid radio controller reset loopsGravatar David Vrabel 4-15/+14
2009-08-25uwb: stop uwbd thread if rc->start() failsGravatar David Vrabel 1-1/+1
2009-08-25uwb: handle radio controller events with out-of-range IDs correctlyGravatar David Vrabel 1-2/+2
2009-06-01uwb: allow WLP to be used with IPv6.Gravatar Frank Leipold 1-1/+1
2009-06-01uwb: event_size should be signedGravatar Roel Kluin 1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Gravatar Yang Hongyang 1-2/+2
2009-03-30trivial: fix typos/grammar errors in Kconfig textsGravatar Matt LaPlante 1-2/+2
2009-01-23uwb: lock rc->rsvs_lock with spin_lock_bh()Gravatar David Vrabel 2-4/+4
2009-01-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Vrabel 6-27/+17
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 1-1/+1
2009-01-07uwb: convert devices to net_device_opsGravatar Stephen Hemminger 5-26/+16
2009-01-07uwb: remove unused #include <version.h>'sGravatar Huang Weiyi 1-1/+0
2009-01-06uwb: safely remove all reservationsGravatar David Vrabel 1-4/+13