aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/u132-hcd.c
AgeCommit message (Expand)Author
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig
2019-06-06usb: host: u132-hcd: remove unneeded variable frameHariprasad Kelam
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman
2019-03-28usb: u132-hcd: fix resource leakMukesh Ojha
2019-03-26usb: u132-hcd: fix potential NULL pointer dereferenceKangjie Lu
2019-01-07usb: host: u132-hcd: fix a couple of indentation issuesColin Ian King
2018-09-05usb: host: u132-hcd: Fix a sleep-in-atomic-context bug in u132_get_frame()Jia-Ju Bai
2018-07-13usb: host: u132-hcd: remove redundant variable num_portsColin Ian King
2017-11-07USB: host: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-07-30usb: host: u132-hcd: constify hc_driver structuresJulia Lawall
2016-01-24usb: host: u132-hcd: use list_for_each_entryGeliang Tang
2015-12-04usb: ehci: ohci: fix bool assignmentsGeyslan G. Bem
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-05USB: u132-hcd: Fix seperate word in printk messageMasanari Iida
2015-08-05usb: host: u132-hcd: Simplify return statementSaurabh Karajgaonkar
2015-04-03u132-hcd: use USB_DT_HUBSergei Shtylyov
2015-01-25u132-hcd: use HUB_CHAR_*Sergei Shtylyov
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-12-03usb: host: Remove superfluous name castsGeert Uytterhoeven
2013-07-31USB: host: use dev_get_platdata()Jingoo Han
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-04-13usb: u132-hcd: Drop __TIME__ usageMichal Marek
2011-03-13USB 3.0 Hub ChangesJohn Youn
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches
2010-05-20USB: fix u132-hcd code/data warningRandy Dunlap
2010-05-20usb: u132-hcd.c: fix shadows sparse warningBill Pemberton
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2008-08-21USB: automatically enable RHSC interruptsAlan Stern
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern
2008-04-24USB: clarify usage of hcd->suspend/resume methodsAlan Stern
2008-04-24usb: u132-hcd driver: semaphore to mutexDaniel Walker
2008-04-24usb: u132-hcd driver style clean upDaniel Walker
2008-04-24USB: remove dev->power.power_stateAlan Stern
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers
2008-02-23Fix u132-hcd.c compile errorMirco Tischler
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki
2007-10-12USB: ELAN U132 Host Controller Driver: convert sw_lock to mutexMatthias Kaehlcke
2007-10-12USB: Eliminate urb->status usage!Alan Stern