| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with mainline to remove plat-omap/Kconfig conflict | Tony Lindgren | 2010-03-01 | 2 | -8/+11 |
|\ |
|
| * | USB: FHCI: Fix build after kfifo rework | Anton Vorontsov | 2010-02-16 | 1 | -3/+3 |
| * | USB: ehci: phy low power mode bug fixing | Alek Du | 2010-02-16 | 1 | -5/+8 |
* | | Merge branch 'omap-fixes-for-linus' into omap-for-linus | Tony Lindgren | 2010-02-17 | 1 | -12/+29 |
|\ \
| |/ |
|
| * | usb: r8a66597-hcd: Fix up spinlock recursion in root hub polling. | Paul Mundt | 2010-02-05 | 1 | -0/+4 |
| * | usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers. | Paul Mundt | 2010-02-05 | 1 | -12/+25 |
* | | omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 | Tony Lindgren | 2010-02-15 | 1 | -1/+1 |
|/ |
|
* | usb: r8a66597-hdc disable interrupts fix | Magnus Damm | 2010-02-02 | 1 | -1/+16 |
* | USB: isp1362: fix build failure on ARM systems via irq_flags cleanup | Lothar Wassmann | 2010-01-20 | 1 | -7/+14 |
* | USB: isp1362: better 64bit printf warning fixes | Lothar Wassmann | 2010-01-20 | 1 | -2/+2 |
* | USB: Fix level of isp1760 Reloading ptd error message | Colin Tuckley | 2010-01-20 | 1 | -3/+3 |
* | USB: FHCI: avoid NULL pointer dereference | Alexander Beregalov | 2010-01-20 | 1 | -1/+2 |
* | USB: add missing delay during remote wakeup | Alan Stern | 2010-01-20 | 2 | -3/+4 |
* | USB: EHCI & UHCI: fix race between root-hub suspend and port resume | Alan Stern | 2010-01-20 | 2 | -2/+33 |
* | USB: EHCI: fix handling of unusual interrupt intervals | Alan Stern | 2010-01-20 | 1 | -3/+8 |
* | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... | Stefani Seibold | 2009-12-22 | 1 | -2/+2 |
* | kfifo: cleanup namespace | Stefani Seibold | 2009-12-22 | 1 | -3/+3 |
* | kfifo: move out spinlock | Stefani Seibold | 2009-12-22 | 1 | -1/+1 |
* | kfifo: move struct kfifo in place | Stefani Seibold | 2009-12-22 | 3 | -28/+27 |
* | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-17 | 1 | -1/+1 |
|\ |
|
| * | USB ehci: replace mach header with plat | Thomas Weber | 2009-12-16 | 1 | -1/+1 |
* | | isp1362-hcd: use bitmap_find_next_zero_area | Akinobu Mita | 2009-12-16 | 1 | -20/+6 |
|/ |
|
* | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 4 | -4/+4 |
* | USB: xhci: Fix command completion after a drop endpoint. | Sarah Sharp | 2009-12-11 | 1 | -16/+20 |
* | USB: xhci: Make reverting an alt setting "unfailable". | Sarah Sharp | 2009-12-11 | 3 | -18/+94 |
* | USB: ehci-omap.c: introduce missing kfree | Julia Lawall | 2009-12-11 | 1 | -1/+2 |
* | USB: xhci-mem.c: introduce missing kfree | Julia Lawall | 2009-12-11 | 1 | -1/+4 |
* | USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE. | David Vrabel | 2009-12-11 | 1 | -11/+11 |
* | USB: xhci: Handle errors that cause endpoint halts. | Sarah Sharp | 2009-12-11 | 1 | -19/+60 |
* | USB: xhci: Return success for vendor-specific info codes. | Sarah Sharp | 2009-12-11 | 1 | -0/+10 |
* | USB: xhci: Return -EPROTO on a split transaction error. | Sarah Sharp | 2009-12-11 | 1 | -0/+1 |
* | USB: xhci: Set transfer descriptor size field correctly. | Sarah Sharp | 2009-12-11 | 2 | -6/+24 |
* | USB: xhci: Add tests for TRB address translation. | Sarah Sharp | 2009-12-11 | 3 | -2/+163 |
* | USB: r8a66597: clean up. remove unneeded null checks | Dan Carpenter | 2009-12-11 | 1 | -4/+0 |
* | USB: FIX bitfield istl_flip:1, make it unsigned. | Roel Kluin | 2009-12-11 | 1 | -2/+2 |
* | USB: EHCI: add native scatter-gather support | Alan Stern | 2009-12-11 | 2 | -5/+29 |
* | USB: Add EHCI support for MX27 and MX31 based boards | Daniel Mack | 2009-12-11 | 3 | -0/+308 |
* | USB: ehci: Respect IST when scheduling new split iTDs. | Sarah Sharp | 2009-12-11 | 2 | -11/+21 |
* | USB: ehci: Minor constant fix for SCHEDULE_SLOP. | Sarah Sharp | 2009-12-11 | 1 | -4/+4 |
* | USB: xhci: Remove unused HCD statistics code. | Sarah Sharp | 2009-12-11 | 1 | -7/+0 |
* | USB: xhci: Add watchdog timer for URB cancellation. | Sarah Sharp | 2009-12-11 | 4 | -16/+243 |
* | USB: xhci: Re-purpose xhci_quiesce(). | Sarah Sharp | 2009-12-11 | 2 | -34/+18 |
* | USB: xhci: Handle URB cancel, complete and resubmit race. | Sarah Sharp | 2009-12-11 | 3 | -10/+12 |
* | USB: host: ehci: introduce omap ehci-hcd driver | Felipe Balbi | 2009-12-11 | 2 | -0/+760 |
* | USB: wusb: add wusb_phy_rate sysfs file to host controllers | David Vrabel | 2009-12-11 | 2 | -11/+22 |
* | usb: whci-hcd: decode more QHead fields in the debug files | David Vrabel | 2009-12-11 | 1 | -4/+16 |
* | USB: modifications for at91sam9g10 | Hong Xu | 2009-12-11 | 1 | -5/+5 |
* | USB: whci-hcd: fix type and format warnings in sg code | David Vrabel | 2009-12-11 | 1 | -24/+2 |
* | USB: whci-hcd: support urbs with scatter-gather lists | David Vrabel | 2009-12-11 | 4 | -31/+332 |
* | USB: make urb scatter-gather support more generic | David Vrabel | 2009-12-11 | 1 | -0/+2 |