summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-12384-2966/+4287
|\
| * usb: dwc3: ep0: fix for possible early delayed_statusFelipe Balbi2011-12-121-3/+6
| * usb: dwc3: gadget: fix stream enable bitFelipe Balbi2011-12-122-9/+15
| * usb: dwc3: ep0: fix GetStatus handling (again)Felipe Balbi2011-12-121-2/+5
| * usb: dwc3: ep0: use dwc3_request for ep0 requsts instead of usb_requestSebastian Andrzej Siewior2011-12-123-18/+19
| * usb: dwc3: use correct hwparam register for power mgm checkSebastian Andrzej Siewior2011-12-121-1/+1
| * usb: dwc3: omap: move to module_platform_driverFelipe Balbi2011-12-121-11/+1
| * usb: dwc3: workaround: missing disconnect eventFelipe Balbi2011-12-123-0/+37
| * usb: dwc3: workaround: missing USB3 Reset eventFelipe Balbi2011-12-121-0/+16
| * usb: dwc3: workaround: U1/U2 -> U0 transitonFelipe Balbi2011-12-122-2/+76
| * usb: dwc3: gadget: return early in dwc3_cleanup_done_reqs()Sebastian Andrzej Siewior2011-12-121-2/+4
| * usb: dwc3: ep0: handle delayed_status againSebastian Andrzej Siewior2011-12-122-3/+24
| * usb: dwc3: ep0: push ep0state into xfernotready processingSebastian Andrzej Siewior2011-12-121-14/+17
| * usb: dwc3: fix sparse errorsFelipe Balbi2011-12-122-1/+2
| * usb: dwc3: fix few coding style problemsFelipe Balbi2011-12-125-12/+13
| * usb: dwc3: move generic dwc3 code from gadget into coreSebastian Andrzej Siewior2011-12-122-24/+23
| * usb: dwc3: use a helper function for operation mode settingSebastian Andrzej Siewior2011-12-124-15/+23
| * usb: dwc3: ep0: don't use ep0in for transfersSebastian Andrzej Siewior2011-12-121-10/+8
| * usb: dwc3: ep0: use proper endianess in SetFeature for wIndexSebastian Andrzej Siewior2011-12-121-2/+1
| * usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAXFelipe Balbi2011-12-122-2/+7
| * usb: dwc3: omap: add multiple instances support to OMAPFelipe Balbi2011-12-121-9/+19
| * usb: dwc3: move dwc3 device ID bitmap to core.cFelipe Balbi2011-12-123-40/+50
| * usb: dwc3: remove special status request handling in ep0Sebastian Andrzej Siewior2011-12-122-25/+8
| * usb: dwc3: reset pending status flag in error caseSebastian Andrzej Siewior2011-12-121-0/+1
| * usb: dwc3: host: remove unused includesSebastian Andrzej Siewior2011-12-121-14/+0
| * usb: dwc3: debugfs: hold the lock in during mode changeSebastian Andrzej Siewior2011-12-121-2/+0
| * usb: dwc3: add a platform device aliasSebastian Andrzej Siewior2011-12-122-0/+2
| * usb: dwc3: ep0: handle unexpected XferNotReady eventsFelipe Balbi2011-12-121-0/+35
| * usb: dwc3: debugfs: add support for changing port modeFelipe Balbi2011-12-122-0/+83
| * usb: dwc3: ep0: SetAddress() won't be issued while ConfiguredFelipe Balbi2011-12-121-1/+8
| * usb: dwc3: depend on both Host and Gadget stacksFelipe Balbi2011-12-121-1/+1
| * usb: dwc3: move gadget prototypes to core.hFelipe Balbi2011-12-122-3/+3
| * usb: dwc3: always compile gadget side tooFelipe Balbi2011-12-124-27/+3
| * usb: dwc3: add xHCI Host supportFelipe Balbi2011-12-125-3/+164
| * usb: dwc3: fetch mode of operation from HWFelipe Balbi2011-12-124-28/+46
| * usb: dwc3: calculate number of event buffers dynamicallyFelipe Balbi2011-12-123-13/+18
| * usb: dwc3: allow forcing a maximum speedFelipe Balbi2011-12-123-1/+18
| * usb: dwc3: gadget: don't disable endpoints on exitFelipe Balbi2011-12-121-4/+0
| * Linux 3.2-rc5v3.2-rc5Linus Torvalds2011-12-091-1/+1
| * Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2011-12-094-5/+39
| |\
| | * cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton2011-12-081-2/+8
| | * cifs: attempt to freeze while looping on a receive attemptJeff Layton2011-12-081-0/+2
| | * cifs: Fix sparse warning when calling cifs_strtoUCSSteve French2011-12-081-3/+3
| | * CIFS: Add descriptions to the brlock cache functionsPavel Shilovsky2011-12-081-0/+26
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-098-44/+68
| |\ \
| | * | x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming2011-12-096-35/+48
| | * | x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf2011-12-081-7/+14
| | * | x86/intel_mid: Kconfig select fixAlan Cox2011-12-061-0/+3
| | * | x86/intel_mid: Fix the Kconfig for MID selectionAlan Cox2011-12-061-2/+3
| * | | Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6Linus Torvalds2011-12-094-4/+6
| |\ \ \
OpenPOWER on IntegriCloud