summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-25umc-bus.c: fix usage of device_trylockClaudio Scordino1-1/+1
2012-10-25usb: serial: ftdi_sio: Add missing chars_in_buffer functionJarkko Huijts1-0/+60
2012-10-24usb: "ehci-w90x900" Fix a typo and add some whitespace.Justin P. Mattock1-1/+1
2012-10-24USB: speed up usb_bus_resume()Alan Stern2-2/+19
2012-10-24USB: hub_for_each_child should skip unconnected portsAlan Stern2-14/+10
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: usb-skeleton.c: fix compilation error and restored kref_put on fail in s...Constantine Shulyupin1-9/+4
2012-10-24USB: ohci-s3c2410: use devm_ functionsJingoo Han1-24/+8
2012-10-24USB: use bus_to_hdc instead of container_ofYuanhan Liu1-2/+2
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: phy: tegra remove include of <mach/iomap.h>Stephen Warren1-1/+3
2012-10-24usb: host: tegra remove include of <mach/iomap.h>Stephen Warren1-1/+4
2012-10-24USB: ezusb: unexport some functions that aren't being usedGreg Kroah-Hartman1-17/+22
2012-10-23USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removalFlorian Fainelli1-1/+1
2012-10-22WUSB: remove an unnused variableDan Carpenter1-13/+0
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
2012-10-22USB: OHCI: remove OHCI SH platform driverFlorian Fainelli3-147/+5
2012-10-22USB: OHCI: remove Netlogic XLS OHCI platform driverFlorian Fainelli2-157/+0
2012-10-22USB: OHCI: remove CNS3xxx OHCI platform driverFlorian Fainelli3-172/+5
2012-10-22USB: OHCI: remove PNX8550 OHCI driverFlorian Fainelli2-248/+0
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli11-57/+48
2012-10-22USB: ohci: remove check for RH already suspended in ohci_suspendFlorian Fainelli1-9/+2
2012-10-22USB: ohci: move ohci_pci_{suspend,resume} to ohci-hcd.cFlorian Fainelli2-45/+45
2012-10-22USB: ohci: allow platform driver to specify the number of portsFlorian Fainelli1-0/+4
2012-10-22USB: EHCI: remove CNS3xxx EHCI platform driverFlorian Fainelli3-161/+5
2012-10-22USB: EHCI: remove Alchemy EHCI driverFlorian Fainelli2-189/+0
2012-10-22USB: EHCI: add no_io_watchdog platform_data parameter to ehci-platformFlorian Fainelli1-0/+2
2012-10-22USB: EHCI: remove Netlogic XLS EHCI driverFlorian Fainelli2-147/+0
2012-10-22USB: EHCI: remove Loongson 1B EHCI driver.Florian Fainelli2-152/+0
2012-10-22USB: OHCI: remove ohci-pcc-soc driver.Florian Fainelli3-231/+0
2012-10-22USB: EHCI: remove IXP4xx EHCI driverFlorian Fainelli2-144/+0
2012-10-22OHCI: implement new semantics for URB_ISO_ASAPAlan Stern2-6/+34
2012-10-22UHCI: implement new semantics for URB_ISO_ASAPAlan Stern1-37/+36
2012-10-22EHCI: implement new semantics for URB_ISO_ASAPAlan Stern1-7/+26
2012-10-22USB: update documentation for URB_ISO_ASAPAlan Stern1-3/+19
2012-10-22EHCI: replace mult/div with bit-mask operationAlan Stern1-1/+1
2012-10-22EHCI: use the isochronous scheduling thresholdAlan Stern4-11/+5
2012-10-22EHCI: improved logic for isochronous schedulingAlan Stern2-39/+33