summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
* | 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: core: switch bus numbering to using idrHeiner Kallweit2016-02-031-7/+2
* | 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
* | USB: host: use to_platform_deviceGeliang Tang2016-01-244-16/+8
* | usb: host: u132-hcd: use list_for_each_entryGeliang Tang2016-01-241-12/+6
* | usb: host: oxu210hp-hcd: use list_for_each_entry_safeGeliang Tang2016-01-241-10/+5
* | usb: host: max3421-hcd: use list_for_each_entry*Geliang Tang2016-01-241-11/+5
* | usb: host: fotg210: use list_for_each_entry_safeGeliang Tang2016-01-241-10/+5
* | ehci-hcd: Disable memory-write-invalidate when the driver is removedJia-Ju Bai2016-01-241-1/+7
* | ehci-hcd: Cleanup memory resources when ehci_halt failsJia-Ju Bai2016-01-241-1/+3
* | usb: host: ehci-msm: Register usb shutdown functionAzriel Samson2016-01-241-0/+1
* | usb: host: ehci-msm: Fix register initializationJack Pham2016-01-241-0/+2
* | usb: host: ehci-msm: Add support for ACPI probingJack Pham2016-01-241-0/+8
* | usb: host: ehci-msm: Remove dependency on OTG PHYJack Pham2016-01-241-22/+31