summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+1
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2022-12-12USB: core: export usb_cache_string()Vincent Mailhol2-1/+1
2022-12-08usb: gadget: uvc: Rename bmInterfaceFlags -> bmInterlaceFlagsDaniel Scally2-8/+8
2022-12-08usb: dwc2: power on/off phy for peripheral mode in dual-role modeQuentin Schulz2-3/+6
2022-12-08usb: dwc2: disable lpm feature on Rockchip SoCsQuentin Schulz1-0/+4
2022-12-08usb: dwc3: core: defer probe on ulpi_read_id timeoutFerry Toth1-1/+6
2022-12-08usb: ulpi: defer ulpi_register on ulpi_read_id timeoutFerry Toth1-1/+1
2022-12-08usb: misc: onboard_usb_hub: add Genesys Logic GL850G hub supportIcenowy Zheng2-0/+7
2022-12-08usb: fotg210-udc: fix potential memory leak in fotg210_udc_probe()Yi Yang1-6/+3
2022-12-08usb: typec: tipd: Set mode of operation for USB Type-C connectorSven Peter1-0/+3
2022-12-08usb: gadget: udc: drop obsolete dependencies on COMPILE_TESTJean Delvare1-2/+2
2022-12-08usb: musb: remove extra check in musb_gadget_vbus_drawIvaylo Dimitrov1-2/+0
2022-12-08usb: gadget: uvc: Prevent buffer overflow in setup handlerSzymon Heidrich1-2/+3
2022-12-08usb: dwc3: qcom: Fix memory leak in dwc3_qcom_interconnect_initMiaoqian Lin1-3/+10
2022-12-08usb: typec: wusb3801: fix fwnode refcount leak in wusb3801_probe()Yang Yingliang1-1/+1
2022-12-08usb: storage: Add check for kcallocJiasheng Jiang1-0/+2
2022-12-08Merge tag 'usb-serial-6.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman3-6/+20
2022-12-08USB: sisusbvga: use module_usb_driver()Jiri Slaby (SUSE)1-12/+1
2022-12-08USB: sisusbvga: rename sisusb.c to sisusbvga.cJiri Slaby (SUSE)2-2/+0
2022-12-08USB: sisusbvga: remove console supportJiri Slaby (SUSE)7-2957/+6
2022-12-05soc: fsl: qe: request pins non-exclusivelyDmitry Torokhov1-1/+1
2022-12-02Merge tag 'usb-serial-6.1-rc8' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2-10/+14
2022-12-02usb: early: xhci-dbc: use console_is_registered()John Ogness1-1/+1
2022-11-30USB: serial: xr: avoid requesting zero DTE rateJohan Hovold1-2/+0
2022-11-30USB: serial: f81534: fix division by zero on line-speed changeJohan Hovold1-5/+7
2022-11-30USB: serial: f81232: fix division by zero on line-speed changeJohan Hovold1-5/+7
2022-11-30xhci: remove unused stream_id parameter from xhci_handle_halted_endpoint()Mathias Nyman1-17/+10
2022-11-30xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman2-5/+11
2022-11-30xhci: disable U3 suspended ports in S4 hibernate poweroff_late stageMathias Nyman2-0/+65
2022-11-30xhci: export two xhci_hub functions for xhci-pci module usageMathias Nyman1-4/+18
2022-11-30xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-NReka Norman1-1/+3
2022-11-30xhci: print warning when HCE was setLongfang Liu1-0/+5
2022-11-30Revert "usb: gadget: hid: Convert to use list_count()"Greg Kroah-Hartman1-2/+5
2022-11-30Revert "usb: gadget: udc: bcm63xx: Convert to use list_count()"Greg Kroah-Hartman1-3/+8
2022-11-30Revert "xhci: Convert to use list_count()"Greg Kroah-Hartman1-2/+5
2022-11-30USB: serial: cp210x: add support for B0 hangupJohan Hovold1-4/+15
2022-11-29usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_modeSven Peter1-6/+10
2022-11-29xhci: Convert to use list_count()Andy Shevchenko1-5/+2
2022-11-29usb: gadget: udc: bcm63xx: Convert to use list_count()Andy Shevchenko1-8/+3
2022-11-29usb: gadget: hid: Convert to use list_count()Andy Shevchenko1-5/+2
2022-11-29usb: gadget: f_hid: tidy error handling in hidg_allocJohn Keeping1-10/+11
2022-11-29usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping1-0/+1
2022-11-29usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping1-24/+28
2022-11-29usb: misc: onboard_usb_hub: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-11-29usb: cdnsp: fix lack of ZLP for ep0Pawel Laszczak1-10/+32
2022-11-29usb: musb: Drop old unused am35x glue layerTony Lindgren3-616/+0
2022-11-29usb: typec: Add partner PD object wrapperPrashant Malani1-0/+19