summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel24-39/+0
2022-08-31usbip: add USBIP_URB_* URB transfer flagsShuah Khan2-5/+90
2022-08-31usb: dwc3: gadget: Continue handling EP0 xfercomplete eventsWesley Cheng1-2/+5
2022-08-31usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnectWesley Cheng1-0/+2
2022-08-31usb: dwc3: gadget: Force sending delayed status during soft disconnectWesley Cheng1-1/+4
2022-08-31usb: dwc3: Do not service EP0 and conndone events if soft disconnectedWesley Cheng2-2/+7
2022-08-31usb: host: xhci-plat: suspend/resume clks for brcmJustin Chen1-1/+1
2022-08-31usb: host: xhci-plat: suspend and resume clocksJustin Chen2-1/+16
2022-08-31usb: phy: mxs: fix MXS_PHY_TX_CAL45_MIN and MXS_PHY_TX_CAL45_MAXFrank Li1-2/+2
2022-08-31usb: host: Initiate urb ep with udev ep0Khalid Masum1-8/+1
2022-08-31usb: ehci: Use endpoint in URB to get maxpacketKhalid Masum1-2/+2
2022-08-31usb: gadget: function: rndis: limit # of RNDIS instances to 1000Sergey Shtylyov1-1/+1
2022-08-31usb: chipidea: Add support for VBUS control with PHYPiyush Mehta3-0/+15
2022-08-31usb: gadget: f_ncm: noop - remove INIT_NDP{16,32}_OPTS macrosMaciej Żenczykowski1-32/+28
2022-08-31usb: gadget: at91_udc: Fix comments typoShaomin Deng1-1/+1
2022-08-31usb: gadget: net2272: Remove the initialization of statics to 0Shaomin Deng1-2/+2
2022-08-30usb: cdns3: fix issue with rearming ISO OUT endpointPawel Laszczak1-0/+1
2022-08-30usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transferPawel Laszczak1-1/+2
2022-08-30usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati1-2/+4
2022-08-30USB: core: Prevent nested device-reset callsAlan Stern1-0/+10
2022-08-30USB: gadget: Fix obscure lockdep violation for udc_mutexAlan Stern1-10/+16
2022-08-30usb: dwc2: fix wrong order of phy_power_on and phy_initHeiner Kallweit1-4/+4
2022-08-30usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta1-8/+8
2022-08-30usb: typec: Remove retimers properlyHeikki Krogerus1-0/+1
2022-08-30usb: dwc3: disable USB core PHY managementJohan Hovold1-0/+10
2022-08-30usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre1-0/+4
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen2-3/+4
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