aboutsummaryrefslogtreecommitdiff
path: root/drivers/uwb/i1480
AgeCommit message (Expand)AuthorFilesLines
2017-03-14uwb: i1480-dfu: fix NULL-deref at probeGravatar Johan Hovold 1-0/+3
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Gravatar Justin P. Mattock 1-1/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Gravatar Greg Kroah-Hartman 1-19/+1
2011-10-31uwb: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredGravatar Paul Gortmaker 1-0/+1
2010-12-03uwb: fix compiler warning on i1480_est_id_tableGravatar Namhyung Kim 1-1/+1
2010-10-25uwb: Remove the WLP subsystem and driversGravatar David Vrabel 9-2712/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 6-0/+6
2010-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+7
2010-02-25uwb: remove duplicate cpu_to_le16()Gravatar Dan Carpenter 1-4/+2
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 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-09-01uwb: convert to netdev_tx_tGravatar Stephen Hemminger 2-2/+4
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-06trivial: Fix misspelling of "firmware" in usb.cGravatar Nick Andrew 1-1/+1
2008-12-22uwb: remove unused include/linux/uwb/debug.hGravatar David Vrabel 3-3/+3
2008-12-22uwb: use dev_dbg() for debug messagesGravatar David Vrabel 5-128/+17
2008-11-19wlp: start/stop radio on network interface up/downGravatar David Vrabel 2-41/+12
2008-10-31uwb: remove unused #include <version.h>Gravatar Huang Weiyi 3-3/+0
2008-10-16uwb: don't use printk_ratelimit() so oftenGravatar David Vrabel 1-3/+1
2008-09-17uwb: i1480/GUWA100U: fix firmware download issuesGravatar Anderson Lizardo 3-15/+45
2008-09-17uwb: i1480: remove MAC/PHY information checking functionGravatar Anderson Lizardo 2-101/+4
2008-09-17uwb: add the i1480 WLP driverGravatar Inaky Perez-Gonzalez 9-0/+2808
2008-09-17uwb: add the i1480 DFU driverGravatar Inaky Perez-Gonzalez 8-0/+1885