summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2016-02-03Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"Mathias Nyman
2016-02-03usb: host: ehci-sched: remove unnecessary bracesGeyslan G. Bem
2016-02-03usb: host: ehci-sched: use sizeof operator with parensGeyslan G. Bem
2016-02-03usb: host: ehci-sched: add line after declarationsGeyslan G. Bem
2016-02-03usb: host: ehci-sched: use C89-style commentsGeyslan G. Bem
2016-02-03usb: host: ehci-sched: remove useless else branchGeyslan G. Bem
2016-02-03usb: host: ehci-sched: remove prohibited spacesGeyslan G. Bem
2016-02-03usb: host: ehci-sched: add spaces around operatorsGeyslan G. Bem
2016-02-03usb: host: ehci-sched: remove useless initializationsGeyslan G. Bem
2016-02-03usb: host: ehci-sched: move constants to rightGeyslan G. Bem
2016-02-03usb: host: ehci-sched: refactor scan_isoc functionGeyslan G. Bem
2016-02-03usb: ehci: remove old stub_debug_files definitionGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: add function output_buf_tds_dir()Geyslan G. Bem
2016-02-03usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times sizeGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: enclose conditional blocks with bracesGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: replace sizeof operandGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: remove blank line before close braceGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: add blank line after declarationsGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: convert macro to inline functionGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: use a blank line after struct declarationsGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: fix up function definitionsGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: use scnprintf() in qh_lines()Geyslan G. Bem
2016-02-03usb: host: ehci-dbg: put spaces around operatorsGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: fix up closing parenthesisGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: move trailing statements to next lineGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: use C89-style commentsGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: remove space before open square bracketGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: remove space before open parenthesisGeyslan G. Bem
2016-02-03usb: host: ehci.h: move constant to rightGeyslan G. Bem
2016-02-03usb: host: ehci.h: move pointer operator to name sideGeyslan G. Bem
2016-02-03usb: host: ehci.h: remove macros trailing semicolonGeyslan G. Bem
2016-02-03usb: host: ehci.h: use space after commaGeyslan G. Bem
2016-02-03usb: host: ehci.h: remove direct use of __attribute__ keywordGeyslan G. Bem
2016-02-03usb: host: ehci.h: fix single statement macrosGeyslan G. Bem
2016-02-03usb: host: ehci.h: remove space before open square bracketGeyslan G. Bem
2016-02-03usb: host: ehci.h: remove space before function open parenthesisGeyslan G. Bem
2016-02-03usb: host: ehci.h: remove space before commaGeyslan G. Bem
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit
2016-02-03xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman
2016-02-03xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capabilityMathias Nyman
2016-02-03xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllersMathias Nyman
2016-02-03xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman
2016-02-03USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern
2016-02-03USB: EHCI: add a delay when unlinking an active QHAlan Stern
2016-02-03USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern
2016-02-03USB: EHCI: store reason for unlinking a QHAlan Stern
2016-01-24USB: host: use to_platform_deviceGeliang Tang
2016-01-24usb: host: u132-hcd: use list_for_each_entryGeliang Tang
2016-01-24usb: host: oxu210hp-hcd: use list_for_each_entry_safeGeliang Tang
2016-01-24usb: host: max3421-hcd: use list_for_each_entry*Geliang Tang