summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-033-23/+58
* usb: core: switch bus numbering to using idrHeiner Kallweit2016-02-037-35/+15
* xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman2016-02-032-0/+4
* xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capabilityMathias Nyman2016-02-031-9/+18
* xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllersMathias Nyman2016-02-031-0/+1
* xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman2016-02-033-6/+13
* USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern2016-02-032-3/+7
* USB: EHCI: add a delay when unlinking an active QHAlan Stern2016-02-034-5/+59
* USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern2016-02-034-16/+20
* USB: EHCI: store reason for unlinking a QHAlan Stern2016-02-035-11/+26
* Merge 4.5-rc2 into usb-nextGreg Kroah-Hartman2016-02-01267-1770/+3988
|\
| * Linux 4.5-rc2v4.5-rc2Linus Torvalds2016-01-311-1/+1
| * Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-319-7/+68
| |\