summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-11-11USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern2-11/+5
2012-11-11USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern4-10/+8
2012-11-06Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanupOlof Johansson9-13/+52
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-11-05usb: host: tegra remove include of <mach/iomap.h>Stephen Warren1-1/+4
2012-11-05Merge branch 'depends/omap-cleanup-headers-usb' into next/headersOlof Johansson2-2/+2
2012-11-05Merge branch 'depends/tty' into next/headersOlof Johansson5-3/+23
2012-11-02USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern1-10/+1
2012-11-02USB: ohci-exynos: initialize registers pointer earlierVincent Palatin1-4/+6
2012-11-02USB: EHCI: fix build error in ehci-platform.c under PowerPCAlan Stern1-0/+2
2012-11-01USB: EHCI: make ehci-platform a separate driverAlan Stern4-35/+40
2012-11-01USB: EHCI: make ehci-pci a separate driverAlan Stern4-74/+60
2012-11-01USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern3-7/+89
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern16-106/+20
2012-10-31USB: EHCI: remove unused Link Power Management codeAlan Stern7-239/+1
2012-10-29Merge 3.7-rc3 into usb-next.Greg Kroah-Hartman5-10/+29
2012-10-25xhci: trivial: Remove assigned but unused ep_ctx.Sarah Sharp1-2/+0
2012-10-25xhci: trivial: Remove assigned but unused slot_ctx.Sarah Sharp1-2/+0
2012-10-25xhci: Fix missing break in xhci_evaluate_context_result.Sarah Sharp1-0/+2
2012-10-25xhci: Fix potential NULL ptr deref in command cancellation.Sarah Sharp1-0/+11
2012-10-25USB: isp1760-if: Change to use irq_of_parse_and_mapNobuhiro Iwamatsu1-5/+2
2012-10-25ehci: Add yet-another Lucid nohandoff pci quirkAnisse Astier1-0/+7
2012-10-25ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versionsAnisse Astier1-1/+1
2012-10-24Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-h...Tony Lindgren2-2/+2
2012-10-24usb: "ehci-w90x900" Fix a typo and add some whitespace.Justin P. Mattock1-1/+1
2012-10-24USB: hub_for_each_child should skip unconnected portsAlan Stern1-4/+2
2012-10-24USB: EHCI: move ehci_update_device() to ehci-lpm.cAlan Stern3-35/+20
2012-10-24USB: EHCI: make ehci_read_frame_index platform independentAlan Stern3-40/+26
2012-10-24USB: EHCI: move logging macros to ehci.hAlan Stern2-15/+15
2012-10-24USB: EHCI: add condition for delay during the resumePeter Chen1-5/+18
2012-10-24USB: ohci-s3c2410: use devm_ functionsJingoo Han1-24/+8
2012-10-24USB: ohci-exynos: use devm_clk_get()Jingoo Han1-5/+2
2012-10-24usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-5/+5
2012-10-24usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-5/+5
2012-10-24usb: host: tegra remove include of <mach/iomap.h>Stephen Warren1-1/+4
2012-10-24ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h>Felipe Balbi2-2/+2
2012-10-24Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-h...Tony Lindgren1-3/+2
2012-10-23xhci: fix integer overflowOliver Neukum1-1/+1
2012-10-23xhci: endianness xhci_calculate_intel_u2_timeoutOliver Neukum1-1/+1
2012-10-23USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removalFlorian Fainelli1-1/+1
2012-10-22usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assig...Lan Tianyu1-3/+2
2012-10-22usb/xhci: release xhci->lock during turning on/off usb port's acpi power reso...Lan Tianyu1-0/+4
2012-10-22USB: OHCI: make ohci-platform use devm_request_and_ioremap helperFlorian Fainelli1-15/+3
2012-10-22USB: EHCI: make ehci-platform use devm_request_and_ioremap helperFlorian Fainelli1-15/+3
2012-10-22USB: OHCI: fix typo in ohci-platform driver on the word "resource"Florian Fainelli1-1/+1
2012-10-22USB: EHCI: fix typo in ehci-platform driver on the word "resource"Florian Fainelli1-1/+1
2012-10-22USB: OHCI: make ohci-platform use dev_err() instead of pr_err()Florian Fainelli1-3/+3
2012-10-22USB: EHCI: make ehci-platform use dev_err() instead of pr_err()Florian Fainelli1-3/+3
2012-10-22USB: move common alchemy USB routines to arch/mips/alchemy/common.cFlorian Fainelli2-615/+0
2012-10-22USB: OHCI: remove Alchemy OHCI platform driver.Florian Fainelli2-239/+0