summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: hub_for_each_child should skip unconnected portsAlan Stern2012-10-242-14/+10
* USB: EHCI: move ehci_update_device() to ehci-lpm.cAlan Stern2012-10-243-35/+20
* USB: EHCI: make ehci_read_frame_index platform independentAlan Stern2012-10-243-40/+26
* 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: usb-skeleton.c: fix compilation error and restored kref_put on fail in s...Constantine Shulyupin2012-10-241-9/+4
* USB: ohci-s3c2410: use devm_ functionsJingoo Han2012-10-241-24/+8
* USB: use bus_to_hdc instead of container_ofYuanhan Liu2012-10-241-2/+2
* USB: ohci-exynos: use devm_clk_get()Jingoo Han2012-10-241-5/+2
* 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: phy: tegra remove include of <mach/iomap.h>Stephen Warren2012-10-241-1/+3
* usb: host: tegra remove include of <mach/iomap.h>Stephen Warren2012-10-241-1/+4
* USB: ezusb: unexport some functions that aren't being usedGreg Kroah-Hartman2012-10-241-17/+22
* USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removalFlorian Fainelli2012-10-231-1/+1
* WUSB: remove an unnused variableDan Carpenter2012-10-221-13/+0
* USB: OHCI: make ohci-platform use devm_request_and_ioremap helperFlorian Fainelli2012-10-221-15/+3
* USB: EHCI: make ehci-platform use devm_request_and_ioremap helperFlorian Fainelli2012-10-221-15/+3
* 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/+0
* USB: OHCI: remove Alchemy OHCI platform driver.Florian Fainelli2012-10-222-239/+0
* USB: OHCI: remove OHCI SH platform driverFlorian Fainelli2012-10-223-147/+5
* USB: OHCI: remove Netlogic XLS OHCI platform driverFlorian Fainelli2012-10-222-157/+0
* USB: OHCI: remove CNS3xxx OHCI platform driverFlorian Fainelli2012-10-223-172/+5
* USB: OHCI: remove PNX8550 OHCI driverFlorian Fainelli2012-10-222-248/+0
* USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli2012-10-2211-57/+48
* USB: ohci: remove check for RH already suspended in ohci_suspendFlorian Fainelli2012-10-221-9/+2
* 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/+5
* USB: EHCI: remove Alchemy EHCI driverFlorian Fainelli2012-10-222-189/+0
* 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/+0
* USB: EHCI: remove Loongson 1B EHCI driver.Florian Fainelli2012-10-222-152/+0
* USB: OHCI: remove ohci-pcc-soc driver.Florian Fainelli2012-10-223-231/+0
* USB: EHCI: remove IXP4xx EHCI driverFlorian Fainelli2012-10-222-144/+0
* OHCI: implement new semantics for URB_ISO_ASAPAlan Stern2012-10-222-6/+34
* UHCI: implement new semantics for URB_ISO_ASAPAlan Stern2012-10-221-37/+36
* EHCI: implement new semantics for URB_ISO_ASAPAlan Stern2012-10-221-7/+26
* USB: update documentation for URB_ISO_ASAPAlan Stern2012-10-221-3/+19
* EHCI: replace mult/div with bit-mask operationAlan Stern2012-10-221-1/+1
* EHCI: use the isochronous scheduling thresholdAlan Stern2012-10-224-11/+5
* EHCI: improved logic for isochronous schedulingAlan Stern2012-10-222-39/+33
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-196-6/+10
|\
| * Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2012-10-195-6/+7
| |\
| | * spi/s3c64xx: use correct dma_transfer_direction typeArnd Bergmann2012-10-171-3/+3
| | * pcmcia: sharpsl: don't discard sharpsl_pcmcia_opsArnd Bergmann2012-10-121-1/+1