aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/hcd.c
AgeCommit message (Expand)Author
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern
2007-10-12USB: break apart flush_endpoint and disable_endpointAlan Stern
2007-10-12USB: Eliminate urb->status usage!Alan Stern
2007-10-12USB: reorganize urb->status use in usbmonAlan Stern
2007-10-12USB: fix mistake in usb_hcd_giveback_urbAlan Stern
2007-10-12USB: add urb->unlinked fieldAlan Stern
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern
2007-10-12usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez
2007-10-12USB: separate out endpoint queue management and DMA mapping routinesAlan Stern
2007-10-12USB: update spinlock usage for root-hub URBsAlan Stern
2007-10-12USB: cleanup for previous patchesAlan Stern
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern
2007-10-12USB: add ep->enableAlan Stern
2007-10-12USB: add urb->epAlan Stern
2007-07-19USB: change name of spinlock in hcd.cAlan Stern
2007-07-19USB: move routines in hcd.cAlan Stern
2007-07-12USB: Don't resume root hub if the controller is suspendedAlan Stern
2007-07-12USB: Remove usages of dev->power.power_stateAlan Stern
2007-07-12usb: free DMA mappings if enqueue failsPete Zaitcev
2007-07-12USB: separate root and non-root suspend/resumeAlan Stern
2007-07-12USB: introduce usb_anchorOliver Neukum
2007-07-12USB: Patch to align the various USB timers to fire at the same timeArjan van de Ven
2007-05-29USB: replace flush_workqueue with cancel_sync_workAlan Stern
2007-05-22USB: Deref URB after usbmon is done with itPete Zaitcev
2007-05-22USB: remove unneeded WARN_ONAlan Stern
2007-04-27USB: add "last_busy" field for use in autosuspendAlan Stern
2007-04-27USB: separate autosuspend from external suspendAlan Stern
2007-04-27USB: fix race in HCD removalAlan Stern
2007-02-07usbcore: remove unused bandwith-related codeAlan Stern
2006-12-01usb hub: fix root hub code so it takes more than 15 devices per root hubinaky@linux.intel.com
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn
2006-09-28USB: allow both root-hub interrupts and pollingAlan Stern
2006-09-28USB: Fix alignment of buffer passed down to ->hub_control()Mikael Pettersson
2006-09-27usbcore: remove usb_suspend_root_hubAlan Stern
2006-09-27usbcore: trim down usb_bus structureAlan Stern
2006-09-27usbcore: Add flag for whether a host controller uses DMAAlan Stern
2006-09-27USB: remove struct usb_operationsAlan Stern
2006-09-27usbcore: make hcd_endpoint_disable wait for queue to drainAlan Stern
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller
2006-05-08[PATCH] USB: fix OHCI PM regressionDavid Brownell
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern
2006-03-20[PATCH] USB: remove usbcore-specific wakeup flagsDavid Brownell
2006-03-20[PATCH] USB: usbcore sets up root hubs earlierDavid Brownell
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven