summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2017-08-28usb: quirks: add delay init quirk for Corsair Strafe RGB keyboardKai-Heng Feng1-0/+3
2017-08-28usb: gadget: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-08-28usb: common: use of_property_read_bool()Sergei Shtylyov1-7/+4
2017-08-28USB: core: constify vm_operations_structArvind Yadav1-1/+1
2017-08-28usb: misc: ftdi-elan: fix duplicated code for different branchesGustavo A. R. Silva1-26/+1
2017-08-28USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson1-2/+2
2017-08-28usb: make device_type constBhumika Goyal1-1/+1
2017-08-28USB: musb: dsps: add explicit runtime resume at suspendJohan Hovold1-2/+11
2017-08-28USB: musb: fix external abort on suspendJohan Hovold1-8/+10
2017-08-28usb: musb: fix endpoint fifo allocation for 4KB fifo memoryBin Liu1-2/+2
2017-08-28usb: musb: print an error message when high bandwidth is unsupportedBin Liu1-0/+4
2017-08-28usb: musb: print an error message when hwep alloc failedBin Liu1-0/+4
2017-08-28usb: musb: add helper function musb_ep_xfertype_stringBin Liu2-5/+25
2017-08-28Merge tag 'usb-ci-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman5-7/+163
2017-08-25scsi: uas: move eh_bus_reset_handler to eh_device_reset_handlerHannes Reinecke1-2/+2
2017-08-24usb: chipidea: Add support for Tegra20/30/114/124Thierry Reding2-0/+156
2017-08-24usb: chipidea: udc: Support SKB alignment quirkDmitry Osipenko1-0/+3
2017-08-22Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman29-94/+729
2017-08-18usb: gadget: f_ncm/u_ether: Move 'SKB reserve' quirk setup to u_etherDmitry Osipenko3-4/+1
2017-08-18usb: gadget: serial: fix oops when data rx'd after closeStephen Warren1-1/+1
2017-08-18USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_rel...Alan Stern1-6/+9
2017-08-16xhci: rework bus_resume and check ports are suspended before resuming them.Mathias Nyman1-43/+51
2017-08-16usb: Increase root hub reset signaling time to prevent retryMathias Nyman1-1/+1
2017-08-16xhci: add port status tracingMathias Nyman2-0/+25
2017-08-16xhci: rename temp and temp1 variablesMathias Nyman1-10/+10
2017-08-16xhci: Add port status decoder for tracing purposesMathias Nyman1-0/+81
2017-08-16xhci: add definitions for all port link statesMathias Nyman1-1/+8
2017-08-16usb: host: xhci: rcar: Add support for R-Car H3 ES2.0Yoshihiro Shimoda1-1/+6
2017-08-16usb: host: xhci: plat: re-fact xhci_plat_priv for R-Car Gen3Yoshihiro Shimoda1-9/+1
2017-08-16usb: host: xhci: rcar: Add firmware_name selection by soc_device_match()Yoshihiro Shimoda1-1/+32
2017-08-16usb: gadget: udc: Replace the deprecated extcon APIChanwoo Choi1-3/+3
2017-08-15usb: phy: Add USB charger supportBaolin Wang1-0/+272
2017-08-15usb: gadget: f_fs: Pass along set_halt errors.Jerry Zhang1-4/+3
2017-08-15usb: bdc: Add support for USB phyAl Cooper2-2/+75
2017-08-15usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systemsAl Cooper1-0/+1
2017-08-15usb: bdc: fix "xsf for ep not enabled" errrorAl Cooper1-3/+4
2017-08-15usb: bdc: Add support for suspend/resumeAl Cooper2-0/+37
2017-08-15usb: bdc: hook a quick Device Tree compatible stringFlorian Fainelli2-2/+10
2017-08-15usb: bdc: Small code cleanupAl Cooper1-7/+8
2017-08-15usb: bdc: Add clock enable for new chips with a separate BDC clockAl Cooper1-0/+15
2017-08-15usb: bdc: Fix misleading register namesAl Cooper3-18/+18
2017-08-15usb: gadget: add RNDIS configfs options for class/subclass/protocolDavid Lechner3-0/+59
2017-08-15usb: phy-tahvo: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-15usb: phy-mv-usb: constify attribute_group structures.Arvind Yadav1-1/+1
2017-08-15usb: dwc2: skip L2 state of hcd if controller work in device modeMeng Dongyang1-0/+6
2017-08-15usb: renesas_usbhs: gadget: fix spin_lock_init() for &uep->lockYoshihiro Shimoda1-1/+1
2017-08-15usb: gadget: core: unmap request from DMA only if previously mappedJack Pham1-1/+4
2017-08-15usb: gadget: allow serial gadget console on other configsThadeu Lima de Souza Cascardo1-1/+1
2017-08-15usb: dwc2: gadget: make usb_ep_ops constBhumika Goyal1-1/+1
2017-08-15usb: gadget: udc: renesas_usb3: make usb_ep_ops constBhumika Goyal1-1/+1