summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-05-26usb: gadget: net2280: unconditionally reset dma in usb_resetMian Yousaf Kaukab1-1/+7
2015-05-26usb: gadget: net2280: reset sequence number on ep enableMian Yousaf Kaukab1-0/+4
2015-05-26usb: gadget: net2280: fix ep_cfg for defect7374Mian Yousaf Kaukab1-2/+2
2015-05-26usb: renesas_usbhs: Add support for R-Car E2Yoshihiro Shimoda1-0/+4
2015-05-26usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2Yoshihiro Shimoda1-11/+4
2015-05-26usb: gadget: f_fs: add extra check before unregister_gadget_itemRui Miguel Silva1-2/+8
2015-05-26usb: dwc3: gadget: return error if command sent to DEPCMD register failsSubbaraya Sundeep Bhatta1-0/+2
2015-05-26usb: dwc3: gadget: return error if command sent to DGCMD register failsSubbaraya Sundeep Bhatta1-0/+2
2015-05-26usb: musb: Add pre and post root port reset end callbacksHans de Goede2-0/+18
2015-05-22usb: renesas_usbhs: avoid uninitialized variable useArnd Bergmann1-0/+2
2015-05-21usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz2-3/+3
2015-05-21usb: gadget: rndis: don't duplicate the "i" variableAndrzej Pietrasiewicz1-1/+0
2015-05-21usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect()Andrzej Pietrasiewicz1-2/+2
2015-05-14usb: renesas_usbhs: Add access control for INTSTS1 and INTENB1 registerNobuhiro Iwamatsu1-27/+34
2015-05-13usb: dwc3: add ULPI interface supportHeikki Krogerus5-3/+147
2015-05-13usb: dwc3: pci: add quirk for BaytrailsHeikki Krogerus1-0/+36
2015-05-13usb: dwc3: add hsphy_interface propertyHeikki Krogerus3-0/+25
2015-05-13usb: dwc3: setup phys earlierHeikki Krogerus1-6/+2
2015-05-13usb: dwc3: soft reset to it's own functionHeikki Krogerus1-16/+30
2015-05-13usb: dwc3: cache hwparams earlierHeikki Krogerus1-2/+1
2015-05-13usb: dwc3: store driver data earlierHeikki Krogerus1-1/+2
2015-05-13usb: dwc3: ULPI or UTMI+ selectHeikki Krogerus1-0/+1
2015-05-13usb: dwc3: USB2 PHY register access bitsHeikki Krogerus1-0/+8
2015-05-13usb: add bus type for USB ULPIHeikki Krogerus3-0/+276
2015-05-13usb: dwc2: hcd: fix build warningFelipe Balbi1-1/+1
2015-05-07usb: musb: add softconnect for host modeBin Liu1-0/+91
2015-05-07usb: gadget: rndis: remove the limit of available rndis connectionsAndrzej Pietrasiewicz3-86/+78
2015-05-07usb: gadget: rndis: style correctionAndrzej Pietrasiewicz1-1/+1
2015-05-07usb: gadget: rndis: use rndis_params instead of configNrAndrzej Pietrasiewicz3-151/+129
2015-05-07usb: gadget: s3c2410_udc: Remove static char buffer, use vsprintf extension %pVJoe Perches1-15/+13
2015-05-07usb: phy: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2015-05-07usb: phy-ab8500-usb: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part5Tony Lindgren1-114/+140
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part4Tony Lindgren1-4/+2
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part3Tony Lindgren1-50/+74
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part2Tony Lindgren1-4/+3
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part1Tony Lindgren1-17/+44
2015-05-07usb: musb: Remove ifdefs for TX DMA for musb_host.cTony Lindgren1-13/+48
2015-05-07usb: musb: Remove DMA ifdef for musb_gadget.c short_packetTony Lindgren1-6/+10
2015-05-07usb: musb: Get rid of the DMA ifdefs for musb_core.cTony Lindgren1-2/+0
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren17-23/+118
2015-05-07usb: musb: Fix up DMA related macrosTony Lindgren14-29/+51
2015-04-29usb: dwc2: host: ensure qtb exists before dereferencing itGregory Herrero1-0/+10
2015-04-29usb: dwc2: add hibernation core parameterGregory Herrero4-3/+37
2015-04-29usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab7-25/+1
2015-04-29usb: dwc2: host: implement test modeJingwu Lin1-0/+9
2015-04-29usb: dwc2: host: don't use dma_alloc_coherent with irqs disabledGregory Herrero3-22/+54
2015-04-29usb: dwc2: host: spinlock urb_enqueueGregory Herrero2-16/+7
2015-04-29usb: dwc2: host: resume root hub on port connectGregory Herrero1-0/+3
2015-04-29usb: dwc2: host: add bus_suspend/bus_resume callbackGregory Herrero1-0/+19