summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-02-07usb: max-3421: Fix setting of I/O pinsMark Tomlinson1-1/+1
2023-02-06usb: gadget: uvc: Allow creating new color matching descriptorsDaniel Scally1-2/+97
2023-02-06usb: gadget: uvc: Make color matching attributes read/writeDaniel Scally1-1/+38
2023-02-06usb: gadget: uvc: Remove the hardcoded default color matchingDaniel Scally2-10/+0
2023-02-06usb: gadget: uvc: Copy color matching descriptor for each frameDaniel Scally2-9/+70
2023-02-06usb: gadget: uvc: Add struct for color matching in configsDaniel Scally2-14/+52
2023-02-06USB: ene_usb6250: Allocate enough memory for full objectKees Cook1-1/+1
2023-02-06usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer mathKees Cook1-1/+1
2023-02-06USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: isp1362: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: isp116x: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
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 usb-nextGreg Kroah-Hartman20-19/+13
2023-02-03usb: remove the dead USB_OHCI_SH optionChristoph Hellwig1-11/+0
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-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