aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp116x-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22USB: isp116x-hcd - use resource_size instead of defining its own resource_len macroAxel Lin1-4/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-1/+1
2008-10-17USB: Let some USB host controllers get IRQ flags from resourceMarc Zyngier1-4/+9
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-1/+1
2008-07-21USB: Fix bug with byte order in isp116x-hcd.c fio write/readJulien May1-4/+19
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-04-24USB: HCDs use the do_remote_wakeup flagAlan Stern1-1/+1
2008-04-24USB: remove dev->power.power_stateAlan Stern1-11/+1
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers1-2/+6
2008-03-04USB: isp116x: fix enumeration on bootAnti Sullin1-9/+6
2008-02-01USB: Drop unnecessary continue in a few driversJulia Lawall1-1/+0
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-10/+5
2007-10-12USB: add urb->unlinked fieldAlan Stern1-3/+2
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-7/+1
2007-10-12USB: remove unnecessary tests in isp116x and sl811Alan Stern1-6/+0
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-10/+21
2007-07-19isp116x-hcd: prepare for urb->statusAlan Stern1-101/+86
2007-02-16USB: change __init to __devinit for isp116x_probePrarit Bhargava1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-8/+8
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-1/+1
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-21[PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>David Brownell1-1/+1
2006-06-21[PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.cEric Sesterhenn1-1/+1
2006-03-20[PATCH] USB: fix initdata issue in isp116x-hcdGreg Kroah-Hartman1-1/+1
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern1-2/+1
2006-01-31[PATCH] USB: isp116x-hcd: replace mdelay() by msleep()Olav Kongas1-10/+11
2006-01-04[PATCH] USB: isp116x-hcd.c: Removed unused variableDaniel Marjamäki1-2/+0
2006-01-04[PATCH] USB: isp116x-hcd: minor cleanupOlav Kongas1-2/+0
2006-01-04[PATCH] USB: wakeup flag updates (3/3) isp116x-hcdDavid Brownell1-2/+3
2006-01-04[PATCH] USB: isp116x-hcd: cleanupOlav Kongas1-259/+170
2006-01-04[PATCH] USB: isp116x-hcd: support reiniting HC on resumeOlav Kongas1-8/+18
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-20/+17
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-6/+6
2005-10-28[PATCH] ISP116x PM updatesDavid Brownell1-25/+4
2005-10-28[PATCH] remove usb_suspend_device() parameterDavid Brownell1-1/+1
2005-10-28Merge ../bleed-2.6Greg KH1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-10/+4
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-1/+1
2005-10-17[PATCH] isp116x-hcd: fix handling of short transfersOlav Kongas1-1/+2
2005-09-08[PATCH] USB: Switch isp116x-hcd over to root hub interruptOlav Kongas1-13/+22
2005-09-08[PATCH] USB: isp116x-hcd: remove clock() and reset()Olav Kongas1-28/+3
2005-09-08[PATCH] USB: isp116x-hcd: per-port overcurrent reportingOlav Kongas1-0/+2
2005-09-08[PATCH] USB: isp116x-hcd: support only per-port power switchingOlav Kongas1-5/+4
2005-09-08[PATCH] USB: isp116x-hcd: remove unnecessary ClockNotStop configuration optionOlav Kongas1-4/+1
2005-09-08[PATCH] USB: isp116x-hcd: use fixed power-on-to-power-good-timeOlav Kongas1-5/+1
2005-09-07[PATCH] USB: convert kcalloc to kzallocPekka Enberg1-1/+1