summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-06-04usb: dwc3: Fix break from cleanup request loopPratyush Anand1-1/+2
2012-06-04usb: dwc3: Fix missed isoc IN transactionPratyush Anand2-24/+52
2012-06-04USB: DWC3: Correct DWC3_DSTS_SOFFN_MASK definitionPratyush Anand1-1/+1
2012-06-04USB: DWC3: Correct DWC3_TRB_SIZE_TRBSTS definitionPratyush Anand1-1/+1
2012-06-04USB: DWC3: Generate interrupt on each TRB as default optionPratyush Anand1-2/+1
2012-06-03usb: dwc3: ep0: rename dwc3_ep0_complete_req to dwc3_ep0_complete_statusFelipe Balbi1-2/+2
2012-06-03usb: dwc3: ep0: be careful with endianness on SetSEL commandFelipe Balbi1-2/+2
2012-06-03usb: dwc3: ep0: simplify error handling on dwc3_ep0_inspect_setupFelipe Balbi1-7/+5
2012-06-03usb: dwc3: gadget: move AcceptU1Ena and AcceptU2Ena to Reset IRQGerard CAUVY1-4/+1
2012-06-03usb: dwc3: gadget: disable U1/U2 on disconnectFelipe Balbi1-5/+2
2012-06-03usb: dwc3: gadget: prevent DCTL register corruptionFelipe Balbi1-0/+1
2012-06-03usb: dwc3: core: make sure evt->lpos is correctly initializedPaul Zimmerman1-1/+6
2012-06-03usb: dwc3: support new revisions of DWC3 corePaul Zimmerman1-13/+70
2012-06-03usb: dwc3: gadget: rename phy_power() to phy_suspend()Paul Zimmerman1-16/+16
2012-06-03usb: dwc3: gadget: reinitialize retriesPaul Zimmerman1-0/+1
2012-06-03usb: dwc3: add definitions for new registersPaul Zimmerman2-19/+80
2012-06-03usb: dwc3: gadget: remove trailing semicolonFelipe Balbi1-1/+1
2012-06-03usb: dwc3: ep0: fix a typo in commentFelipe Balbi1-1/+1
2012-06-03usb: dwc3: ep0: align on function signatureFelipe Balbi1-6/+12
2012-06-03usb: dwc3: ep0: switch over to IS_ALIGNEDFelipe Balbi1-1/+1
2012-06-03usb: dwc3: handle pending unaligned Control OUT data phase correctlyFelipe Balbi1-29/+43
2012-06-03usb: dwc3: fix a WARN and a commentFelipe Balbi1-4/+4
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-35/+43
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2012-05-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-27/+24
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds245-12893/+16448
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+7
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2012-05-21Merge branch 'usb-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-0/+2638
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-1/+1
2012-05-21Merge tag 'for-usb-next-2012-05-21' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2-30/+50
2012-05-21xhci: Fix DIV_ROUND_UP compile error.Sarah Sharp1-3/+3
2012-05-21xhci: Fix compile with CONFIG_USB_SUSPEND=nSarah Sharp1-27/+43
2012-05-21USB: Fix core compile with CONFIG_USB_SUSPEND=nSarah Sharp1-0/+4
2012-05-21Revert "USB: EHCI: work around bug in the Philips ISP1562 controller"Greg Kroah-Hartman3-9/+1
2012-05-19USB: EHCI: fix command register configuration lost problemMing Lei1-1/+0
2012-05-18USB: Remove races in devio.cHuajun Li1-8/+25
2012-05-18USB: ehci-platform: remove update_deviceHauke Mehrtens1-2/+0
2012-05-18Merge tag 'for-usb-next-2012-05-18' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman12-11/+1329
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2-0/+2
2012-05-18xhci: Add Intel U1/U2 timeout policy.Sarah Sharp3-0/+138
2012-05-18xhci: Add infrastructure for host-specific LPM policies.Sarah Sharp3-0/+335
2012-05-18xhci: Reserve one command for USB3 LPM disable.Sarah Sharp2-0/+14
2012-05-18xhci: Some Evaluate Context commands must succeed.Sarah Sharp3-4/+4
2012-05-18USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp3-1/+118
2012-05-18USB: Add support to enable/disable USB3 link states.Sarah Sharp1-0/+414
2012-05-18USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp1-1/+210