aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/u132-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04usb: host: u132-hcd: fix spelling mistake "overcurren" -> "overcurrent"Colin Ian King1-1/+1
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-2/+0
2019-06-06usb: host: u132-hcd: remove unneeded variable frameHariprasad Kelam1-2/+1
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman1-0/+3
2019-03-28usb: u132-hcd: fix resource leakMukesh Ojha1-0/+3
2019-03-26usb: u132-hcd: fix potential NULL pointer dereferenceKangjie Lu1-0/+2
2019-01-07usb: host: u132-hcd: fix a couple of indentation issuesColin Ian King1-2/+4
2018-09-05usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()Jia-Ju Bai1-1/+1
2018-07-13usb: host: u132-hcd: remove redundant variable num_portsColin Ian King1-2/+0
2017-11-07USB: host: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-30usb: host: u132-hcd: constify hc_driver structuresJulia Lawall1-1/+1
2016-01-24usb: host: u132-hcd: use list_for_each_entryGeliang Tang1-12/+6
2015-12-04usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-10-05USB: u132-hcd: Fix seperate word in printk messageMasanari Iida1-2/+1
2015-08-05usb: host: u132-hcd: Simplify return statementSaurabh Karajgaonkar1-26/+9
2015-04-03u132-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-01-25u132-hcd: use HUB_CHAR_*Sergei Shtylyov1-5/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-2/+1
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-12-03usb: host: Remove superfluous name castsGeert Uytterhoeven1-1/+1
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-3/+3
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-4/+5
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
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