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