aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-02-14USB: musb: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-14usb: typec: tcpm: set correct data role for non-DRDLi Jun1-11/+42
2020-02-14usb: use kobj_to_dev() APIchenqiwu2-4/+4
2020-02-14drivers: usb: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-7/+5
2020-02-13Merge tag 'fixes-for-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman6-36/+56
2020-02-13USB: apple-mfi-fastcharge: fix endianess issue in probeOliver Neukum1-3/+3
2020-02-13Merge tag 'usb-serial-5.6-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2-1/+11
2020-02-12USB: Add driver to control USB fast charge for iOS devicesBastien Nocera3-0/+248
2020-02-12USB: Fallback to generic driver when specific driver failsBastien Nocera2-1/+7
2020-02-12USB: Select better matching USB drivers when availableBastien Nocera2-2/+42
2020-02-12USB: Implement usb_device_match_id()Bastien Nocera2-0/+16
2020-02-12USB: Make it possible to "subclass" usb_device_driverBastien Nocera1-5/+21
2020-02-12USB: Export generic USB device driver functionsBastien Nocera2-8/+14
2020-02-12USB: atm: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12usb: typec: mux: Drop support for device name matchingHeikki Krogerus1-21/+4
2020-02-12usb: typec: altmode: Remove the notification chainHeikki Krogerus3-79/+2
2020-02-12usb: typec: Allow power role swapping even without USB PDHeikki Krogerus1-6/+0
2020-02-12usb: typec: Hide the port_type attribute when it's not supportedHeikki Krogerus1-2/+3
2020-02-12usb: typec: Make the attributes read-only when writing is not possibleHeikki Krogerus1-2/+63
2020-02-12usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-12usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc formatMichal Simek1-1/+0
2020-02-12USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman1-2/+13
2020-02-12USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman1-2/+13
2020-02-12USB: Fix novation SourceControl XL after suspendRichard Dodd1-0/+3
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman3-33/+65
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman3-64/+33
2020-02-11usb: dwc3: debug: fix string position formatting mixup with ret and lenColin Ian King1-24/+15
2020-02-11usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov1-1/+3
2020-02-11usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen1-2/+3
2020-02-11usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan1-12/+16
2020-02-11usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan1-5/+7
2020-02-11usb: gadget: composite: Support more than 500mA MaxPowerJack Pham1-6/+18
2020-02-11usb: gadget: composite: Fix bMaxPower for SuperSpeedPlusJack Pham1-5/+3
2020-02-11usb: gadget: u_audio: Fix high-speed max packet sizeJohn Keeping1-5/+5
2020-02-11usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fieldsAnurag Kumar Vulisha1-1/+2
2020-02-10usb: cdns3: remove redundant assignment to pointer trbColin Ian King1-1/+1
2020-02-10usb: gadget: remove redundant assignment to variable statusColin Ian King1-2/+0
2020-02-10usb: typec: ucsi: remove redundant assignment to variable numColin Ian King1-1/+1
2020-02-10usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda1-0/+127
2020-02-10USB: core: clean up endpoint-descriptor parsingJohan Hovold1-12/+8
2020-02-10USB: quirks: blacklist duplicate ep on Sound Devices USBPre2Johan Hovold1-0/+5
2020-02-10USB: core: add endpoint-blacklist quirkJohan Hovold3-0/+46
2020-02-10usb: dwc3: debug: fix string position formatting mixup with ret and lenColin Ian King1-24/+15
2020-02-10usb: phy: tegra: Add clarifying comments about the shared registersDmitry Osipenko1-0/+8
2020-02-10USB: hub: Don't record a connect-change event during reset-resumeAlan Stern1-5/+0
2020-02-10usb: uas: fix a plug & unplug racingEJ Hsu1-1/+22
2020-02-10USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar2-0/+16
2020-02-10xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platformsMathias Nyman1-1/+3
2020-02-10xhci: fix runtime pm enabling for quirky Intel hostsMathias Nyman1-3/+3
2020-02-10xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman3-33/+64