summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-0/+2
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-14/+12
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1123/+4779
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-12/+10
2023-08-27Merge tag 'usb-serial-6.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-1/+95
2023-08-23tcpm: Avoid soft reset when partner does not support get_statusBadhri Jagan Sridharan-0/+7
2023-08-23usb: typec: tcpm: reset counter when enter into unattached state after try roleXu Yang-0/+3
2023-08-23usb: typec: tcpm: set initial svdm version based on pd revisionRD Babiera-4/+31
2023-08-23USB: serial: option: add FOXCONN T99W368/T99W373 productSlark Xiao-0/+4
2023-08-23USB: serial: option: add Quectel EM05G variant (0x030e)Martin Kohn-0/+3
2023-08-22usb: dwc2: add pci_device_id driver_data parse supportYinbo Zhu-14/+40
2023-08-22usb: gadget: remove max support speed info in bind operationLinyu Yuan-29/+10
2023-08-22usb: gadget: composite: cleanup function config_ep_by_speed_and_alt()Linyu Yuan-20/+14
2023-08-22usb: gadget: config: remove max speed check in usb_assign_descriptors()Linyu Yuan-5/+3
2023-08-22usb: gadget: unconditionally allocate hs/ss descriptor in bind operationLinyu Yuan-75/+51
2023-08-22usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()Linyu Yuan-9/+1
2023-08-22usb: gadget: add a inline function gether_bitrate()Linyu Yuan-44/+18
2023-08-22usb: gadget: use working speed to calcaulate network bitrate and qlenLinyu Yuan-11/+10
2023-08-22usb: dwc3: exynos: Add support for Exynos850 variantSam Protsenko-0/+9
2023-08-22usb: gadget: udc-xilinx: fix incorrect type in assignment warningPiyush Mehta-1/+1
2023-08-22usb: gadget: udc-xilinx: fix cast from restricted __le16 warningPiyush Mehta-3/+3
2023-08-22usb: gadget: udc-xilinx: fix restricted __le16 degrades to integer warningPiyush Mehta-8/+10
2023-08-22USB: dwc2: hande irq on dead controller correctlyOliver Neukum-1/+3
2023-08-22USB: cdc-acm: support flushing write buffers (TCOFLUSH)Simon Arlott-0/+14
2023-08-22usb: typec: qcom-pmic-typec: register drm_bridgeDmitry Baryshkov-0/+38
2023-08-22usb: typec: altmodes/displayport: add support for embedded DP casesDmitry Baryshkov-1/+4
2023-08-22usb: gadget: function: Remove unused declarationsYue Haibing-7/+0
2023-08-22usb: dwc3: remove unnecessary platform_set_drvdata()Yang Yingliang-6/+0
2023-08-22usb: cdc-acm: move ldisc dcd notification outside of acm's read lockDan Drown-10/+11
2023-08-22usb: typec: tcpci: clear the fault status bitMarco Felsch-0/+4
2023-08-22usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera-3/+12
2023-08-22usb: core: Use module_led_trigger macro to simplify the codeLi Zetao-12/+1
2023-08-22usb: dwc3: meson-g12a: do post init to fix broken usb after resumptionLuke Lu-0/+6
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman-13/+74
2023-08-14Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman-13/+74
2023-08-12USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern-1/+1
2023-08-12USB: gadget: core: Add missing kerneldoc for vbus_workAlan Stern-0/+1
2023-08-12USB: core: Fix oversight in SuperSpeed initializationAlan Stern-12/+24
2023-08-12USB: core: Fix unused variable warning in usb_alloc_dev()Alan Stern-2/+0
2023-08-12usb: host: ehci-sched: try to turn on io watchdog as long as periodic_count > 0Xu Yang-1/+2
2023-08-12USB: ohci-sm501: remove unnecessary check of memYang Yingliang-2/+1
2023-08-12usb: gadget/snps_udc_plat: Remove redundant of_match_ptr()Ruan Jinjie-3/+1
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-8/+10
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)-2/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-8/+4
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern-197/+57
2023-08-09usb: chipidea: add workaround for chipidea PEC bugXu Yang-1/+7
2023-08-09usb: ehci: add workaround for chipidea PORTSC.PEC bugXu Yang-3/+25
2023-08-09usb: dwc3: dwc3-octeon: Verify clock dividerLadislav Michl-2/+6
2023-08-08USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern-44/+70