summaryrefslogtreecommitdiff
path: root/drivers/usb/host/isp1760-hcd.c
AgeCommit message (Expand)Author
2011-08-08usb/isp1760: Added missing call to usb_hcd_check_unlink_urb() during unlinkArvid Brodin
2011-06-27usb/isp1760: Fix bug preventing the unlinking of control urbsArvid Brodin
2011-05-19usb/isp1760: Fix possible unlink problemsArvid Brodin
2011-05-19usb/isp1760: Move function isp1760_endpoint_disable() within file.Arvid Brodin
2011-05-02usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code pathsArvid Brodin
2011-05-02usb/isp1760: Report correct urb status after unlinkArvid Brodin
2011-05-02usb/isp1760: Remove unneeded OR map and HcBufferStatus codeArvid Brodin
2011-05-02usb/isp1760: Clean up urb enqueueingArvid Brodin
2011-05-02usb/isp1760: Remove false error printoutArvid Brodin
2011-04-14Revert "USB: isp1760-hcd: move imask clear after pending work is done"Greg Kroah-Hartman
2011-04-13USB: isp1760-hcd: move imask clear after pending work is doneRichard Retanubun
2011-04-13usb: fix ips1760-hcd printk format warningRandy Dunlap
2011-03-13USB 3.0 Hub ChangesJohn Youn
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp
2011-03-07usb/isp1760: Fix crash when unplugging bugArvid Brodin
2011-02-28usb/isp1760: Handle toggle bit in queue heads onlyArvid Brodin
2011-02-28usb/isp1760: Replace period calculation for INT packets with something readableArvid Brodin
2011-02-28usb/isp1760: Consolidate printouts and remove unused codeArvid Brodin
2011-02-28usb/isp1760: Remove redundant "data_buffer" member from struct inter_packet_infoArvid Brodin
2011-02-28usb/isp1760: Clean up payload address handlingArvid Brodin
2011-02-28usb/isp1760: Remove redundant variables and definesArvid Brodin
2011-02-28usb/isp1760: Move to native-endian ptdsArvid Brodin
2011-02-17USB: isp1760: Implement solution for erratum 2Sebastian Andrzej Siewior
2010-08-23USB: isp1760: use a write barrier to ensure proper ndelay timingMichael Hennerich
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern
2010-05-20USB: isp1760: Soften DW3 X/transaction error bit handlingAnton Vorontsov
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern
2010-05-20USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet
2010-03-02USB: isp1760: Flush the D-cache for the pipe-in transfer buffersCatalin Marinas
2010-01-20USB: Fix level of isp1760 Reloading ptd error messageColin Tuckley
2009-09-23USB: isp1760: allow platform devices to customize devflagsMichael Hennerich
2009-05-28USB: isp1760: urb_dequeue doesn't always find the urbsWarren Free
2009-03-24USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.cCatalin Marinas
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison
2009-03-24USB: Make the isp1760_register function prototype more genericCatalin Marinas
2009-01-07USB: isp1760: don't auto disable Port1 on ISP1761Thomas Hommel
2008-08-21USB: ISP1760: fixed trivial math in commentEnrico Scholz
2008-08-13usb: isp1760: don't be noisy about short packets.Sebastian Siewior
2008-08-13usb: ISP1760: improve pre-fetch timingEnrico Scholz
2008-08-13usb: return error code instead of 0 in the enqueue function.Sebastian Siewior
2008-07-21USB: isp1760: Support board-specific hardware configurationsNate Case
2008-07-21USB: drivers/usb/host/isp1760-hcd.c: processor flags have type `unsigned long'Andrew Morton
2008-07-21USB: isp1760-hcd.c: make 2 functions staticAdrian Bunk
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers
2008-06-11USB: isp1760: Assign resource fields before adding hcdNate Case
2008-05-14USB: isp1760: fix printk formatRandy Dunlap
2008-05-02USB: ISP1760 HCD driverSebastian Siewior