aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-2/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-21/+4
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds28-241/+1639
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+7
2010-10-22USB: imx21-hcd - fix off by one resource size calculationAxel Lin1-1/+1
2010-10-22usb: Fix linker errors with CONFIG_PM=nSarah Sharp3-12/+15
2010-10-22USB: ohci-sh - use resource_size instead of defining its own resource_len macroAxel Lin1-2/+1
2010-10-22USB: isp1362-hcd - use resource_size instead of defining its own resource_len macroAxel Lin1-10/+8
2010-10-22USB: isp116x-hcd - use resource_size instead of defining its own resource_len macroAxel Lin1-4/+2
2010-10-22USB: xhci: Fix compile error when CONFIG_PM=nSarah Sharp1-0/+8
2010-10-22USB: xHCI: PCI power management implementationAndiry Xu3-2/+258
2010-10-22USB: xHCI: bus power management implementationAndiry Xu4-0/+200
2010-10-22USB: xHCI: port remote wakeup implementationAndiry Xu4-6/+101
2010-10-22USB: xHCI: port power management implementationAndiry Xu5-12/+248
2010-10-22USB: core: use kernel assigned address for devices under xHCIAndiry Xu2-4/+6
2010-10-22USB: xHCI: change xhci_reset_device() to allocate new deviceAndiry Xu3-7/+41
2010-10-22USB: xHCI: Add pointer to udev in struct xhci_virt_deviceAndiry Xu3-49/+36
2010-10-22usb: r8a66597-hcd: Change mistake of the outsw functionNobuhiro Iwamatsu1-1/+1
2010-10-22usb: makefile cleanupmatt mooney2-10/+11
2010-10-22USB: imx21-hcd accept arbitary transfer buffer alignement.Martin Fuzzey2-35/+169
2010-10-22USB: imx21-hcd: Fix isochronous endpoint idleMartin Fuzzey1-17/+39
2010-10-22USB: imx21-hcd: refactor hardware data memory managementMartin Fuzzey1-14/+16
2010-10-22USB: imx21-hcd: remove unused variableMartin Fuzzey1-2/+0
2010-10-22USB: UHCI: add native scatter-gather support(v1)Ming Lei1-4/+29
2010-10-22USB: add USB EHCI support for MPC5121 SoCAnatolij Gustschin5-32/+177
2010-10-22USB: add platform glue driver for FSL USB DR controllerAnatolij Gustschin3-0/+224
2010-10-22usb: change to new flag variablematt mooney1-3/+1
2010-10-22usb: omap: ohci: Missing driver unregister in module exitKeshava Munegowda1-0/+3
2010-10-22usb: host: oxu210hp-hcd: Use static const char * const where possibleJoe Perches1-1/+1
2010-10-22USB: isp1362-hcd: Removes CONFIG_USB_OTG dependent code, fix build breakageJavier Martinez Canillas1-7/+0
2010-10-22OHCI: work around for nVidia shutdown problemAlan Stern4-8/+38
2010-10-22USB: ohci-sm501: add iounmap on error pathDan Carpenter1-1/+3
2010-10-22USB: ehci tdi : let's tdi_reset set host modeMatthieu CASTET4-15/+20
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+7
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+7
2010-10-08ARM: ohci-pxa27x: enable OHCI over U2DC for pxa3xxIgor Grinberg1-0/+7
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski1-8/+0
2010-09-29pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski1-21/+5
2010-09-29pcmcia: introduce autoconfiguration featureDominik Brodowski1-21/+3
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-5/+2
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski1-1/+1
2010-09-29pcmcia: simplify IntTypeDominik Brodowski1-1/+0
2010-09-29pcmcia: move Vpp setup to struct pcmcia_deviceDominik Brodowski1-4/+4
2010-09-20USB: EHCI: Disable langwell/penwell LPM capabilityAlek Du1-0/+5
2010-09-16usb: Fix up r8a66597-hcd section mismatches.Paul Mundt1-2/+2
2010-09-03USB: ehci-ppc-of: problems in unwindDan Carpenter1-5/+7
2010-08-23USB: xHCI: update ring dequeue pointer when process missed tdsAndiry Xu1-0/+4
2010-08-23USB: xhci: Remove buggy assignment in next_trb()John Youn1-1/+1
2010-08-23USB: isp1760: use a write barrier to ensure proper ndelay timingMichael Hennerich1-0/+2