summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp116x-hcd.c
AgeCommit message (Expand)AuthorLines
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern-1/+1
2008-04-24USB: remove dev->power.power_stateAlan Stern-11/+1
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers-2/+6
2008-03-04USB: isp116x: fix enumeration on bootAnti Sullin-9/+6
2008-02-01USB: Drop unnecessary continue in a few driversJulia Lawall-1/+0
2007-10-12USB: Eliminate urb->status usage!Alan Stern-10/+5
2007-10-12USB: add urb->unlinked fieldAlan Stern-3/+2
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern-7/+1
2007-10-12USB: remove unnecessary tests in isp116x and sl811Alan Stern-6/+0
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern-10/+21
2007-07-19isp116x-hcd: prepare for urb->statusAlan Stern-101/+86
2007-02-16USB: change __init to __devinit for isp116x_probePrarit Bhargava-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-8/+8
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino-1/+1
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o-1/+1
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner-1/+1
2006-06-21[PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>David Brownell-1/+1
2006-06-21[PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.cEric Sesterhenn-1/+1
2006-03-20[PATCH] USB: fix initdata issue in isp116x-hcdGreg Kroah-Hartman-1/+1
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern-2/+1
2006-01-31[PATCH] USB: isp116x-hcd: replace mdelay() by msleep()Olav Kongas-10/+11
2006-01-04[PATCH] USB: isp116x-hcd.c: Removed unused variableDaniel Marjamäki-2/+0
2006-01-04[PATCH] USB: isp116x-hcd: minor cleanupOlav Kongas-2/+0
2006-01-04[PATCH] USB: wakeup flag updates (3/3) isp116x-hcdDavid Brownell-2/+3
2006-01-04[PATCH] USB: isp116x-hcd: cleanupOlav Kongas-259/+170
2006-01-04[PATCH] USB: isp116x-hcd: support reiniting HC on resumeOlav Kongas-8/+18
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King-20/+17
2005-10-29Create platform_device.h to contain all the platform device details.Russell King-0/+1
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern-6/+6
2005-10-28[PATCH] ISP116x PM updatesDavid Brownell-25/+4
2005-10-28[PATCH] remove usb_suspend_device() parameterDavid Brownell-1/+1
2005-10-28Merge ../bleed-2.6Greg KH-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King-10/+4
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro-1/+1
2005-10-17[PATCH] isp116x-hcd: fix handling of short transfersOlav Kongas-1/+2
2005-09-08[PATCH] USB: Switch isp116x-hcd over to root hub interruptOlav Kongas-13/+22
2005-09-08[PATCH] USB: isp116x-hcd: remove clock() and reset()Olav Kongas-28/+3
2005-09-08[PATCH] USB: isp116x-hcd: per-port overcurrent reportingOlav Kongas-0/+2
2005-09-08[PATCH] USB: isp116x-hcd: support only per-port power switchingOlav Kongas-5/+4
2005-09-08[PATCH] USB: isp116x-hcd: remove unnecessary ClockNotStop configuration optionOlav Kongas-4/+1
2005-09-08[PATCH] USB: isp116x-hcd: use fixed power-on-to-power-good-timeOlav Kongas-5/+1
2005-09-07[PATCH] USB: convert kcalloc to kzallocPekka Enberg-1/+1
2005-08-04[PATCH] USB: Fix setup packet initialization in isp116x-hcdOlav Kongas-1/+3
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas-2/+2
2005-07-12[PATCH] USB: isp116x-hcd cleanupOlav Kongas-10/+6
2005-06-27[PATCH] USB HCDs: no longer need to register root hubAlan Stern-16/+0
2005-06-27[PATCH] USB: Fix oops at rmmod after failed probe in isp116x-hcdOlav Kongas-1/+10
2005-06-27[PATCH] USB: Add isp116x-hcd USB host controller driverOlav Kongas-0/+1882