aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/isp1760-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-23USB: isp1760: use a write barrier to ensure proper ndelay timingMichael Hennerich1-0/+2
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-2/+1
2010-05-20USB: isp1760: Soften DW3 X/transaction error bit handlingAnton Vorontsov1-4/+3
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern1-9/+9
2010-05-20USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern1-1/+1
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-02USB: isp1760: Flush the D-cache for the pipe-in transfer buffersCatalin Marinas1-0/+10
2010-01-20USB: Fix level of isp1760 Reloading ptd error messageColin Tuckley1-3/+3
2009-09-23USB: isp1760: allow platform devices to customize devflagsMichael Hennerich1-0/+4
2009-05-28USB: isp1760: urb_dequeue doesn't always find the urbsWarren Free1-2/+22
2009-03-24USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.cCatalin Marinas1-0/+14
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-03-24USB: Make the isp1760_register function prototype more genericCatalin Marinas1-3/+4
2009-01-07USB: isp1760: don't auto disable Port1 on ISP1761Thomas Hommel1-7/+6
2008-08-21USB: ISP1760: fixed trivial math in commentEnrico Scholz1-1/+1
2008-08-13usb: isp1760: don't be noisy about short packets.Sebastian Siewior1-3/+3
2008-08-13usb: ISP1760: improve pre-fetch timingEnrico Scholz1-13/+31
2008-08-13usb: return error code instead of 0 in the enqueue function.Sebastian Siewior1-2/+1
2008-07-21USB: isp1760: Support board-specific hardware configurationsNate Case1-14/+53
2008-07-21USB: drivers/usb/host/isp1760-hcd.c: processor flags have type `unsigned long'Andrew Morton1-2/+2
2008-07-21USB: isp1760-hcd.c: make 2 functions staticAdrian Bunk1-4/+4
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-06-11USB: isp1760: Assign resource fields before adding hcdNate Case1-4/+4
2008-05-14USB: isp1760: fix printk formatRandy Dunlap1-2/+2
2008-05-02USB: ISP1760 HCD driverSebastian Siewior1-0/+2231