aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2009-06-18Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-06-15USB: xhci depends on PCI.Paul Mundt
2009-06-15USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.Sarah Sharp
2009-06-15USB: xhci: Respect critical sections.Sarah Sharp
2009-06-15USB: xHCI: Fix interrupt moderation.Sarah Sharp
2009-06-15USB: xhci: Remove packed attribute from structures.Sarah Sharp
2009-06-15usb; xhci: Fix TRB offset calculations.Sarah Sharp
2009-06-15USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp
2009-06-15USB: xhci: drop spinlock in xhci_urb_enqueue() error path.Sarah Sharp
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp
2009-06-15USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp
2009-06-15USB: xhci: Clean up xhci_irq() function.Sarah Sharp
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp
2009-06-15USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp
2009-06-15USB: xhci: Fix register write order.Sarah Sharp
2009-06-15USB: xhci: fix some compiler warnings in xhci.hGreg Kroah-Hartman
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman
2009-06-15USB: xhci: use xhci_handle_event instead of handle_eventStephen Rothwell
2009-06-15USB: xhci: URB cancellation support.Sarah Sharp
2009-06-15USB: xhci: Scatter gather list support for bulk transfers.Sarah Sharp
2009-06-15USB: xhci: Bulk transfer supportSarah Sharp
2009-06-15USB: xhci: Bandwidth allocation supportSarah Sharp
2009-06-15USB: xhci: Control transfer support.Sarah Sharp
2009-06-15USB: xhci: Allocate and address USB devicesSarah Sharp
2009-06-15USB: xhci: Root hub support.Sarah Sharp
2009-06-15USB: xhci: No-op command queueing and irq handler.Sarah Sharp
2009-06-15USB: xhci: Device context array allocation.Sarah Sharp
2009-06-15USB: xhci: Ring allocation and initialization.Sarah Sharp
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp
2009-06-15USB: xhci: Support xHCI host controllers and USB 3.0 devices.Sarah Sharp
2009-06-15USB: EHCI: update toggle state for linked QHsAlan Stern
2009-06-15USB: r8a66597-hcd: use platform_data instead of module_paramYoshihiro Shimoda
2009-06-15USB: EHCI: stagger frames for interrupt transfersAlan Stern
2009-06-15wusb: hwa-hc: Drop unused pci_suspend/resume hooks.Paul Mundt
2009-06-15USB: new flag for resume-from-hibernationAlan Stern
2009-06-15USB: move PCI host controllers to new PM frameworkAlan Stern
2009-06-15USB: EHCI: create sysfs companion files directly in the controller deviceGreg Kroah-Hartman
2009-06-15USB: OHCI: use the ohci structure directly in debugfs files.Greg Kroah-Hartman
2009-06-15USB: UHCI: use the new usb debugfs directoryGreg Kroah-Hartman
2009-06-15USB: OHCI: use the new usb debugfs directoryGreg Kroah-Hartman
2009-06-15USB: FHCI: use the new usb debugfs directoryGreg Kroah-Hartman
2009-06-15USB: EHCI: use the new usb debugfs directoryGreg Kroah-Hartman
2009-06-15USB: host/ohci-hcd.c: fix sparse warningsH Hartley Sweeten
2009-06-15USB: UHCI queue: use usb_endpoint_type()Matthias Kaehlcke
2009-06-15USB: move orion-ehci's probe function to .devinit.textUwe Kleine-König
2009-06-15USB: move r8a66597_hcd's probe function to .devinit.textUwe Kleine-König
2009-06-16usb/ps3: Add missing annotationsGeert Uytterhoeven
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven
2009-06-10Merge branch 'ep93xx' into develRussell King