aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp1760-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern2015-05-091-0/+3
* 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-221-9/+74
* usb/isp1760: Fix problems that trigger WARNING at line 1136.Arvid Brodin2011-08-221-18/+20
* usb/isp1760: Fix missing endpoint unlink when no mem during enqueueArvid Brodin2011-08-221-6/+3
* usb/isp1760: Use polling instead of SOF interrupts to fix Errata 2Arvid Brodin2011-08-221-44/+94
* usb/isp1760: Move isp1760_run within file (prepare for next patch)Arvid Brodin2011-08-221-68/+68
* usb/isp1760: Move some code (prepare for next patch)Arvid Brodin2011-08-221-27/+18
* 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-191-52/+95
* usb/isp1760: Move function isp1760_endpoint_disable() within file.Arvid Brodin2011-05-191-34/+34
* usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code pathsArvid Brodin2011-05-021-665/+647
* usb/isp1760: Report correct urb status after unlinkArvid Brodin2011-05-021-0/+1
* usb/isp1760: Remove unneeded OR map and HcBufferStatus codeArvid Brodin2011-05-021-55/+8
* usb/isp1760: Clean up urb enqueueingArvid Brodin2011-05-021-198/+129
* usb/isp1760: Remove false error printoutArvid Brodin2011-05-021-6/+5
* Revert "USB: isp1760-hcd: move imask clear after pending work is done"Greg Kroah-Hartman2011-04-141-3/+1
* USB: isp1760-hcd: move imask clear after pending work is doneRichard Retanubun2011-04-131-1/+3
* usb: fix ips1760-hcd printk format warningRandy Dunlap2011-04-131-1/+1
* USB 3.0 Hub ChangesJohn Youn2011-03-131-2/+2
* USB: Remove bitmap #define from hcd.hSarah Sharp2011-03-131-3/+3
* usb/isp1760: Fix crash when unplugging bugArvid Brodin2011-03-071-4/+3
* usb/isp1760: Handle toggle bit in queue heads onlyArvid Brodin2011-02-281-33/+21
* usb/isp1760: Replace period calculation for INT packets with something readableArvid Brodin2011-02-281-69/+37
* usb/isp1760: Consolidate printouts and remove unused codeArvid Brodin2011-02-281-207/+190
* usb/isp1760: Remove redundant "data_buffer" member from struct inter_packet_infoArvid Brodin2011-02-281-9/+2
* usb/isp1760: Clean up payload address handlingArvid Brodin2011-02-281-104/+93
* usb/isp1760: Remove redundant variables and definesArvid Brodin2011-02-281-68/+58
* usb/isp1760: Move to native-endian ptdsArvid Brodin2011-02-281-339/+324
* USB: isp1760: Implement solution for erratum 2Sebastian Andrzej Siewior2011-02-171-6/+16
* USB: isp1760: use a write barrier to ensure proper ndelay timingMichael Hennerich2010-08-231-0/+2
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-101-2/+1
* USB: isp1760: Soften DW3 X/transaction error bit handlingAnton Vorontsov2010-05-201-4/+3
* USB: straighten out port feature vs. port status usageAlan Stern2010-05-201-9/+9
* USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern2010-05-201-1/+1
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: isp1760: Flush the D-cache for the pipe-in transfer buffersCatalin Marinas2010-03-021-0/+10
* USB: Fix level of isp1760 Reloading ptd error messageColin Tuckley2010-01-201-3/+3
* USB: isp1760: allow platform devices to customize devflagsMichael Hennerich2009-09-231-0/+4
* USB: isp1760: urb_dequeue doesn't always find the urbsWarren Free2009-05-281-2/+22
* USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.cCatalin Marinas2009-03-241-0/+14
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-241-2/+2
* USB: Make the isp1760_register function prototype more genericCatalin Marinas2009-03-241-3/+4
* USB: isp1760: don't auto disable Port1 on ISP1761Thomas Hommel2009-01-071-7/+6
* USB: ISP1760: fixed trivial math in commentEnrico Scholz2008-08-211-1/+1
* usb: isp1760: don't be noisy about short packets.Sebastian Siewior2008-08-131-3/+3
* usb: ISP1760: improve pre-fetch timingEnrico Scholz2008-08-131-13/+31
* usb: return error code instead of 0 in the enqueue function.Sebastian Siewior2008-08-131-2/+1
* USB: isp1760: Support board-specific hardware configurationsNate Case2008-07-211-14/+53