aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/u132-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-04-13usb: u132-hcd: Drop __TIME__ usageMichal Marek1-2/+1
2011-03-13USB 3.0 Hub ChangesJohn Youn1-5/+6
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-5/+5
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-6/+2
2010-05-20USB: fix u132-hcd code/data warningRandy Dunlap1-1/+1
2010-05-20usb: u132-hcd.c: fix shadows sparse warningBill Pemberton1-2/+2
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-11/+0
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+11
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-11/+0
2008-04-24USB: clarify usage of hcd->suspend/resume methodsAlan Stern1-32/+0
2008-04-24usb: u132-hcd driver: semaphore to mutexDaniel Walker1-110/+110
2008-04-24usb: u132-hcd driver style clean upDaniel Walker1-2569/+2563
2008-04-24USB: remove dev->power.power_stateAlan Stern1-6/+1
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-02-23Fix u132-hcd.c compile errorMirco Tischler1-2/+2
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki1-3/+8
2007-10-12USB: ELAN U132 Host Controller Driver: convert sw_lock to mutexMatthias Kaehlcke1-17/+17
2007-10-12USB: Eliminate urb->status usage!Alan Stern1-19/+17
2007-10-12USB: add urb->unlinked fieldAlan Stern1-62/+62
2007-10-12USB: centralize -EREMOTEIO handlingAlan Stern1-5/+0
2007-10-12USB: make HCDs responsible for managing endpoint queuesAlan Stern1-51/+119
2007-10-12USB: Clean up duplicate includes in drivers/usb/Jesper Juhl1-1/+0
2007-08-22USB: u132-hcd.c - Fix a warning when CONFIG_PM=nGabriel C1-0/+3
2007-07-19USB: use mutex instead of semaphore in the ELAN U132 adapter driverMatthias Kaehlcke1-8/+9
2007-05-22USB: fix more ftdi-elan/u132-hcd #include lossageDavid Brownell1-5/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-20USB: u132-hcd/ftdi-elan: add support for Option GT 3G Quad cardTony Olech1-60/+32
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-9/+5
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-6/+2
2006-12-01USB: ftdi-elan.c: fixes and cleanupsAdrian Bunk1-5/+1
2006-12-01USB: make drivers/usb/host/u132-hcd.c:u132_hcd_wait staticAdrian Bunk1-1/+1
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-3/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells1-38/+24
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-27USB: u132-hcd: host controller driver for ELAN U132 adapterTony Olech1-0/+3295