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