summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-02-06USB: fotg210: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: sl811: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: uhci: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+3
2023-02-06USB: ULPI: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-8/+6
2023-02-06USB: chipidea: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06usb: gadget: configfs: Use memcpy_and_pad()Andy Shevchenko1-2/+1
2023-02-06USB: dwc3: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman4-14/+14
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman20-19/+13
2023-02-06USB: serial: option: add support for VW/Skoda "Carstick LTE"Florian Zumbiehl1-0/+4
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman20-19/+13
2023-02-03usb: remove the dead USB_OHCI_SH optionChristoph Hellwig1-11/+0
2023-02-03usb: host: ohci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven1-17/+6
2023-02-03usb: host: ehci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven1-17/+6
2023-02-02xhci: decouple usb2 port resume and get_port_status request handlingMathias Nyman1-22/+25
2023-02-02xhci: clear usb2 resume related variables in one place.Mathias Nyman1-22/+16
2023-02-02xhci: rename resume_done to resume_timestampMathias Nyman3-13/+13
2023-02-02xhci: Pass port structure as parameter to xhci_disable_port().Mathias Nyman1-9/+15
2023-02-02xhci: move port specific items such as state completions to port structureMathias Nyman4-35/+28
2023-02-02xhci: pass port pointer as parameter to xhci_set_port_power()Mathias Nyman1-14/+11
2023-02-02xhci: cleanup xhci_hub_control port referencesMathias Nyman1-60/+63
2023-02-02xhci: add helpers for enabling and disabling interruptersMathias Nyman1-7/+30
2023-02-02xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman5-120/+196
2023-02-02xhci: remove xhci_test_trb_in_td_math early development checkMathias Nyman1-160/+0
2023-02-02xhci: fix event ring segment table related masks and variables in headerMathias Nyman2-3/+6
2023-02-02usb: typec: ucsi: Don't attempt to resume the ports before they existHeikki Krogerus1-1/+8
2023-02-02usb: gadget: uvc: Disable interrupt endpoint by defaultDaniel Scally2-23/+38
2023-02-02usb: gadget: uvc: Add new enable_interrupt_ep attributeDaniel Scally2-0/+55
2023-02-02usb: gadget: uvc: Rename uvc_control_epDaniel Scally2-21/+21
2023-02-02usb: typec: ucsi_ccg: Add OF supportWayne Chang1-4/+18
2023-02-02usb: gadget: configfs: Restrict symlink creation is UDC already bindedUdipto Goswami1-0/+6
2023-02-02usb: musb: sunxi: Introduce config structAndre Przywara1-33/+70
2023-02-02usb: musb: sunxi: add support for the F1C100s MUSB controllerIcenowy Zheng1-2/+6
2023-02-02xhci: split out rcar/rz support from xhci-plat.cArnd Bergmann7-151/+164
2023-02-02usb: musb: mediatek: don't unregister something that wasn't registeredDan Carpenter1-1/+2
2023-02-02usb: gadget: udc: do not clear gadget driver.busAaro Koskinen16-16/+0
2023-02-01usb: ohci-omap: avoid unused-variable warningArnd Bergmann1-7/+1
2023-02-01usb: remove ohci-tmio driverArnd Bergmann2-382/+0
2023-01-31USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern2-8/+2
2023-01-31usb: early: xhci-dbc: Use memcpy_and_pad()Christophe JAILLET1-2/+1
2023-01-31usb: early: xhci-dbc: Optimize early_xdbc_write()Christophe JAILLET1-1/+1
2023-01-31usb: early: xhci-dbc: Fix a potential out-of-bound memory accessChristophe JAILLET1-1/+2
2023-01-31usb: chipidea: ci_hdrc_imx: use dev_err_probeAlexander Stein1-3/+7
2023-01-31usb: fotg210: fix return value check in fotg210_probe()Yang Yingliang1-2/+2
2023-01-31USB: MAX3421: Handle USB NAK correctlyMark Tomlinson1-11/+2
2023-01-31usg: gadget: Move validation out of lock in webusb_bcdVersion_store()Andy Shevchenko1-7/+3
2023-01-31usb: gadget: Use correct APIs and data types for UUID handlingAndy Shevchenko1-2/+2
2023-01-31usb: uvc: use v4l2_fill_fmtdesc instead of open coded format nameMichael Grzeschik1-6/+0
2023-01-31usb: uvc: make uvc_format_desc table constMichael Grzeschik1-4/+4
2023-01-31usb: uvc: move uvc_fmts and uvc_format_by_guid to own compile unitMichael Grzeschik1-0/+1
2023-01-31usb: uvc: move media/v4l2-uvc.h to usb/uvc.hMichael Grzeschik1-1/+1