aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-01usb hub: fix root hub code so it takes more than 15 devices per root hubinaky@linux.intel.com1-1/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-8/+7
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-2/+2
2006-09-28USB: allow both root-hub interrupts and pollingAlan Stern1-2/+1
2006-09-28USB: Fix alignment of buffer passed down to ->hub_control()Mikael Pettersson1-1/+2
2006-09-27usbcore: remove usb_suspend_root_hubAlan Stern1-44/+0
2006-09-27usbcore: trim down usb_bus structureAlan Stern1-44/+23
2006-09-27usbcore: Add flag for whether a host controller uses DMAAlan Stern1-3/+5
2006-09-27USB: remove struct usb_operationsAlan Stern1-44/+5
2006-09-27usbcore: make hcd_endpoint_disable wait for queue to drainAlan Stern1-30/+35
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov1-0/+11
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller1-10/+2
2006-05-08[PATCH] USB: fix OHCI PM regressionDavid Brownell1-7/+6
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern1-2/+0
2006-03-20[PATCH] USB: remove usbcore-specific wakeup flagsDavid Brownell1-14/+26
2006-03-20[PATCH] USB: usbcore sets up root hubs earlierDavid Brownell1-49/+55
2006-03-20[PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven1-12/+13
2006-01-04[PATCH] USB: Consider power budget when choosing configurationAlan Stern1-2/+3
2006-01-04[PATCH] USB: Remove USB private semaphoreAlan Stern1-2/+3
2005-11-29[PATCH] USB: Fix USB suspend/resume crasher (#2)Benjamin Herrenschmidt1-5/+10
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-5/+0
2005-10-28[PATCH] USB: Fix maxpacket length for ep0 on root hubsAlan Stern1-2/+2
2005-10-28[PATCH] usbcore: Use kzalloc instead of kmalloc/memsetAlan Stern1-2/+1
2005-10-28[PATCH] USB: convert usbmon to use usb notifiersGreg Kroah-Hartman1-2/+0
2005-10-28[PATCH] USB: convert usbfs/inode.c to use usb notifiersGreg Kroah-Hartman1-2/+0
2005-10-28[PATCH] USB: add notifier functions to the USB core for devices and bussesGreg Kroah-Hartman1-0/+2
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-10/+6
2005-10-28[PATCH] updates for "controller suspended" handlingDavid Brownell1-16/+12
2005-10-28[PATCH] root hub changes (lesser half)David Brownell1-7/+57
2005-10-28[PATCH] all HCDs provide root hub suspend/resume methodsDavid Brownell1-15/+27
2005-10-28[PATCH] remove some USB_SUSPEND dependenciesDavid Brownell1-0/+2
2005-10-28Merge ../bleed-2.6Greg KH1-1/+1
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+2
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-1/+1
2005-09-12[PATCH] usbcore: small changes to HCD glue layerAlan Stern1-2/+1
2005-09-07[PATCH] USB: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-09-05[PATCH] Driver core: link device and all class devices derived from it.Dmitry Torokhov1-1/+1
2005-07-29[PATCH] USB: fix in usb_calc_bus_timeDan Streetman1-2/+2
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-1/+1
2005-06-27[PATCH] usbcore: register root hub in usb_add_hcdAlan Stern1-23/+49
2005-06-27[PATCH] usbcore support for root-hub IRQ instead of pollingAlan Stern1-86/+121
2005-06-23[PATCH] better USB_MON dependenciesAdrian Bunk1-1/+1
2005-06-20[PATCH] USB: move the usb hcd code to use the new class code.gregkh@suse.de1-34/+27
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1840