drm/r128: Use request_firmware() to load CCE microcode
[safe/jmp/linux-2.6] / drivers / usb / host /
2009-08-07 Alan SternUSB: EHCI: fix counting of transaction error retries
2009-08-07 Alan SternUSB: EHCI: fix two new bugs related to Clear-TT-Buffer
2009-07-28 Sarah SharpUSB: xhci: Stall handling bug fixes.
2009-07-28 John YounUSB: xhci: Support for 64-byte contexts
2009-07-28 Sarah SharpUSB: xhci: Always align output device contexts to 64...
2009-07-28 John YounUSB: xhci: Scratchpad buffer allocation
2009-07-28 Sarah SharpUSB: xhci: Fail gracefully if there's no SS ep companio...
2009-07-28 Sarah SharpUSB: xhci: Handle babble errors on transfers.
2009-07-28 Sarah SharpUSB: xhci: Setup HW retries correctly.
2009-07-28 Sarah SharpUSB: xhci: Check if the host controller died in IRQ...
2009-07-28 Sarah SharpUSB: xhci: Don't oops if the host doesn't halt.
2009-07-28 Sarah SharpUSB: xhci: Make debugging more verbose.
2009-07-28 Sarah SharpUSB: xhci: Correct Event Handler Busy flag usage.
2009-07-28 Sarah SharpUSB: xhci: Handle short control packets correctly.
2009-07-28 Sarah SharpUSB: xhci: Represent 64-bit addresses with one u64.
2009-07-28 Sarah SharpUSB: xhci: Use GFP_ATOMIC while holding spinlocks.
2009-07-28 Sarah SharpUSB: xhci: Deal with stalled endpoints.
2009-07-28 Sarah SharpUSB: xhci: Set TD size in transfer TRB.
2009-07-28 Roel KluinUSB: xhci: fix less- and greater than confusion
2009-07-28 Simon KagstromUSB: ehci-orion: Call ehci_reset before ehci_halt
2009-07-28 Anand GadiyarUSB: OMAP: OHCI: hc_driver's stop method should call...
2009-07-13 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-07-12 Alan SternUSB: EHCI: report actual_length for iso transfers
2009-07-12 Alan SternUSB: EHCI: check for STALL before other errors
2009-07-12 Alan SternUSB: EHCI: use the new clear_tt_buffer interface
2009-07-12 Alan SternUSB: fix the clear_tt_buffer interface
2009-07-12 Arnd BergmannUSB: buildfix ppc randconfig
2009-07-12 Mike FrysingerUSB: isp1760: use __devexit_p() for remove function
2009-07-12 Alan SternUSB: EHCI: update toggle state for linked QHs
2009-07-12 Roel KluinUSB: fhci: mutually exclusive port_status
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-04 Magnus Dammusb: allow sh7724 to enable on-chip r8a66597
2009-06-18 Benjamin HerrenschmidtMerge commit 'origin/master' into next
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-06-16 Paul MundtUSB: xhci depends on PCI.
2009-06-16 Sarah SharpUSB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.
2009-06-16 Sarah SharpUSB: xhci: Respect critical sections.
2009-06-16 Sarah SharpUSB: xHCI: Fix interrupt moderation.
2009-06-16 Sarah SharpUSB: xhci: Remove packed attribute from structures.
2009-06-16 Sarah Sharpusb; xhci: Fix TRB offset calculations.
2009-06-16 Sarah SharpUSB: xhci: Make xhci-mem.c include linux/dmapool.h
2009-06-16 Sarah SharpUSB: xhci: drop spinlock in xhci_urb_enqueue() error...
2009-06-16 Sarah SharpUSB: Change names of SuperSpeed ep companion descriptor...
2009-06-16 Sarah SharpUSB: xhci: Avoid compiler reordering in Link TRB giveback.
2009-06-16 Sarah SharpUSB: xhci: Clean up xhci_irq() function.
2009-06-16 Sarah SharpUSB: xhci: Avoid global namespace pollution.
2009-06-16 Sarah SharpUSB: xhci: Fix Link TRB handoff bit twiddling.
2009-06-16 Sarah SharpUSB: xhci: Fix register write order.
2009-06-16 Greg Kroah-HartmanUSB: xhci: fix some compiler warnings in xhci.h
2009-06-16 Greg Kroah-HartmanUSB: xhci: fix lots of compiler warnings.
2009-06-16 Stephen RothwellUSB: xhci: use xhci_handle_event instead of handle_event
2009-06-16 Sarah SharpUSB: xhci: URB cancellation support.
2009-06-16 Sarah SharpUSB: xhci: Scatter gather list support for bulk transfers.
2009-06-16 Sarah SharpUSB: xhci: Bulk transfer support
2009-06-16 Sarah SharpUSB: xhci: Bandwidth allocation support
2009-06-16 Sarah SharpUSB: xhci: Control transfer support.
2009-06-16 Sarah SharpUSB: xhci: Allocate and address USB devices
2009-06-16 Sarah SharpUSB: xhci: Root hub support.
2009-06-16 Sarah SharpUSB: xhci: No-op command queueing and irq handler.
2009-06-16 Sarah SharpUSB: xhci: Device context array allocation.
2009-06-16 Sarah SharpUSB: xhci: Ring allocation and initialization.
2009-06-16 Sarah SharpUSB: xhci: BIOS handoff and HW initialization.
2009-06-16 Sarah SharpUSB: xhci: Support xHCI host controllers and USB 3...
2009-06-16 Alan SternUSB: EHCI: update toggle state for linked QHs
2009-06-16 Yoshihiro ShimodaUSB: r8a66597-hcd: use platform_data instead of module_...
2009-06-16 Alan SternUSB: EHCI: stagger frames for interrupt transfers
2009-06-16 Paul Mundtwusb: hwa-hc: Drop unused pci_suspend/resume hooks.
2009-06-16 Alan SternUSB: new flag for resume-from-hibernation
2009-06-16 Alan SternUSB: move PCI host controllers to new PM framework
2009-06-16 Greg Kroah-HartmanUSB: EHCI: create sysfs companion files directly in...
2009-06-16 Greg Kroah-HartmanUSB: OHCI: use the ohci structure directly in debugfs...
2009-06-16 Greg Kroah-HartmanUSB: UHCI: use the new usb debugfs directory
2009-06-16 Greg Kroah-HartmanUSB: OHCI: use the new usb debugfs directory
2009-06-16 Greg Kroah-HartmanUSB: FHCI: use the new usb debugfs directory
2009-06-16 Greg Kroah-HartmanUSB: EHCI: use the new usb debugfs directory
2009-06-16 H Hartley SweetenUSB: host/ohci-hcd.c: fix sparse warnings
2009-06-16 Matthias KaehlckeUSB: UHCI queue: use usb_endpoint_type()
2009-06-16 Uwe Kleine-KönigUSB: move orion-ehci's probe function to .devinit.text
2009-06-16 Uwe Kleine-KönigUSB: move r8a66597_hcd's probe function to .devinit...
2009-06-16 Geert Uytterhoevenusb/ps3: Add missing annotations
2009-06-15 Geert Uytterhoevenps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_s...
2009-06-10 Russell KingMerge branch 'ep93xx' into devel
2009-05-29 Hartley Sweeten[ARM] 5526/1: ep93xx: usb driver cleanup
2009-05-28 Warren FreeUSB: isp1760: urb_dequeue doesn't always find the urbs
2009-04-23 Dan StreetmanUSB: ehci-sched.c: EHCI SITD scheduling bugfix
2009-04-17 David VrabelUSB: whci-hcd: check return value of usb_hcd_link_urb_t...
2009-04-17 David VrabelUSB: whci-hcd: provide a endpoint_reset method
2009-04-08 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2009-04-08 Justin Waters[ARM] 5446/1: ohci-at91: Limit vbus_pin assignment...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_31BIT_MASK macro with...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_32BIT_MASK macro with...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_64BIT_MASK macro with...
2009-03-28 Russell KingMerge branch 'origin' into devel
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/lethal/sh-2.6
2009-03-25 Russell KingMerge branch 'for-next' of git://git./linux/kernel...
2009-03-24 Sachin SantUSB: FHCI: use dev_name() in place of bus_id.
2009-03-24 Catalin MarinasUSB: isp1760: Add a delay before reading the SKIPMAP...
2009-03-24 Yoshihiro ShimodaUSB: r8a66597-hcd: suspend/resume support
next