USB: move usbcore away from hcd->state
[linux-flexiantxendom0-natty.git] / drivers / usb / core / hcd.c
2011-03-23 Alan SternUSB: move usbcore away from hcd->state
2011-02-04 Alan SternUSB: fix race between root-hub resume and wakeup requests
2010-12-16 Greg Kroah-HartmanMerge branch 'usb-next' into musb-merge
2010-11-22 Anand Gadiyarusb: musb: do not use dma for control transfers
2010-11-16 Ming LeiUSB: make usb_mark_last_busy use pm_runtime_mark_last_busy
2010-10-22 Martin FuzzeyUSB: introduce unmap_urb_setup_for_dma()
2010-10-22 Maulik Mankadusb: musb: host: unmap the buffer for PIO data transfers
2010-08-10 Dong NguyenUSB: xHCI: Supporting MSI/MSI-X
2010-08-10 Andrea RighiUSB: EHCI: fix NULL pointer dererence in HCDs that...
2010-08-10 Alan SternUSB: fix race between root-hub wakeup & controller...
2010-08-10 Alan SternUSB: convert usb_hcd bitfields into atomic flags
2010-08-10 Alan SternUSB: don't stop root-hub status polls too soon
2010-08-10 Alan SternUSB: fix failure path in usb_add_hcd()
2010-05-20 Ming LeiUSB: add missing "{}" in map_urb_for_dma
2010-05-20 Matthew WilcoxUSB: Change the scatterlist type in struct urb
2010-05-20 Alan SternUSB: remove URB_NO_SETUP_DMA_MAP
2010-05-20 Sarah SharpUSB: Support for allocating USB 3.0 streams.
2010-05-20 Alan SternUSB: fix usbmon and DMA mapping for scatter-gather...
2010-05-20 Huang WeiyiUSB: remove duplicated #include
2010-05-20 Eric LescouetUSB: make hcd.h public (drivers dependency)
2010-03-02 Alan SternUSB: fix the idProduct value for USB-3.0 root hubs
2010-03-02 Alan SternUSB: convert to the runtime PM framework
2010-03-02 Alan SternUSB: consolidate remote wakeup routines
2010-03-02 Sarah SharpUSB: Use bInterfaceNumber in bandwidth allocations.
2010-01-20 Sarah SharpUSB: Fix duplicate sysfs problem after device reset.
2009-12-23 Randy DunlapUSB core: fix recent kernel-doc warnings
2009-12-11 Sarah SharpUSB: Check bandwidth when switching alt settings.
2009-12-11 Sarah SharpUSB: Refactor code to find alternate interface settings.
2009-12-11 H Hartley SweetenUSB: hcd.c: quiet NULL pointer sparse noise
2009-12-11 Larry FingerUSB: Check results of dma_map_single
2009-09-23 George SpelvinUSB: Clean up root hub string descriptors
2009-07-08 Joe PerchesRemove multiple KERN_ prefixes from printk formats
2009-06-16 Viral MehtaUSB: xhci: replace if-elseif-else with switch-case
2009-06-16 Sarah SharpUSB: Push scatter gather lists down to host controller...
2009-06-16 Sarah SharpUSB: Support for bandwidth allocation.
2009-06-16 Sarah SharpUSB: Add USB 3.0 roothub support to USB core.
2009-06-16 Sarah SharpUSB: Add SuperSpeed to the list of USB device speeds.
2009-06-16 Greg Kroah-HartmanUSB: remove unused usb_host class
2009-04-17 David VrabelUSB: add reset endpoint operations
2009-03-24 Roel KluinUSB: more u32 conversion after transfer_buffer_length...
2009-03-24 Harvey HarrisonUSB: replace uses of __constant_{endian}
2009-01-07 Ming LeiUSB: mark "reject" field of struct urb as atomic_t
2009-01-07 Alan SternUSB: Enhance usage of pm_message_t
2009-01-07 Pete ZaitcevUSB: Allow usbmon as a module even if usbcore is builtin
2008-10-29 Alan SternUSB: fix crash when URBs are unlinked after the device...
2008-10-17 Alan SternUSB: EHCI: log a warning if ehci-hcd is not loaded...
2008-10-16 Greg Kroah-Hartmandevice create: usb: convert device_create_drvdata to...
2008-09-23 Geoff LevandUSB: fix hcd interrupt disabling
2008-08-21 Alan SternUSB: automatically enable RHSC interrupts
2008-07-21 Kay SieversUSB: usb dev_name() instead of dev->bus_id
2008-07-21 Greg Kroah-HartmanUSB: handle pci_name() being const
2008-07-06 Linus TorvaldsRevert "USB: don't explicitly reenable root-hub status...
2008-07-04 Stefan BeckerUSB: fix interrupt disabling for HCDs with shared inter...
2008-05-20 Greg Kroah-HartmanUSB: Core: fix race in device_create
2008-04-25 Alan SternUSB: don't explicitly reenable root-hub status interrupts
2008-04-25 Alan SternUSB: root hubs don't lie about their number of TTs
2008-04-25 Ming LeiUSB: fix comments of 2 functions in hcd.c
2008-02-01 Greg Kroah-HartmanUSB: mark USB drivers as being GPL only
2008-02-01 Greg Kroah-HartmanUSB: use a real vendor and product id for root hubs
2008-02-01 Magnus Dammusb: dma bounce buffer support
2008-02-01 Tony JonesUSB: Convert from class_device to device for USB core
2007-11-28 Alan SternUSB HCD: avoid duplicate local_irq_disable()
2007-11-02 Adrian Bunkcleanup asm/scatterlist.h includes
2007-10-12 Sarah SharpUSB: Export URB statistics for powertop
2007-10-12 Alan SternUSB: flush outstanding URBs when suspending
2007-10-12 Alan SternUSB: break apart flush_endpoint and disable_endpoint
2007-10-12 Alan SternUSB: Eliminate urb->status usage!
2007-10-12 Alan SternUSB: reorganize urb->status use in usbmon
2007-10-12 Alan SternUSB: fix mistake in usb_hcd_giveback_urb
2007-10-12 Alan SternUSB: add urb->unlinked field
2007-10-12 Alan SternUSB: centralize -EREMOTEIO handling
2007-10-12 Alan SternUSB: make HCDs responsible for managing endpoint queues
2007-10-12 Inaky Perez-Gonzalezusb: cleanup usb_register_bus() and hook up sysfs group
2007-10-12 Inaky Perez-Gonzalezusb: add the concept of default authorization to USB...
2007-10-12 Alan SternUSB: separate out endpoint queue management and DMA...
2007-10-12 Alan SternUSB: update spinlock usage for root-hub URBs
2007-10-12 Alan SternUSB: cleanup for previous patches
2007-10-12 Alan SternUSB: avoid using urb->pipe in usbcore
2007-10-12 Alan SternUSB: add direction bit to urb->transfer_flags
2007-10-12 Alan SternUSB: add ep->enable
2007-10-12 Alan SternUSB: add urb->ep
2007-07-20 Alan SternUSB: change name of spinlock in hcd.c
2007-07-20 Alan SternUSB: move routines in hcd.c
2007-07-12 Alan SternUSB: Don't resume root hub if the controller is suspended
2007-07-12 Alan SternUSB: Remove usages of dev->power.power_state
2007-07-12 Pete Zaitcevusb: free DMA mappings if enqueue fails
2007-07-12 Alan SternUSB: separate root and non-root suspend/resume
2007-07-12 Oliver NeukumUSB: introduce usb_anchor
2007-07-12 Arjan van de VenUSB: Patch to align the various USB timers to fire...
2007-05-29 Alan SternUSB: replace flush_workqueue with cancel_sync_work
2007-05-23 Pete ZaitcevUSB: Deref URB after usbmon is done with it
2007-05-23 Alan SternUSB: remove unneeded WARN_ON
2007-04-27 Alan SternUSB: add "last_busy" field for use in autosuspend
2007-04-27 Alan SternUSB: separate autosuspend from external suspend
2007-04-27 Alan SternUSB: fix race in HCD removal
2007-02-07 Alan Sternusbcore: remove unused bandwith-related code
2006-12-01 inaky@linux.intel.comusb hub: fix root hub code so it takes more than 15...
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-10-02 Serge E. Hallyn[PATCH] namespaces: utsname: use init_utsname when...
2006-09-28 Alan SternUSB: allow both root-hub interrupts and polling
next