summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-11-03usb: dwc3: add P3 in U2 SS inactive quirkHuang Rui3-0/+27
2014-11-03usb: dwc3: add u2exit lfps quirkHuang Rui3-0/+10
2014-11-03usb: dwc3: add lpm erratum supportHuang Rui4-10/+48
2014-11-03usb: dwc3: add disscramble quirkHuang Rui3-1/+18
2014-11-03usb: dwc3: initialize platform data at pci glue layerHuang Rui1-0/+9
2014-11-03usb: dwc3: add a flag to check if it is fpga boardHuang Rui2-0/+11
2014-11-03usb: dwc3: enable hibernation if to be supportedHuang Rui1-0/+6
2014-11-03usb: chipidea: add support to the generic PHY frameworkAntoine Tenart4-21/+78
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart9-39/+32
2014-11-03usb: rename phy to usb_phy in OTGAntoine Tenart11-58/+64
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart25-314/+310
2014-11-03usb: gadget: fix ptr_ret.cocci warningsFengguang Wu1-4/+1
2014-11-03usb: gadget: function: Added usb_assign_descriptors failure checkPavitrakumar Managutte1-0/+3
2014-11-03usb: musb: core: use ->resume instead ->resume_noirqSebastian Andrzej Siewior1-2/+2
2014-11-03usb: dwc2: gadget: fix calls to phy control functions in suspend/resume codeMarek Szyprowski1-2/+5
2014-11-03usb: dwc2: gadget: use soft-disconnect udc feature in pullup() methodMarek Szyprowski1-1/+8
2014-11-03usb: dwc2: gadget: move phy control calls out of pullup() methodMarek Szyprowski1-2/+4
2014-11-03usb: dwc2: gadget: decouple setting soft-disconnect from s3c_hsotg_core_initMarek Szyprowski1-5/+17
2014-11-03usb: dwc2: gadget: move setting last reset time to s3c_hsotg_core_initMarek Szyprowski1-3/+2
2014-11-03usb: musb: core: remove duplicate check on resourceVarka Bhadram1-2/+2
2014-11-03usb: musb: dsps: remove duplicate check on resourceVarka Bhadram1-3/+0
2014-11-03usb: phy: rcar-usb: remove duplicate check on resourceVarka Bhadram1-5/+3
2014-11-03usb: renesas_usbhs: common: remove duplicate check on resourceVarka Bhadram1-2/+2
2014-11-03usb: dwc3: keystone: remove duplicate check on resourceVarka Bhadram1-5/+0
2014-11-03usb: musb: omap2430: use MUSB_DEVCTL_BDEVICESergei Shtylyov1-1/+2
2014-11-03usb: gadget: udc: pxa27x: do not call usb_gadget_unregister_driver()Felipe Balbi1-1/+0
2014-11-03usb: gadget: udc: net2272: do not call usb_gadget_unregister_driver()Felipe Balbi1-10/+0
2014-11-03usb: gadget: udc: dummy: do not call usb_gadget_unregister_driver()Felipe Balbi1-1/+0
2014-11-03usb: dwc2: gadget: do not call usb_gadget_unregister_driver()Felipe Balbi1-7/+0
2014-11-03usb: gadget: pxa27x_udc: fix clock prepare and enableRobert Jarzmik1-21/+5
2014-11-03usb: gadget: pxa27x_udc: use devm_* helpersRobert Jarzmik1-32/+13
2014-11-03usb: gadget: udc: core: prepend udc_attach_driver with usb_Felipe Balbi2-3/+3
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi31-97/+54
2014-11-03usb: gadget: udc: core: fix unregistering messageFelipe Balbi1-1/+1
2014-11-03usb: musb: gadget: remove bind/unbind messagesFelipe Balbi1-5/+0
2014-11-03usb: gadget: udc: s3c-hsudc: remove bind/unbind messagesFelipe Balbi1-5/+0
2014-11-03usb: gadget: udc: net2280: remove bind/unbind messagesFelipe Balbi1-6/+0
2014-11-03usb: gadget: udc: net2272: remove bind/unbind messagesFelipe Balbi1-4/+0
2014-11-03usb: gadget: udc: gr_udc: remove bind/unbind messagesFelipe Balbi1-5/+0
2014-11-03usb: gadget: udc: fsl_qe: remove bind/unbind messagesFelipe Balbi1-4/+0
2014-11-03usb: gadget: udc: dummy: remove bind/unbind messagesFelipe Balbi1-6/+1
2014-11-03usb: gadget: udc: atmel_usba: remove bind/unbind messagesFelipe Balbi1-4/+0
2014-11-03usb: gadget: udc: at91: remove bind/unbind messagesFelipe Balbi1-2/+0
2014-11-03usb: gadget: udc: pass a single argument to usb_gadget_udc_start/stopFelipe Balbi1-12/+9
2014-11-03usb: musb: gadget: do not rely on 'driver' argumentFelipe Balbi1-2/+2
2014-11-03usb: gadget: udc: s3c-hsudc: do not rely on 'driver' argumentFelipe Balbi1-5/+3
2014-11-03usb: gadget: udc: pxa27x: do not rely on 'driver' argumentFelipe Balbi1-1/+1
2014-11-03usb: gadget: udc: pxa25x: do not rely on 'driver' argumentFelipe Balbi1-1/+1
2014-11-03usb: gadget: udc: net2280: do not rely on 'driver' argumentFelipe Balbi1-5/+3
2014-11-03usb: gadget: udc: net2272: do not rely on 'driver' argumentFelipe Balbi1-2/+3