summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | usb: phy: Add USB charger supportBaolin Wang2017-08-151-0/+272
| * | | | usb: gadget: f_fs: Pass along set_halt errors.Jerry Zhang2017-08-151-4/+3
| * | | | usb: bdc: Add support for USB phyAl Cooper2017-08-152-2/+75
| * | | | usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systemsAl Cooper2017-08-151-0/+1
| * | | | usb: bdc: fix "xsf for ep not enabled" errrorAl Cooper2017-08-151-3/+4
| * | | | usb: bdc: Add support for suspend/resumeAl Cooper2017-08-152-0/+37
| * | | | usb: bdc: hook a quick Device Tree compatible stringFlorian Fainelli2017-08-152-2/+10
| * | | | usb: bdc: Small code cleanupAl Cooper2017-08-151-7/+8
| * | | | usb: bdc: Add clock enable for new chips with a separate BDC clockAl Cooper2017-08-151-0/+15
| * | | | usb: bdc: Fix misleading register namesAl Cooper2017-08-153-18/+18
| * | | | usb: gadget: add RNDIS configfs options for class/subclass/protocolDavid Lechner2017-08-153-0/+59
| * | | | usb: phy-tahvo: constify attribute_group structures.Arvind Yadav2017-08-151-1/+1
| * | | | usb: phy-mv-usb: constify attribute_group structures.Arvind Yadav2017-08-151-1/+1
| * | | | usb: dwc2: skip L2 state of hcd if controller work in device modeMeng Dongyang2017-08-151-0/+6
| * | | | usb: renesas_usbhs: gadget: fix spin_lock_init() for &uep->lockYoshihiro Shimoda2017-08-151-1/+1
| * | | | usb: gadget: core: unmap request from DMA only if previously mappedJack Pham2017-08-151-1/+4
| * | | | usb: gadget: allow serial gadget console on other configsThadeu Lima de Souza Cascardo2017-08-151-1/+1
| * | | | usb: dwc2: gadget: make usb_ep_ops constBhumika Goyal2017-08-151-1/+1
| * | | | usb: gadget: udc: renesas_usb3: make usb_ep_ops constBhumika Goyal2017-08-151-1/+1
| * | | | usb: renesas_usbhs: gadget: make usb_ep_ops constBhumika Goyal2017-08-151-1/+1
| * | | | usb: dwc3: of-simple: remove include of clk-provider.hShawn Guo2017-08-151-2/+2
| * | | | usb: gadget: f_midi: Use snd_card_free_when_closed with refcountJerry Zhang2017-08-151-5/+17
| * | | | usb: gadget: f_midi: add super speed supportBadhri Jagan Sridharan2017-08-151-3/+39
| * | | | usb: gadget: dummy: fix infinite loop because of missing loop decrementColin Ian King2017-08-151-1/+1
| * | | | usb: gadget: f_midi: constify snd_rawmidi_ops structuresJulia Lawall2017-08-151-2/+2
| * | | | usb: mtu3: add generic compatible stringChunfeng Yun2017-08-151-0/+1
| * | | | usb: gadget: f_hid: {GET,SET} PROTOCOL SupportAbdulhadi Mohamed2017-08-151-1/+16
| * | | | usb: mtu3: fix ip sleep auto-exit issue when enable DRD modeChunfeng Yun2017-08-151-1/+3
| * | | | usb: mtu3: clear u1/u2_enable to 0 in mtu3_gadget_resetChunfeng Yun2017-08-151-0/+2
| * | | | usb: mtu3: handle delayed status of the control transferChunfeng Yun2017-08-153-3/+24
| * | | | usb: phy: qcom: Use devm_ioremap_resource()Fabio Estevam2017-08-151-6/+3
| * | | | usb: gadget: fsl_qe_udc: constify qe_ep0_descJulia Lawall2017-08-151-1/+1
| * | | | usb: gadget: udc: renesas_usb3: add support for R-Car M3-WYoshihiro Shimoda2017-08-151-0/+4
| * | | | usb: gadget: udc: renesas_usb3: add support for R-Car H3 ES2.0Yoshihiro Shimoda2017-08-091-3/+24
| * | | | usb: gadget: udc: renesas_usb3: add debugfs to set the b-device modeYoshihiro Shimoda2017-08-091-2/+76
| * | | | usb: mtu3: add a vbus debugfs interfaceChunfeng Yun2017-08-091-8/+50
| * | | | usb: dwc3: keystone: Add PM_RUNTIME Support to DWC3 Keystone USB driverFranklin S Cooper Jr2017-08-091-12/+10
| * | | | usb: dwc3: omap: fix error return code in dwc3_omap_probe()Gustavo A. R. Silva2017-08-091-2/+2
| * | | | usb: dwc3: pci: constify dev_pm_opsDoug Wilson2017-08-091-1/+1
| * | | | usb: gadget: udc: renesas_usb3: fix error return code in renesas_usb3_probe()Gustavo A. R. Silva2017-08-091-2/+4
| * | | | usb: gadget: f_uac2: constify snd_pcm_ops structuresArvind Yadav2017-08-091-1/+1
| | |_|/ | |/| |
* | | | xhci: rework bus_resume and check ports are suspended before resuming them.Mathias Nyman2017-08-161-43/+51
* | | | usb: Increase root hub reset signaling time to prevent retryMathias Nyman2017-08-161-1/+1
* | | | xhci: add port status tracingMathias Nyman2017-08-162-0/+25
* | | | xhci: rename temp and temp1 variablesMathias Nyman2017-08-161-10/+10
* | | | xhci: Add port status decoder for tracing purposesMathias Nyman2017-08-161-0/+81
* | | | xhci: add definitions for all port link statesMathias Nyman2017-08-161-1/+8
* | | | usb: host: xhci: rcar: Add support for R-Car H3 ES2.0Yoshihiro Shimoda2017-08-161-1/+6
* | | | usb: host: xhci: plat: re-fact xhci_plat_priv for R-Car Gen3Yoshihiro Shimoda2017-08-161-9/+1
* | | | usb: host: xhci: rcar: Add firmware_name selection by soc_device_match()Yoshihiro Shimoda2017-08-161-1/+32
OpenPOWER on IntegriCloud