aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22usb: dwc3: core: add gfladj_refclk_lpm_sel quirkAlexander Stein2-1/+9
2022-09-22usb: musb: Fix musb_gadget.c rxstate overflow bugRobin Guo1-0/+3
2022-09-22usb: dwc3: pci: Add PCIe device ID for USB3 controller on CPU sub-system for Alder Lake PShruthi Sanil1-0/+4
2022-09-22usb: dwc3: pci: Update the macro names for USB PCIe device ID's for Alder Lake platformsShruthi Sanil1-6/+6
2022-09-22usb: dwc3: xilinx: fix usb3 non-wakeup source resume failurePiyush Mehta1-9/+21
2022-09-22usb: dwc3: xilinx: add power management ops supportPiyush Mehta1-4/+29
2022-09-22usb: gadget: uvc: add v4l2 try_format api callMichael Grzeschik1-0/+110
2022-09-22usb: gadget: uvc: add v4l2 enumeration api callsMichael Grzeschik3-0/+208
2022-09-22media: uvcvideo: move uvc_format_desc to common headerMichael Grzeschik3-349/+2
2022-09-22media: v4l: move helper functions for fractions from uvc to v4l2-commonMichael Grzeschik4-94/+93
2022-09-22usb: dwc3: qcom: drop unneeded compatiblesKrzysztof Kozlowski1-4/+0
2022-09-22usb: dwc3: gadget: Do not clear ep delayed stop flag during ep disableWesley Cheng1-1/+10
2022-09-22usb: mon: make mmapped memory read onlyTadeusz Struk1-0/+5
2022-09-22usb: typec: anx7411: Use of_get_child_by_name() instead of of_find_node_by_name()Liang He1-2/+2
2022-09-22usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng2-4/+4
2022-09-22usb: dwc2: Remove redundant license textChristophe JAILLET12-360/+1
2022-09-22usb: dwc3: Fix typos in gadget.cKushagra Verma1-2/+2
2022-09-22usb: gadget: function: fix dangling pnp_string in f_printer.cAlbert Briscoe1-6/+6
2022-09-22xhci: remove unused lpm_failed_dev member from struct xhci_hcdMathias Nyman1-2/+0
2022-09-22xhci: remove unused command member from struct xhci_hcd structMathias Nyman1-1/+0
2022-09-22xhci: show fault reason for a failed enable slot commandMathias Nyman1-1/+2
2022-09-22xhci: Don't show warning for reinit on known broken suspendMario Limonciello1-1/+2
2022-09-22xhci: dbc: Fix memory leak in xhci_alloc_dbc()Rafael Mendonca1-1/+1
2022-09-22usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie1-1/+6
2022-09-22Merge tag 'usb-serial-6.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman4-271/+245
2022-09-20USB: serial: ftdi_sio: clean up driver prefixJohan Hovold1-21/+17
2022-09-20USB: serial: ftdi_sio: move driver structureJohan Hovold1-66/+35
2022-09-20USB: serial: ftdi_sio: clean up attribute visibility logicJohan Hovold1-8/+7
2022-09-19USB: serial: console: move mutex_unlock() before usb_serial_put()Liang He1-1/+1
2022-09-19USB: serial: ftdi_sio: convert to use dev_groupsJiasheng Jiang1-21/+28
2022-09-15USB: serial: ftdi_sio: add support for HP and HA devicesAmireddy mallikarjuna reddy2-0/+49
2022-09-15USB: serial: ftdi_sio: simplify divisor handlingJohan Hovold1-3/+1
2022-09-15USB: serial: ftdi_sio: assume hi-speed typeJohan Hovold1-11/+12
2022-09-15USB: serial: ftdi_sio: clean up baudrate requestJohan Hovold1-6/+3
2022-09-15USB: serial: ftdi_sio: clean up attribute handlingJohan Hovold1-31/+16
2022-09-15USB: serial: ftdi_sio: clean up modem-status handlingJohan Hovold1-18/+4
2022-09-15USB: serial: ftdi_sio: tighten device-type detectionJohan Hovold1-63/+55
2022-09-15USB: serial: ftdi_sio: rename channel indexJohan Hovold2-26/+24
2022-09-15USB: serial: ftdi_sio: include FT2232D in type stringJohan Hovold1-1/+1
2022-09-15USB: serial: ftdi_sio: rename chip typesJohan Hovold1-30/+30
2022-09-15USB: serial: ftdi_sio: drop redundant chip type commentsJohan Hovold1-11/+10
2022-09-15USB: serial: ftdi_sio: clean up chip type enumJohan Hovold2-12/+11
2022-09-15USB: serial: ftdi_sio: fix 300 bps rate for SIOJohan Hovold1-2/+1
2022-09-09usb: misc: usb3503: call clk_disable_unprepare in the error handlingDongliang Mu1-6/+19
2022-09-09usb: gadget: uvc: increase worker prio to WQ_HIGHPRIMichael Grzeschik4-3/+13
2022-09-08usb: chipidea: make configs for glue drivers visible with EXPERTLukas Bulwahn1-5/+5
2022-09-07usb: dwc3: gadget: Submit endxfer command if delayed during disconnectWesley Cheng1-1/+12
2022-09-07usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxferWesley Cheng1-1/+3
2022-09-07usb: dwc3: Increase DWC3 controller halt timeoutWesley Cheng1-1/+2
2022-09-07usb: dwc3: Remove DWC3 locking during gadget suspend/resumeWesley Cheng2-4/+5