summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2023-06-13usb: gadget: udc: core: Prevent soft_connect_store() raceBadhri Jagan Sridharan-49/+106
2023-06-13usb: gadget: udc: core: Offload usb_udc_vbus_handler processingBadhri Jagan Sridharan-2/+27
2023-06-13usb: typec: Fix fast_role_swap_current show functionPavan Holla-1/+1
2023-06-13usb: typec: ucsi: Fix command cancellationHeikki Krogerus-4/+7
2023-06-13USB: dwc3: fix use-after-free on core driver unbindJohan Hovold-0/+5
2023-06-13USB: dwc3: qcom: fix NULL-deref on suspendJohan Hovold-1/+10
2023-06-13usb: dwc3: gadget: Reset num TRBs before giving back the requestElson Roy Serrao-0/+1
2023-06-13usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} errorBiju Das-2/+2
2023-06-08Merge tag 'usb-serial-6.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-0/+16
2023-06-02USB: serial: option: add Quectel EM061KGL seriesJerry Meng-0/+16
2023-05-30usb: typec: tps6598x: Fix broken polling mode after system suspend/resumeRoger Quadros-1/+1
2023-05-29usb: usbfs: Use consistent mmap functionsRuihan Li-2/+9
2023-05-29usb: usbfs: Enforce page requirements for mmapRuihan Li-4/+46
2023-05-29usb: gadget: udc: fix NULL dereference in remove()Dan Carpenter-0/+3
2023-05-29usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal-1/+1
2023-05-29usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QMFrank Li-0/+13
2023-05-16xhci: Fix incorrect tracking of free space on transfer ringsMathias Nyman-1/+28
2023-05-16xhci-pci: Only run d3cold avoidance quirk for s2idleMario Limonciello-3/+11
2023-05-13usb-storage: fix deadlock when a scsi command timeouts more than onceMaxime Bizon-7/+21
2023-05-13usb: dwc3: fix a test for error in dwc3_core_init()Dan Carpenter-1/+1
2023-05-13usb: typec: tps6598x: Fix fault at module removalRoger Quadros-0/+3
2023-05-13usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe-0/+3
2023-05-13usb: typec: altmodes/displayport: fix pin_assignment_showBadhri Jagan Sridharan-0/+4
2023-05-13Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started"Francesco Dolcini-104/+44
2023-05-13Revert "usb: gadget: udc: core: Prevent redundant calls to pullup"Francesco Dolcini-3/+0
2023-05-13usb: dwc3: debugfs: Resume dwc3 before accessing registersUdipto Goswami-0/+109
2023-05-13USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit valueWeitao Wang-4/+6
2023-05-13usb: dwc3: fix gadget mode suspend interrupt handler issueLinyu Yuan-1/+13
2023-05-13usb: dwc3: gadget: Improve dwc3_gadget_suspend() and dwc3_gadget_resume()Roger Quadros-33/+34
2023-05-13USB: usbtmc: Fix direction for 0-length ioctl control messagesAlan Stern-0/+2
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-18/+14
2023-04-27Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-7397/+2257
2023-04-27Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+91
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+2
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-37/+6
2023-04-26Merge branch 'for-6.4/logitech-hidpp' into for-linusJiri Kosina-0/+91
2023-04-21usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate APIWesley Cheng-32/+21
2023-04-21usb: dwc3: gadget: Execute gadget stop after halting the controllerWesley Cheng-2/+13
2023-04-20USB: sisusbvga: Add endpoint checksAlan Stern-0/+14
2023-04-20USB: core: Add routines for endpoint checks in old driversAlan Stern-0/+76
2023-04-20usb: dwc3: gadget: Stall and restart EP0 if host is unresponsiveWesley Cheng-17/+32
2023-04-20usb: dwc3: core: add support for disabling High-speed park modeStanley Chang-0/+9
2023-04-20usb: mtu3: add optional clock xhci_ck and frmcnt_ckChunfeng Yun-1/+3
2023-04-20usb: mtu3: expose role-switch control to userspaceChunfeng Yun-0/+1
2023-04-20usb: mtu3: unlock @mtu->lock just before giving back requestChunfeng Yun-1/+1
2023-04-20usb: mtu3: fix kernel panic at qmu transfer done irq handlerChunfeng Yun-2/+3
2023-04-20usb: mtu3: use boolean return valueChunfeng Yun-1/+1
2023-04-20usb: mtu3: give back request when rx error happensChunfeng Yun-1/+36
2023-04-20usb: chipidea: fix missing goto in `ci_hdrc_probe`Yinhao Hu-1/+1