aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-26usb: dwc3: add support for MerrifieldDavid Cohen1-0/+2
2013-09-17usb: dwc3: gadget: avoid memory leak when failing to allocate all epsDavid Cohen1-4/+2
2013-09-17usb: dwc3: remove extcon dependencyHeikki Krogerus1-1/+0
2013-09-17usb: dwc3: pci: add support for BayTrailHeikki Krogerus1-0/+2
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-19/+107
2013-08-27usb: dwc3: Remove duplicate inclusion of otg.hSachin Kamat1-1/+0
2013-08-14usb: dwc3: core: cope with NULL pdataFelipe Balbi1-1/+4
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi2-8/+8
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior2-8/+8
2013-08-05usb: dwc3: use extcon fwrk to receive connect/disconnectKishon Vijay Abraham I2-19/+107
2013-08-02usb: dwc3: pci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-7/+3
2013-07-31usb: dwc3: use dev_get_platdata()Felipe Balbi1-3/+3
2013-07-29usb: dwc3: core: modify IO memory resource after deferred probe completesIvan T. Ivanov1-15/+16
2013-07-29usb: dwc3: ep0: don't change to configured state too earlyFelipe Balbi1-2/+11
2013-07-29usb: dwc3: ep0: only change to ADDRESS if set_config() succeedsFelipe Balbi1-1/+1
2013-07-29usb: dwc3: fix typo in comment of dwc3_epHuang Rui1-1/+1
2013-07-29usb: dwc3: gadget: introduce dwc3_process_event_bufFelipe Balbi1-37/+44
2013-07-29usb: dwc3: gadget: rename dwc3_process_event_bufFelipe Balbi1-2/+2
2013-07-29usb: dwc3: gadget: get rid of IRQF_ONESHOTFelipe Balbi1-1/+13
2013-07-29usb: dwc3: core: introduce and use macros for Event Size registerFelipe Balbi2-2/+7
2013-07-29usb: dwc3: gadget: don't enable LPM earlyFelipe Balbi1-5/+0
2013-07-29usb: dwc3: core: don't redefine DWC3_DCFG_LPM_CAPFelipe Balbi1-1/+0
2013-07-29usb: dwc3: gadget: add a debugging print when initializing endpointsFelipe Balbi1-0/+2
2013-07-29usb: dwc3: gadget: move direction setting upFelipe Balbi1-1/+1
2013-07-29usb: dwc3: gadget: move debugging print aroundFelipe Balbi1-2/+2
2013-07-29usb: dwc3: core: switch over to devm_ioremap_resource()Felipe Balbi1-13/+5
2013-07-29usb: dwc3: omap: switch over to devm_ioremap_resource()Felipe Balbi1-5/+3
2013-07-29usb: dwc3: gadget: drop dwc3 manual phy controlFelipe Balbi1-61/+0
2013-07-29usb: dwc3: adapt to use dr_mode device tree helperRuchika Kharwar3-43/+43
2013-07-29usb: dwc3: core: switch to snps,dwc3Felipe Balbi1-0/+3
2013-07-29usb: dwc3: make maximum-speed a per-instance attributeFelipe Balbi3-18/+30
2013-07-29usb: dwc3: let non-DT platforms pass tx-fifo-resize flag;Felipe Balbi2-2/+28
2013-07-29usb: dwc3: switch to GPL v2 onlyFelipe Balbi12-304/+91
2013-07-29usb: dwc3: clean up redundant parameter commentHuang Rui1-1/+0
2013-07-29usb: dwc3: gadget: don't request IRQs in atomicFelipe Balbi1-17/+22
2013-07-29usb: dwc3: make glue layers selectableFelipe Balbi2-10/+35
2013-07-15usb: dwc3: USB_DWC3 should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-07-15usb: dwc3: fix the error returned with usb3_phy failureRuchika Kharwar1-1/+1
2013-07-15usb: dwc3: fix wrong bit mask in dwc3_event_typeHuang Rui1-2/+2
2013-07-15usb: dwc3: gadget: don't prevent gadget from being probed if we failFelipe Balbi1-0/+1
2013-06-12Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-60/+192
2013-06-12usb: dwc3: omap: Adds dwc3_omap_readl/writel wrappersGeorge Cherian1-57/+116
2013-06-12usb: dwc3: omap: initialize the register offset values for omap5 and AM437xGeorge Cherian1-0/+57
2013-06-12usb: dwc3: omap: Adding am437x specific register map changesGeorge Cherian1-0/+6
2013-06-12usb: dwc3: omap: improve error handling of dwc3_omap_probeKishon Vijay Abraham I1-3/+14
2013-06-01usb: dwc3: remove redundant D0 power state setYijing Wang1-1/+0
2013-05-28usb: dwc3: gadget: free trb pool only from epnum 2George Cherian1-4/+12
2013-05-28usb: dwc3: exynos: PHY should be deleted later than dwc3 corePeter Chen1-1/+1
2013-05-28usb: dwc3: pci: PHY should be deleted later than dwc3 corePeter Chen1-1/+1