summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit2016-02-064-22/+22
* USB: EHCI: fix compiler warning introduced by commit 2a40f324541eAlan Stern2016-02-042-1/+2
* Add ioctls to enable and disable local controls on an instrumentDave Penkler2016-02-031-0/+70
* Add ioctl to retrieve USBTMC-USB488 capabilitiesDave Penkler2016-02-031-0/+12
* Add support for receiving USBTMC USB488 SRQ notifications via poll/selectDave Penkler2016-02-031-0/+23
* Add support for USBTMC USB488 SRQ notification with fasyncDave Penkler2016-02-031-0/+24
* Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation.Dave Penkler2016-02-031-0/+201
* usb: usbip: Fix possible deadlocks reported by lockdepAndrew Goodbody2016-02-035-65/+91
* USB: cxacru: fix an bounds check warningDan Carpenter2016-02-031-0/+2
* usb: storage: ene_ub6250: Remove unnecessary cast in kfreeAmitoj Kaur Chawla2016-02-031-2/+2
* usb: host: ehci-sched: remove unnecessary bracesGeyslan G. Bem2016-02-031-5/+1
* usb: host: ehci-sched: use sizeof operator with parensGeyslan G. Bem2016-02-031-4/+4
* usb: host: ehci-sched: add line after declarationsGeyslan G. Bem2016-02-031-0/+2
* usb: host: ehci-sched: use C89-style commentsGeyslan G. Bem2016-02-031-12/+14
* usb: host: ehci-sched: remove useless else branchGeyslan G. Bem2016-02-031-3/+2
* usb: host: ehci-sched: remove prohibited spacesGeyslan G. Bem2016-02-031-132/+133
* usb: host: ehci-sched: add spaces around operatorsGeyslan G. Bem2016-02-031-1/+1
* usb: host: ehci-sched: remove useless initializationsGeyslan G. Bem2016-02-031-2/+2
* usb: host: ehci-sched: move constants to rightGeyslan G. Bem2016-02-031-3/+3
* usb: host: ehci-sched: refactor scan_isoc functionGeyslan G. Bem2016-02-031-101/+101
* usb: ehci: remove old stub_debug_files definitionGeyslan G. Bem2016-02-032-7/+2
* usb: host: ehci-dbg: add function output_buf_tds_dir()Geyslan G. Bem2016-02-031-33/+29
* usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times sizeGeyslan G. Bem2016-02-031-1/+1
* usb: host: ehci-dbg: enclose conditional blocks with bracesGeyslan G. Bem2016-02-031-4/+5
* usb: host: ehci-dbg: replace sizeof operandGeyslan G. Bem2016-02-031-1/+1
* usb: host: ehci-dbg: remove blank line before close braceGeyslan G. Bem2016-02-031-1/+0
* usb: host: ehci-dbg: add blank line after declarationsGeyslan G. Bem2016-02-031-0/+1
* usb: host: ehci-dbg: convert macro to inline functionGeyslan G. Bem2016-02-031-20/+34
* usb: host: ehci-dbg: use a blank line after struct declarationsGeyslan G. Bem2016-02-031-0/+3
* usb: host: ehci-dbg: fix up function definitionsGeyslan G. Bem2016-02-031-12/+16
* usb: host: ehci-dbg: use scnprintf() in qh_lines()Geyslan G. Bem2016-02-031-6/+2
* usb: host: ehci-dbg: put spaces around operatorsGeyslan G. Bem2016-02-031-8/+8
* usb: host: ehci-dbg: fix up closing parenthesisGeyslan G. Bem2016-02-031-8/+4
* usb: host: ehci-dbg: move trailing statements to next lineGeyslan G. Bem2016-02-031-16/+38
* usb: host: ehci-dbg: use C89-style commentsGeyslan G. Bem2016-02-031-10/+11
* usb: host: ehci-dbg: remove space before open square bracketGeyslan G. Bem2016-02-031-17/+16
* usb: host: ehci-dbg: remove space before open parenthesisGeyslan G. Bem2016-02-031-100/+99
* usb: host: ehci.h: move constant to rightGeyslan G. Bem2016-02-031-1/+1
* usb: host: ehci.h: move pointer operator to name sideGeyslan G. Bem2016-02-031-1/+1
* usb: host: ehci.h: remove macros trailing semicolonGeyslan G. Bem2016-02-031-2/+2
* usb: host: ehci.h: use space after commaGeyslan G. Bem2016-02-031-2/+3
* usb: host: ehci.h: remove direct use of __attribute__ keywordGeyslan G. Bem2016-02-031-5/+5
* usb: host: ehci.h: fix single statement macrosGeyslan G. Bem2016-02-031-2/+2
* usb: host: ehci.h: remove space before open square bracketGeyslan G. Bem2016-02-031-11/+11
* usb: host: ehci.h: remove space before function open parenthesisGeyslan G. Bem2016-02-031-11/+11
* usb: host: ehci.h: remove space before commaGeyslan G. Bem2016-02-031-4/+4
* usb: gadget: rndis: fix itnull.cocci warningsJulia Lawall2016-02-031-1/+1
* usb: no locking for reading descriptors in sysfsOliver Neukum2016-02-031-5/+1
* usb: sysfs: make locking interruptibleOliver Neukum2016-02-031-20/+49
* usb: core: switch bus numbering to using idrHeiner Kallweit2016-02-035-33/+13