summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp116x-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* USB: isp116x-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-13/+4
* USB: host: isp116x: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-13/+2
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: isp116x-hcd: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-0/+3
* isp116x-hcd: constify hc_driver structuresJulia Lawall2017-07-301-1/+1
* USB: isp116x-hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-101-1/+1
|\
| * usb: host: isp116x: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-1/+1
* | isp116x-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
|/
* isp116x-hcd: use HUB_CHAR_*Sergei Shtylyov2015-01-251-1/+4
* usb: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+2
* usb: host: Remove superfluous name castsGeert Uytterhoeven2013-12-031-1/+1
* USB: host: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* usb: isp116x-hcd: Convert to module_platform_driverTobias Klauser2012-03-021-19/+4
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern2011-05-191-0/+1
* USB 3.0 Hub ChangesJohn Youn2011-03-131-2/+2
* USB: Remove bitmap #define from hcd.hSarah Sharp2011-03-131-3/+3
* USB: isp116x-hcd - use resource_size instead of defining its own resource_len...Axel Lin2010-10-221-4/+2
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman2009-03-241-1/+1
* USB: Let some USB host controllers get IRQ flags from resourceMarc Zyngier2008-10-171-4/+9
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-251-1/+1
* USB: Fix bug with byte order in isp116x-hcd.c fio write/readJulien May2008-07-211-4/+19
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-211-1/+1
* USB: HCDs use the do_remote_wakeup flagAlan Stern2008-04-241-1/+1
* USB: remove dev->power.power_stateAlan Stern2008-04-241-11/+1
* usb host: fix platform driver hotplug/coldplugKay Sievers2008-04-111-2/+6
* USB: isp116x: fix enumeration on bootAnti Sullin2008-03-041-9/+6
* USB: Drop unnecessary continue in a few driversJulia Lawall2008-02-011-1/+0
* USB: Eliminate urb->status usage!Alan Stern2007-10-121-10/+5
* USB: add urb->unlinked fieldAlan Stern2007-10-121-3/+2
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-7/+1
* USB: remove unnecessary tests in isp116x and sl811Alan Stern2007-10-121-6/+0
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-121-10/+21
* isp116x-hcd: prepare for urb->statusAlan Stern2007-07-191-101/+86
* USB: change __init to __devinit for isp116x_probePrarit Bhargava2007-02-161-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-8/+8
* USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino2006-09-271-1/+1
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* [PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h>David Brownell2006-06-211-1/+1
* [PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.cEric Sesterhenn2006-06-211-1/+1
* [PATCH] USB: fix initdata issue in isp116x-hcdGreg Kroah-Hartman2006-03-201-1/+1
* [PATCH] USB core and HCDs: don't put_device while atomicAlan Stern2006-03-201-2/+1