summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
* | | | USB: EHCI: remove ehci_port_power() routineAlan Stern2012-10-3116-106/+20Star
* | | | USB: EHCI: remove unused Link Power Management codeAlan Stern2012-10-317-239/+1Star
* | | | Merge 3.7-rc3 into usb-next.Greg Kroah-Hartman2012-10-295-10/+29
|\ \ \ \ | | |_|/ | |/| |
| * | | xhci: trivial: Remove assigned but unused ep_ctx.Sarah Sharp2012-10-251-2/+0Star
| * | | xhci: trivial: Remove assigned but unused slot_ctx.Sarah Sharp2012-10-251-2/+0Star
| * | | xhci: Fix missing break in xhci_evaluate_context_result.Sarah Sharp2012-10-251-0/+2
| * | | xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp2012-10-251-0/+11
| * | | ehci: Add yet-another Lucid nohandoff pci quirkAnisse Astier2012-10-251-0/+7
| * | | ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versionsAnisse Astier2012-10-251-1/+1
| * | | xhci: fix integer overflowOliver Neukum2012-10-241-1/+1
| * | | xhci: endianness xhci_calculate_intel_u2_timeoutOliver Neukum2012-10-241-1/+1
| * | | usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assig...Lan Tianyu2012-10-221-3/+2Star
| * | | usb/xhci: release xhci->lock during turning on/off usb port's acpi power reso...Lan Tianyu2012-10-221-0/+4
| | |/ | |/|
* | | USB: isp1760-if: Change to use irq_of_parse_and_mapNobuhiro Iwamatsu2012-10-251-5/+2Star
* | | usb: "ehci-w90x900" Fix a typo and add some whitespace.Justin P. Mattock2012-10-241-1/+1
* | | USB: hub_for_each_child should skip unconnected portsAlan Stern2012-10-241-4/+2Star
* | | USB: EHCI: move ehci_update_device() to ehci-lpm.cAlan Stern2012-10-243-35/+20Star
* | | USB: EHCI: make ehci_read_frame_index platform independentAlan Stern2012-10-243-40/+26Star
* | | USB: EHCI: move logging macros to ehci.hAlan Stern2012-10-242-15/+15
* | | USB: EHCI: add condition for delay during the resumePeter Chen2012-10-241-5/+18
* | | USB: ohci-s3c2410: use devm_ functionsJingoo Han2012-10-241-24/+8Star
* | | USB: ohci-exynos: use devm_clk_get()Jingoo Han2012-10-241-5/+2Star
* | | usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-241-5/+5
* | | usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-241-5/+5
* | | usb: host: tegra remove include of <mach/iomap.h>Stephen Warren2012-10-241-1/+4
* | | USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removalFlorian Fainelli2012-10-231-1/+1
* | | USB: OHCI: make ohci-platform use devm_request_and_ioremap helperFlorian Fainelli2012-10-221-15/+3Star
* | | USB: EHCI: make ehci-platform use devm_request_and_ioremap helperFlorian Fainelli2012-10-221-15/+3Star
* | | USB: OHCI: fix typo in ohci-platform driver on the word "resource"Florian Fainelli2012-10-221-1/+1
* | | USB: EHCI: fix typo in ehci-platform driver on the word "resource"Florian Fainelli2012-10-221-1/+1
* | | USB: OHCI: make ohci-platform use dev_err() instead of pr_err()Florian Fainelli2012-10-221-3/+3
* | | USB: EHCI: make ehci-platform use dev_err() instead of pr_err()Florian Fainelli2012-10-221-3/+3
* | | USB: move common alchemy USB routines to arch/mips/alchemy/common.cFlorian Fainelli2012-10-222-615/+0Star
* | | USB: OHCI: remove Alchemy OHCI platform driver.Florian Fainelli2012-10-222-239/+0Star
* | | USB: OHCI: remove OHCI SH platform driverFlorian Fainelli2012-10-223-147/+5Star
* | | USB: OHCI: remove Netlogic XLS OHCI platform driverFlorian Fainelli2012-10-222-157/+0Star
* | | USB: OHCI: remove CNS3xxx OHCI platform driverFlorian Fainelli2012-10-223-172/+5Star
* | | USB: OHCI: remove PNX8550 OHCI driverFlorian Fainelli2012-10-222-248/+0Star
* | | USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli2012-10-2211-57/+48Star
* | | USB: ohci: remove check for RH already suspended in ohci_suspendFlorian Fainelli2012-10-221-9/+2Star
* | | USB: ohci: move ohci_pci_{suspend,resume} to ohci-hcd.cFlorian Fainelli2012-10-222-45/+45
* | | USB: ohci: allow platform driver to specify the number of portsFlorian Fainelli2012-10-221-0/+4
* | | USB: EHCI: remove CNS3xxx EHCI platform driverFlorian Fainelli2012-10-223-161/+5Star
* | | USB: EHCI: remove Alchemy EHCI driverFlorian Fainelli2012-10-222-189/+0Star
* | | USB: EHCI: add no_io_watchdog platform_data parameter to ehci-platformFlorian Fainelli2012-10-221-0/+2
* | | USB: EHCI: remove Netlogic XLS EHCI driverFlorian Fainelli2012-10-222-147/+0Star
* | | USB: EHCI: remove Loongson 1B EHCI driver.Florian Fainelli2012-10-222-152/+0Star
* | | USB: OHCI: remove ohci-pcc-soc driver.Florian Fainelli2012-10-223-231/+0Star
* | | USB: EHCI: remove IXP4xx EHCI driverFlorian Fainelli2012-10-222-144/+0Star
* | | OHCI: implement new semantics for URB_ISO_ASAPAlan Stern2012-10-222-6/+34