aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb
AgeCommit message (Expand)AuthorFilesLines
2013-12-20uwb: move mutex_lock to error case in uwbd_evt_handle_rc_bp_slot_changeThomas Pugliese1-2/+2
2013-12-20uwb: use uwb_rsv_callback instead of calling rsv->callback directlyThomas Pugliese1-1/+1
2013-12-20uwb: whitespace and comment cleanupsThomas Pugliese3-9/+9
2013-12-20uwb: 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-08uwb: 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-29UWB: clean up attribute use by using ATTRIBUTE_GROUPS()Greg Kroah-Hartman1-13/+3
2013-10-16uwb: convert bus code to use dev_groupsGreg Kroah-Hartman1-5/+8
2013-08-19uwb: Staticize local symbolsJingoo Han1-2/+2
2013-08-12UWB: fix sysfs warning on HWA device unplug.Thomas Pugliese1-2/+38
2013-08-12HWA RC: fix a kernel panic when unplugging the HWA dongleThomas Pugliese1-1/+15
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-06-24USB: HWA: fix device probe failureThomas Pugliese2-1/+4
2013-06-06UWB: HWA: add support for Alereon 5310 and 5611 devicesThomas Pugliese1-0/+6
2013-06-03uwb: 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-29uwb: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-11/+10
2012-11-26uwb: fix uwb_dev_unlock() missed at an error path in uwb_rc_cmd_async()Alexey Khoroshilov1-0/+1
2012-11-15drivers/uwb: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+1
2012-10-25umc-bus.c: fix usage of device_trylockClaudio Scordino1-1/+1
2012-04-18uwb: fix error handlingOliver Neukum1-1/+2
2012-04-18uwb: fix use of del_timer_sync() in interruptOliver Neukum1-1/+11
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+1
2012-03-23uwb: use for_each_clear_bit()Akinobu Mita1-4/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-12-09uwb: 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-10-31uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker12-0/+12
2011-10-31uwb: Add module.h to the real uwb modular users.Paul Gortmaker2-0/+2
2011-10-31drivers/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-16drivers/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-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-51/+69
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2-4/+4
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-2/+1
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+4
2010-02-25uwb: remove duplicate cpu_to_le16()Dan Carpenter1-4/+2
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack1-1/+1
2010-02-05uwb/i1480: add __init/__exit macrosPeter Huewe1-2/+2
2010-01-14uwb: declare MODULE_FIRMWARE() in i1480 DFU driverBen Hutchings1-0/+4
2010-01-14uwb: make USB device id table constantMárton Németh2-2/+2
2010-01-11uwb: wlp: refactor wlp_get_<attribute>() macrosDavid Vrabel1-45/+61
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-2/+2
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-3/+3
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-18/+17
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-01uwb: convert to netdev_tx_tStephen Hemminger2-2/+4
2009-08-26uwb: avoid radio controller reset loopsDavid Vrabel4-15/+14
2009-08-25uwb: stop uwbd thread if rc->start() failsDavid Vrabel1-1/+1
2009-08-25uwb: handle radio controller events with out-of-range IDs correctlyDavid Vrabel1-2/+2
2009-06-01uwb: allow WLP to be used with IPv6.Frank Leipold1-1/+1
2009-06-01uwb: event_size should be signedRoel Kluin1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-2/+2
2009-01-23uwb: lock rc->rsvs_lock with spin_lock_bh()David Vrabel2-4/+4
2009-01-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel6-27/+17
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-1/+1
2009-01-07uwb: convert devices to net_device_opsStephen Hemminger5-26/+16
2009-01-07uwb: remove unused #include <version.h>'sHuang Weiyi1-1/+0
2009-01-06uwb: safely remove all reservationsDavid Vrabel1-4/+13
2009-01-06trivial: Fix misspelling of "firmware" in usb.cNick Andrew1-1/+1
2009-01-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel1-9/+3
2008-12-23uwb: remove beacon cache entry after calling uwb_notify()Stefano Panella2-2/+2
2008-12-22uwb: remove unused include/linux/uwb/debug.hDavid Vrabel5-5/+5
2008-12-22uwb: use print_hex_dump()David Vrabel1-20/+1
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel20-691/+117
2008-12-12uwb: fix memory leak in uwb_rc_notif()David Vrabel1-18/+1
2008-12-12uwb: fix oops when terminating an already terminated reservationDavid Vrabel1-1/+2
2008-12-12uwb: improved MAS allocator and reservation conflict handlingStefano Panella8-316/+1527
2008-11-26wusb: add debug files for ASL, PZL and DI to the whci-hcd driverDavid Vrabel3-2/+19
2008-11-26uwb: fix oops in debug PAL's reservation callbackDavid Vrabel1-1/+1
2008-11-25uwb: clean up whci_wait_for() timeout error messageDavid Vrabel2-32/+8
2008-11-19uwb: remove unused beacon group join/leave eventsDavid Vrabel1-16/+1
2008-11-19wlp: start/stop radio on network interface up/downDavid Vrabel4-45/+25
2008-11-19uwb: add basic radio managerDavid Vrabel11-69/+261
2008-11-17uwb: add pal parameter to new reservation callbackDavid Vrabel2-6/+6
2008-11-07uwb: fix races between events and neh timersDavid Vrabel2-16/+35
2008-11-07uwb: don't unbind the radio controller driver when resettingDavid Vrabel6-42/+151
2008-11-04uwb: per-radio controller event thread and beacon cacheStefano Panella5-122/+80
2008-11-04uwb: add commands to add/remove IEs to the debug interfaceStefano Panella1-1/+19
2008-11-04uwb: infrastructure for handling Relinquish Request IEsStefano Panella4-0/+61
2008-10-31uwb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-3/+2
2008-10-31uwb: remove unused #include <version.h>Huang Weiyi7-7/+0
2008-10-28uwb: use the %pM formatting specifier in eda.cHarvey Harrison1-29/+9
2008-10-28uwb: order IEs by element IDDavid Vrabel5-362/+170
2008-10-28uwb: reference count reservationsDavid Vrabel2-19/+42
2008-10-28uwb: target reservations shouldn't get streamsDavid Vrabel1-2/+2
2008-10-20uwb: wrong sizeof argument in mac address compareFrank Leipold1-1/+1
2008-10-16uwb: don't use printk_ratelimit() so oftenDavid Vrabel6-64/+26
2008-10-15uwb: use kcalloc where appropriateDavid Vrabel1-1/+1
2008-10-15uwb: use time_after() when purging stale beaconsDavid Vrabel1-3/+4
2008-09-17uwb: depend on EXPERIMENTALDavid Vrabel1-1/+2
2008-09-17uwb: add symlinks in sysfs between radio controllers and PALsDavid Vrabel1-0/+20
2008-09-17uwb: dont tranmit identification IEsDavid Vrabel3-36/+0
2008-09-17uwb: i1480/GUWA100U: fix firmware download issuesAnderson Lizardo3-15/+45
2008-09-17uwb: i1480: remove MAC/PHY information checking functionAnderson Lizardo2-101/+4
2008-09-17uwb: add Intel i1480 HWA to the UWB RC quirk tableAnderson Lizardo1-0/+3
2008-09-17uwb: disable command/event filtering for D-Link DUB-1210Anderson Lizardo1-2/+14
2008-09-17uwb: initialize the debug sub-systemDavid Vrabel1-0/+2
2008-09-17uwb: Fix handling IEs with empty IE data in uwb_est_get_size()Anderson Lizardo1-1/+1
2008-09-17uwb: add the i1480 WLP driverInaky Perez-Gonzalez10-0/+2818
2008-09-17uwb: add the i1480 DFU driverInaky Perez-Gonzalez10-0/+1898
2008-09-17uwb: add WiMedia LLC Protocol (build system)Greg Kroah-Hartman3-0/+18
2008-09-17uwb: add WiMedia LLC Protocol stack (WSS)Reinette Chatre1-0/+1055
2008-09-17uwb: add WiMedia LLC Protocol stack (messages)Reinette Chatre1-0/+1946
2008-09-17uwb: add the WiMedia LLC Protocol stackReinette Chatre6-0/+2388
2008-09-17uwb: add HWA radio controller driverInaky Perez-Gonzalez3-0/+924
2008-09-17uwb: add whc-rc radio control driverInaky Perez-Gonzalez3-1/+549
2008-09-17uwb: add the driver to enumerate WHCI capabilitiesDavid Vrabel2-1/+270
2008-09-17uwb: add the umc busDavid Vrabel4-0/+359
2008-09-17uwb: add the UWB stack (build system)Greg Kroah-Hartman2-0/+48
2008-09-17uwb: add the UWB stack (debug support)David Vrabel1-0/+367
2008-09-17uwb: add the UWB stack (reservation manager)David Vrabel4-0/+1661
2008-09-17uwb: add the UWB stack (MLME)Inaky Perez-Gonzalez4-0/+1721
2008-09-17uwb: add the UWB stack (radio controller interface)Inaky Perez-Gonzalez3-0/+1463
2008-09-17uwb: add the UWB stack (core files)Inaky Perez-Gonzalez6-0/+1939