summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | usb: gadget: uvc: Pick up custom string descriptor IDsDaniel Scally2023-02-071-0/+9
| * | | | | | usb: gadget: uvc: Allow linking XUs to string descriptorsDaniel Scally2023-02-072-0/+53
| * | | | | | usb: gadget: configfs: Attach arbitrary strings to cdevDaniel Scally2023-02-071-16/+77
| * | | | | | usb: gadget: configfs: Support arbitrary string descriptorsDaniel Scally2023-02-071-2/+170
| * | | | | | usb: gadget: configfs: Rename struct gadget_stringsDaniel Scally2023-02-071-16/+16
| * | | | | | usb: gadget: uvc: Copy XU descriptors during .bind()Daniel Scally2023-02-072-0/+34
| * | | | | | usb: gadget: uvc: Allow definition of XUs in configfsDaniel Scally2023-02-074-0/+525
| * | | | | | usb: gadget: uvc: Generalise helper functions for reuseDaniel Scally2023-02-071-53/+67
| * | | | | | usb: gadget: uvc: Make bSourceID read/writeDaniel Scally2023-02-071-1/+58
| * | | | | | usb: max-3421: Fix setting of I/O pinsMark Tomlinson2023-02-071-1/+1
| * | | | | | usb: gadget: uvc: Allow creating new color matching descriptorsDaniel Scally2023-02-061-2/+97
| * | | | | | usb: gadget: uvc: Make color matching attributes read/writeDaniel Scally2023-02-061-1/+38
| * | | | | | usb: gadget: uvc: Remove the hardcoded default color matchingDaniel Scally2023-02-062-10/+0
| * | | | | | usb: gadget: uvc: Copy color matching descriptor for each frameDaniel Scally2023-02-062-9/+70
| * | | | | | usb: gadget: uvc: Add struct for color matching in configsDaniel Scally2023-02-062-14/+52
| * | | | | | USB: ene_usb6250: Allocate enough memory for full objectKees Cook2023-02-061-1/+1
| * | | | | | usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer mathKees Cook2023-02-061-1/+1
| * | | | | | USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | | | | | USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | | | | | USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | | | | | USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | | | | | USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | | | | | USB: isp1362: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | | | | | USB: isp116x: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | | | | | USB: fotg210: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | | | | | USB: sl811: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | | | | | USB: uhci: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-3/+3
| * | | | | | USB: ULPI: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-8/+6
| * | | | | | USB: chipidea: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | | | | | usb: gadget: configfs: Use memcpy_and_pad()Andy Shevchenko2023-02-061-2/+1
| * | | | | | USB: dwc3: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-064-14/+14
| * | | | | | Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman2023-02-0620-19/+13
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | usb: remove the dead USB_OHCI_SH optionChristoph Hellwig2023-02-031-11/+0
| * | | | | | xhci: decouple usb2 port resume and get_port_status request handlingMathias Nyman2023-02-021-22/+25
| * | | | | | xhci: clear usb2 resume related variables in one place.Mathias Nyman2023-02-021-22/+16
| * | | | | | xhci: rename resume_done to resume_timestampMathias Nyman2023-02-023-13/+13
| * | | | | | xhci: Pass port structure as parameter to xhci_disable_port().Mathias Nyman2023-02-021-9/+15
| * | | | | | xhci: move port specific items such as state completions to port structureMathias Nyman2023-02-024-35/+28
| * | | | | | xhci: pass port pointer as parameter to xhci_set_port_power()Mathias Nyman2023-02-021-14/+11
| * | | | | | xhci: cleanup xhci_hub_control port referencesMathias Nyman2023-02-021-60/+63
| * | | | | | xhci: add helpers for enabling and disabling interruptersMathias Nyman2023-02-021-7/+30
| * | | | | | xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman2023-02-025-120/+196
| * | | | | | xhci: remove xhci_test_trb_in_td_math early development checkMathias Nyman2023-02-021-160/+0
| * | | | | | xhci: fix event ring segment table related masks and variables in headerMathias Nyman2023-02-022-3/+6
| * | | | | | usb: gadget: uvc: Disable interrupt endpoint by defaultDaniel Scally2023-02-022-23/+38
| * | | | | | usb: gadget: uvc: Add new enable_interrupt_ep attributeDaniel Scally2023-02-022-0/+55
| * | | | | | usb: gadget: uvc: Rename uvc_control_epDaniel Scally2023-02-022-21/+21
| * | | | | | usb: typec: ucsi_ccg: Add OF supportWayne Chang2023-02-021-4/+18
| * | | | | | usb: gadget: configfs: Restrict symlink creation is UDC already bindedUdipto Goswami2023-02-021-0/+6
| * | | | | | usb: musb: sunxi: Introduce config structAndre Przywara2023-02-021-33/+70