summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/u132-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* usb: host: u132-hcd: use list_for_each_entryGeliang Tang2016-01-241-12/+6
* usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem2015-12-041-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* USB: u132-hcd: Fix seperate word in printk messageMasanari Iida2015-10-051-2/+1
* usb: host: u132-hcd: Simplify return statementSaurabh Karajgaonkar2015-08-051-26/+9
* u132-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
* u132-hcd: use HUB_CHAR_*Sergei Shtylyov2015-01-251-5/+5
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * usb: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-2/+1
|/
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+1
* usb: host: Remove superfluous name castsGeert Uytterhoeven2013-12-031-1/+1
* USB: host: use dev_get_platdata()Jingoo Han2013-07-311-3/+3
* USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-4/+5
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* usb: u132-hcd: Drop __TIME__ usageMichal Marek2011-04-131-2/+1
* USB 3.0 Hub ChangesJohn Youn2011-03-131-5/+6
* USB: Remove bitmap #define from hcd.hSarah Sharp2011-03-131-5/+5
* drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-6/+2
* USB: fix u132-hcd code/data warningRandy Dunlap2010-05-201-1/+1
* usb: u132-hcd.c: fix shadows sparse warningBill Pemberton2010-05-201-2/+2
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-11/+0
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-211-1/+1
* Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds2008-07-061-0/+11
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-241-11/+0
* USB: clarify usage of hcd->suspend/resume methodsAlan Stern2008-04-241-32/+0
* usb: u132-hcd driver: semaphore to mutexDaniel Walker2008-04-241-110/+110
* usb: u132-hcd driver style clean upDaniel Walker2008-04-241-2569/+2563
* USB: remove dev->power.power_stateAlan Stern2008-04-241-6/+1
* usb host: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+1
* Fix u132-hcd.c compile errorMirco Tischler2008-02-231-2/+2
* PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki2008-02-231-3/+8
* USB: ELAN U132 Host Controller Driver: convert sw_lock to mutexMatthias Kaehlcke2007-10-121-17/+17
* USB: Eliminate urb->status usage!Alan Stern2007-10-121-19/+17
* USB: add urb->unlinked fieldAlan Stern2007-10-121-62/+62
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-5/+0
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-121-51/+119
* USB: Clean up duplicate includes in drivers/usb/Jesper Juhl2007-10-121-1/+0
* USB: u132-hcd.c - Fix a warning when CONFIG_PM=nGabriel C2007-08-221-0/+3
* USB: use mutex instead of semaphore in the ELAN U132 adapter driverMatthias Kaehlcke2007-07-191-8/+9
* USB: fix more ftdi-elan/u132-hcd #include lossageDavid Brownell2007-05-221-5/+7
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* USB: u132-hcd/ftdi-elan: add support for Option GT 3G Quad cardTony Olech2006-12-201-60/+32
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-9/+5
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-12-011-6/+2
| |\