aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp1760-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-27usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart1-2231/+0
2015-01-27usb: isp1760: Move PORT1 configuration to core codeLaurent Pinchart1-9/+0
2015-01-27usb: isp1760: Initialize the bus interface in core codeLaurent Pinchart1-54/+13
2015-01-27usb: isp1760: Move core code to isp1760-core.cLaurent Pinchart1-32/+10
2015-01-27usb: isp1760: Reorganize header filesLaurent Pinchart1-56/+74
2015-01-27usb: isp1760: Prefix driver data structures with isp1760_Laurent Pinchart1-7/+8
2015-01-27usb: isp1760: Decouple usb_hdc and isp1760_privLaurent Pinchart1-6/+15
2015-01-27usb: isp1760: Use the managed devm_ioremap_resource() APILaurent Pinchart1-13/+7
2015-01-27usb: isp1760: Pass resource pointer to isp1760_registerLaurent Pinchart1-6/+5
2015-01-27usb: isp1760: Remove busname argument to isp1760_registerLaurent Pinchart1-1/+1
2015-01-27usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_Laurent Pinchart1-2/+2
2015-01-27usb: isp1760: Fix indentation in probe error pathLaurent Pinchart1-3/+3
2015-01-27usb: isp1760: Don't expose hcd to glue code from isp1760_registerLaurent Pinchart1-8/+10
2015-01-27usb: isp1760: Manage device driver data in common codeLaurent Pinchart1-0/+2
2015-01-27usb: isp1760: Move removal cleanup code to isp1760-hcd.cLaurent Pinchart1-0/+10
2015-01-27usb: isp1760: Use the gpio descriptor APILaurent Pinchart1-12/+12
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki1-1/+1
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-3/+3
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-05-15USB: remove remaining instances of USB_SUSPENDAlan Stern1-1/+1
2013-01-30usb/isp1760: declare schedule_ptds() and errata2_function() staticArvid Brodin1-2/+2
2012-04-18isp1760-hcd: fix possible memory leak if urb could not be enqueuedMichael Grzeschik1-1/+5
2012-04-18isp1760-hcd: move dequeued qtds to the front in qhMichael Grzeschik1-0/+1
2012-04-18isp1760-hcd: don't confuse parsers on kmem_cache_createMichael Grzeschik1-1/+1
2011-11-26usb/isp1760: Fix race condition memory leakArvid Brodin1-18/+12
2011-11-26usb/isp1760: Simpler queue head list code.Arvid Brodin1-25/+19
2011-10-19usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB.Joachim Foerster1-0/+17
2011-08-22usb/isp1760: Clear TT buffer on interrupted low & full speed transfersArvid Brodin1-9/+74
2011-08-22usb/isp1760: Fix problems that trigger WARNING at line 1136.Arvid Brodin1-18/+20
2011-08-22usb/isp1760: Fix missing endpoint unlink when no mem during enqueueArvid Brodin1-6/+3
2011-08-22usb/isp1760: Use polling instead of SOF interrupts to fix Errata 2Arvid Brodin1-44/+94
2011-08-22usb/isp1760: Move isp1760_run within file (prepare for next patch)Arvid Brodin1-68/+68
2011-08-22usb/isp1760: Move some code (prepare for next patch)Arvid Brodin1-27/+18
2011-08-08usb/isp1760: Added missing call to usb_hcd_check_unlink_urb() during unlinkArvid Brodin1-0/+3
2011-06-27usb/isp1760: Fix bug preventing the unlinking of control urbsArvid Brodin1-1/+1
2011-05-19usb/isp1760: Fix possible unlink problemsArvid Brodin1-52/+95
2011-05-19usb/isp1760: Move function isp1760_endpoint_disable() within file.Arvid Brodin1-34/+34
2011-05-02usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code pathsArvid Brodin1-665/+647
2011-05-02usb/isp1760: Report correct urb status after unlinkArvid Brodin1-0/+1
2011-05-02usb/isp1760: Remove unneeded OR map and HcBufferStatus codeArvid Brodin1-55/+8
2011-05-02usb/isp1760: Clean up urb enqueueingArvid Brodin1-198/+129
2011-05-02usb/isp1760: Remove false error printoutArvid Brodin1-6/+5
2011-04-14Revert "USB: isp1760-hcd: move imask clear after pending work is done"Greg Kroah-Hartman1-3/+1
2011-04-13USB: isp1760-hcd: move imask clear after pending work is doneRichard Retanubun1-1/+3
2011-04-13usb: fix ips1760-hcd printk format warningRandy Dunlap1-1/+1
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-3/+3
2011-03-07usb/isp1760: Fix crash when unplugging bugArvid Brodin1-4/+3
2011-02-28usb/isp1760: Handle toggle bit in queue heads onlyArvid Brodin1-33/+21
2011-02-28usb/isp1760: Replace period calculation for INT packets with something readableArvid Brodin1-69/+37