aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-08-30usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen30-64/+103
2022-08-29USB: serial: option: add support for Cinterion MV32-WA/WB RmNet modeSlark Xiao1-0/+6
2022-08-29USB: serial: ftdi_sio: add Omron CS1W-CIF31 device idNiek Nooijens2-0/+8
2022-08-29USB: serial: option: add Quectel EM060K modemYonglin Tan1-0/+4
2022-08-29USB: serial: option: add support for OPPO R11 diag portYan Xinyu1-0/+5
2022-08-25Revert "xhci: turn off port power in shutdown"Mathias Nyman3-16/+3
2022-08-25xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman3-2/+15
2022-08-25xhci: Fix null pointer dereference in remove if xHC has only one roothubMathias Nyman1-3/+8
2022-08-23Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"Takashi Iwai1-29/+24
2022-08-23usb: dwc3: qcom: suppress unused-variable warningJohan Hovold1-1/+1
2022-08-19USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT1-0/+3
2022-08-19usb: gadget: f_uac2: fix superspeed transferJing Leng1-2/+14
2022-08-19usb/hcd: Fix dma_map_sg error checkJack Wang1-1/+1
2022-08-19usb: gadget: tegra: Reduce pad powerJim Lin1-1/+5
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang11-18/+18
2022-08-19USB: gadget: f_mass_storage: get rid of DEVICE_ATTR() usageGreg Kroah-Hartman1-3/+8
2022-08-19usb: gadget: udc: renesas_usb3: Add support for RZ/V2MPhil Edworthy1-27/+104
2022-08-19usb: typec: tcpci_rt1711h: Fix CC PHY noise filter of voltage levelGene Chen1-1/+57
2022-08-19usb: typec: tcpci: Move function "tcpci_to_typec_cc" to commonGene Chen1-22/+0
2022-08-19usb: typec: tcpci_rt1711h: Add compatible id with rt1715Gene Chen1-9/+34
2022-08-19usb: typec: tcpci_rt1711h: Add initial phy settingGene Chen1-1/+14
2022-08-19usb: typec: tcpci_rt1711h: Add regulator support when source vbusGene Chen1-0/+28
2022-08-19usb: typec: tcpci_rt1711h: Fix vendor setting when set vconnGene Chen1-2/+4
2022-08-19usb: dwc3: qcom: clean up icc initJohan Hovold1-8/+7
2022-08-19usb: dwc3: qcom: only parse 'maximum-speed' onceJohan Hovold1-2/+3
2022-08-19usb: common: debug: Check non-standard control requestsThinh Nguyen1-32/+64
2022-08-19usb: dwc3: trace: add Start of Frame Number to trace eventMichael Grzeschik1-1/+2
2022-08-19usb: dwc3: debug: show events parameters in hexMichael Grzeschik1-2/+2
2022-08-19usb: dwc3: gadget: conditionally remove requestsMichael Grzeschik1-6/+6
2022-08-19USB: host: npcm: Add NPCM8XX supportTomer Maimon1-4/+4
2022-08-19usb: host: npcm7xx: remove USB EHCI host reset sequenceTomer Maimon1-50/+0
2022-08-19usb: xhci-mtk: fix bandwidth release issueChunfeng Yun1-2/+2
2022-08-19usb: xhci-mtk: relax TT periodic bandwidth allocationChunfeng Yun1-9/+2
2022-08-18usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun1-2/+2
2022-08-18usb: gadget: rndis: use %u instead of %d to print u32 valuesRay Hung1-1/+1
2022-08-18usb: typec: ucsi: stm32g0: Fix spelling mistake "booloader" -> "bootloader"Colin Ian King1-1/+1
2022-08-18usb: typec: tcpci_mt6370: Add MediaTek MT6370 tcpci driverChiYuan Huang3-0/+219
2022-08-18usb: common: usb-conn-gpio: Simplify some error messageChristophe JAILLET1-4/+2
2022-08-18usb: misc: onboard_usb_hub: Drop reset delay in onboard_hub_power_off()Matthias Kaehlcke1-4/+1
2022-08-18usb: dwc3: gadget: Avoid duplicate requests to enable Run/StopWesley Cheng1-3/+5
2022-08-18usb: dwc3: pci: Add support for Intel Raptor LakeHeikki Krogerus1-0/+4
2022-08-18usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM deviceUtkarsh Patel1-2/+7
2022-08-18usb: dwc3: qcom: clean up suspend callbacksJohan Hovold1-8/+11
2022-08-18usb: dwc3: qcom: fix wakeup implementationJohan Hovold2-4/+7
2022-08-18usb: dwc3: qcom: fix peripheral and OTG suspendJohan Hovold1-3/+12
2022-08-18usb: dwc3: qcom: fix runtime PM wakeupJohan Hovold1-8/+11
2022-08-18usb: dwc3: qcom: fix use-after-free on runtime-PM wakeupJohan Hovold2-1/+14
2022-08-18usb: dwc3: qcom: fix gadget-only buildsJohan Hovold1-1/+4
2022-08-18Revert "usb: dwc3: qcom: Keep power domain on to retain controller status"Johan Hovold1-21/+7
2022-08-18usb: dwc3: fix PHY disable sequenceJohan Hovold1-9/+10