summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-09-07usb: gadget: f_fs: stricter integer overflow checksDan Carpenter1-2/+2
2022-09-05usb: clean up after dropping driver registration log spamArd Biesheuvel16-27/+0
2022-09-05usb: gadget: udc: at91: switch to using fwnode_gpiod_get_index()Dmitry Torokhov1-3/+5
2022-09-05usb: phy: tegra: switch to using devm_gpiod_get()Dmitry Torokhov1-4/+10
2022-09-05USB: xhci: make xhci_get_endpoint_address staticGreg Kroah-Hartman2-2/+1
2022-09-05usb: ohci-platform: fix usb disconnect issue after s4Yinbo Zhu1-4/+24
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman31-144/+269
2022-09-02Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman1-8/+8
2022-09-01USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus5-10/+5
2022-09-01USB: FHCI: Switch to GPIO descriptorsLinus Walleij3-55/+27
2022-09-01usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UASHu Xiaoying1-0/+7
2022-09-01Merge tag 'usb-serial-6.0-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman5-2/+38
2022-08-31USB: serial: ch341: fix disabled rx timer on older devicesJohan Hovold1-1/+5
2022-08-31USB: serial: ch341: fix lost character on LCR updatesJohan Hovold1-1/+9
2022-08-31USB: serial: cp210x: add Decagon UCA device idJohan Hovold1-0/+1
2022-08-31Revert "usb: add quirks for Lenovo OneLink+ Dock"Greg Kroah-Hartman1-4/+0
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-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