summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2023-02-07usb: gadget: uvc: Copy XU descriptors during .bind()Daniel Scally
2023-02-07usb: gadget: uvc: Allow definition of XUs in configfsDaniel Scally
2023-02-07usb: gadget: uvc: Generalise helper functions for reuseDaniel Scally
2023-02-07usb: gadget: uvc: Make bSourceID read/writeDaniel Scally
2023-02-07usb: max-3421: Fix setting of I/O pinsMark Tomlinson
2023-02-06usb: gadget: uvc: Allow creating new color matching descriptorsDaniel Scally
2023-02-06usb: gadget: uvc: Make color matching attributes read/writeDaniel Scally
2023-02-06usb: gadget: uvc: Remove the hardcoded default color matchingDaniel Scally
2023-02-06usb: gadget: uvc: Copy color matching descriptor for each frameDaniel Scally
2023-02-06usb: gadget: uvc: Add struct for color matching in configsDaniel Scally
2023-02-06USB: ene_usb6250: Allocate enough memory for full objectKees Cook
2023-02-06usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer mathKees Cook
2023-02-06USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: isp1362: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: isp116x: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: fotg210: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: sl811: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: uhci: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: ULPI: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: chipidea: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06usb: gadget: configfs: Use memcpy_and_pad()Andy Shevchenko
2023-02-06USB: dwc3: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman
2023-02-06USB: serial: option: add support for VW/Skoda "Carstick LTE"Florian Zumbiehl
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman
2023-02-03usb: remove the dead USB_OHCI_SH optionChristoph Hellwig
2023-02-03usb: host: ohci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven
2023-02-03usb: host: ehci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven
2023-02-02xhci: decouple usb2 port resume and get_port_status request handlingMathias Nyman
2023-02-02xhci: clear usb2 resume related variables in one place.Mathias Nyman
2023-02-02xhci: rename resume_done to resume_timestampMathias Nyman
2023-02-02xhci: Pass port structure as parameter to xhci_disable_port().Mathias Nyman
2023-02-02xhci: move port specific items such as state completions to port structureMathias Nyman
2023-02-02xhci: pass port pointer as parameter to xhci_set_port_power()Mathias Nyman
2023-02-02xhci: cleanup xhci_hub_control port referencesMathias Nyman
2023-02-02xhci: add helpers for enabling and disabling interruptersMathias Nyman
2023-02-02xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman
2023-02-02xhci: remove xhci_test_trb_in_td_math early development checkMathias Nyman
2023-02-02xhci: fix event ring segment table related masks and variables in headerMathias Nyman
2023-02-02usb: typec: ucsi: Don't attempt to resume the ports before they existHeikki Krogerus
2023-02-02usb: gadget: uvc: Disable interrupt endpoint by defaultDaniel Scally
2023-02-02usb: gadget: uvc: Add new enable_interrupt_ep attributeDaniel Scally
2023-02-02usb: gadget: uvc: Rename uvc_control_epDaniel Scally
2023-02-02usb: typec: ucsi_ccg: Add OF supportWayne Chang
2023-02-02usb: gadget: configfs: Restrict symlink creation is UDC already bindedUdipto Goswami
2023-02-02usb: musb: sunxi: Introduce config structAndre Przywara