aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-09-28usb: typec: fusb302: Correct spelling mistake for toggling stateAdam Thomson1-6/+6
2018-09-28xhci: Avoid USB autosuspend when resuming USB2 ports.Anshuman Gupta2-0/+6
2018-09-28usb: xhci: tegra: Firmware header is little endianThierry Reding1-26/+26
2018-09-28xhci-pci: allow host runtime PM as default for Intel Alpine and Titan RidgeMathias Nyman2-0/+25
2018-09-28xhci: Use soft retry to recover faster from transaction errorsMathias Nyman2-0/+21
2018-09-28usb: host: xhci-plat: add platform TPL supportPeter Chen1-0/+3
2018-09-28usb: xhci-mtk: supports SSP without external USB3 gen2 hubChunfeng Yun1-6/+11
2018-09-28usb: xhci-mtk: supports bandwidth scheduling with multi-TTChunfeng Yun2-10/+258
2018-09-28usb: xhci-mtk: improve bandwidth schedulingChunfeng Yun2-60/+104
2018-09-28usb: xhci-mtk: fix ISOC error when interval is zeroChunfeng Yun1-1/+3
2018-09-28usb: xhci-mtk: use maximum ESIT payload of endpiont contextChunfeng Yun1-1/+14
2018-09-28usb: host: Replace empty define with do whileCorentin Labbe6-16/+16
2018-09-28wusb: Remove VLA usage of skcipherKees Cook1-8/+8
2018-09-26USB: serial: ftdi_sio: implement GPIO support for FT-X devicesKaroly Pados2-2/+385
2018-09-25usb: gadget: uvc: configfs: Use %u to print unsigned int valuesLaurent Pinchart1-16/+16
2018-09-25usb: gadget: uvc: configfs: Simplify attributes macrosLaurent Pinchart1-110/+74
2018-09-25usb: gadget: uvc: configfs: Fix operation on big endian platformsLaurent Pinchart1-35/+24
2018-09-25usb: gadget: uvc: Remove uvc_set_trace_param() functionLaurent Pinchart1-6/+0
2018-09-25usb: gadget: uvc: Replace plain printk() with dev_*()Laurent Pinchart5-42/+39
2018-09-25usb: gadget: uvc: Only halt video streaming endpoint in bulk modeLaurent Pinchart1-1/+3
2018-09-25usb: gadget: uvc: Factor out video USB request queueingLaurent Pinchart1-10/+20
2018-09-24usb: gadget: uvc: configfs: Sort frame intervals upon writingPaul Elder1-0/+13
2018-09-24usb: gadget: uvc: configfs: Prevent format changes after linking headerJoel Pepper1-0/+3
2018-09-24usb: gadget: uvc: configfs: Add bFrameIndex attributesJoel Pepper1-0/+56
2018-09-24usb: gadget: uvc: configfs: Add bFormatIndex attributesLaurent Pinchart1-6/+8
2018-09-24usb: gadget: uvc: configfs: Add interface number attributesLaurent Pinchart3-0/+67
2018-09-24usb: gadget: uvc: configfs: Allocate groups dynamicallyLaurent Pinchart2-249/+336
2018-09-24usb: gadget: uvc: configfs: Drop leaked references to config itemsLaurent Pinchart1-0/+4
2018-09-24USB: serial: simple: add Motorola Tetra MTP6550 idJohan Hovold1-1/+2
2018-09-24USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving"Colin Ian King1-1/+1
2018-09-20USB: STORAGE: ISD200 Fixed coding style issue "space required in for loop"Jagdish Tirumala1-1/+1
2018-09-20usb: typec: Group all TCPCI/TCPM code togetherHeikki Krogerus13-58/+61
2018-09-20usb: typec: fusb302: reorganizing the probe function a littleHeikki Krogerus1-16/+9
2018-09-20usb: typec: class: Don't use port parent for getting mux handlesHeikki Krogerus1-23/+15
2018-09-20usb: typec: mux: Take care of driver module reference countingHeikki Krogerus1-4/+13
2018-09-20usb: core: safely deal with the dynamic quirk listsHarry Pan1-1/+2
2018-09-20usb: roles: Take care of driver module reference countingHeikki Krogerus1-3/+12
2018-09-20usb: phy: mxs: fix spelling mistake "stardard" -> "standard"Colin Ian King1-1/+1
2018-09-20usb: host: fotg2: Fix potential NULL dereferenceLinus Walleij1-5/+2
2018-09-20usb: renesas_usbhs: Add multiple clocks managementYoshihiro Shimoda2-0/+90
2018-09-20usb: renesas_usbhs: Add reset_controlYoshihiro Shimoda2-0/+14
2018-09-20usbcore: Select UAC3 configuration for audio if presentSaranya Gopal1-0/+27
2018-09-20USB: EHCI: ehci-mv: add DT supportLubomir Rintel1-18/+23
2018-09-20USB: EHCI: ehci-mv: use phy-pxa-usbLubomir Rintel1-22/+22
2018-09-20USB: EHCI: ehci-mv: remove private_initLubomir Rintel1-4/+0
2018-09-20USB: EHCI: make ehci-mv a separate driverLubomir Rintel4-61/+43
2018-09-20usb: usbtmc: Remove sysfs group TermChar and auto_abortGuido Kiener1-81/+3
2018-09-20usb: usbtmc: Fix split quoted string in debug messageGuido Kiener1-2/+2
2018-09-20usb: usbtmc: Remove redundant macro USBTMC_SIZE_IOBUFFERGuido Kiener1-6/+0
2018-09-20usb: usbtmc: Remove redundant codeGuido Kiener1-17/+8