aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Merge tag 'usb-serial-6.6-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 1-0/+7
2023-10-16USB: serial: option: add Fibocom to DELL custom modem FM101R-GLGravatar Puliang Lu 1-0/+5
2023-10-13USB: serial: option: add entry for Sierra EM9191 with new firmwareGravatar Benoît Monin 1-0/+1
2023-10-13USB: serial: option: add Telit LE910C4-WWX 0x1035 compositionGravatar Fabio Porcedda 1-0/+1
2023-10-11usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeGravatar Mario Limonciello 1-0/+9
2023-10-11usb: typec: ucsi: Fix missing link removalGravatar Heikki Krogerus 1-0/+1
2023-10-11usb: typec: altmodes/displayport: Signal hpd low when exiting modeGravatar RD Babiera 1-0/+5
2023-10-02xhci: Preserve RsvdP bits in ERSTBA register correctlyGravatar Lukas Wunner 2-3/+3
2023-10-02xhci: Clear EHB bit only at end of interrupt handlerGravatar Lukas Wunner 1-5/+7
2023-10-02xhci: track port suspend state correctly in unsuccessful resume casesGravatar Mathias Nyman 1-9/+10
2023-10-02usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferGravatar Wesley Cheng 1-2/+2
2023-10-02usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsGravatar Prashanth K 1-0/+1
2023-10-02usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hubGravatar Javier Carrasco 2-0/+2
2023-10-02usb: gadget: udc-xilinx: replace memcpy with memcpy_toioGravatar Piyush Mehta 1-8/+12
2023-10-02usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Gravatar Xiaolei Wang 1-2/+1
2023-10-02usb: dwc3: Soft reset phy on probe for hostGravatar Thinh Nguyen 1-1/+38
2023-10-02usb: hub: Guard against accesses to uninitialized BOS descriptorsGravatar Ricardo Cañuelo 2-4/+23
2023-10-02usb: typec: qcom: Update the logic of regulator enable and disableGravatar Hui Liu 1-6/+6
2023-10-02usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callGravatar Krishna Kurapati 1-7/+19
2023-10-02usb: musb: Get the musb_qh poniter after musb_givebackGravatar Xingxing Luo 1-1/+8
2023-10-02usb: musb: Modify the "HWVers" register addressGravatar Xingxing Luo 1-1/+1
2023-10-02usb: cdnsp: Fixes issue with dequeuing not queued requestsGravatar Pawel Laszczak 1-0/+3
2023-09-11usb: typec: ucsi: Fix NULL pointer dereferenceGravatar Heikki Krogerus 1-0/+3
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-0/+2
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 4-14/+12
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 166-1123/+4779
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-12/+10
2023-08-27Merge tag 'usb-serial-6.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 2-1/+95
2023-08-23tcpm: Avoid soft reset when partner does not support get_statusGravatar Badhri Jagan Sridharan 1-0/+7
2023-08-23usb: typec: tcpm: reset counter when enter into unattached state after try roleGravatar Xu Yang 1-0/+3
2023-08-23usb: typec: tcpm: set initial svdm version based on pd revisionGravatar RD Babiera 1-4/+31
2023-08-23USB: serial: option: add FOXCONN T99W368/T99W373 productGravatar Slark Xiao 1-0/+4
2023-08-23USB: serial: option: add Quectel EM05G variant (0x030e)Gravatar Martin Kohn 1-0/+3
2023-08-22usb: dwc2: add pci_device_id driver_data parse supportGravatar Yinbo Zhu 3-14/+40
2023-08-22usb: gadget: remove max support speed info in bind operationGravatar Linyu Yuan 10-29/+10
2023-08-22usb: gadget: composite: cleanup function config_ep_by_speed_and_alt()Gravatar Linyu Yuan 1-20/+14
2023-08-22usb: gadget: config: remove max speed check in usb_assign_descriptors()Gravatar Linyu Yuan 1-5/+3
2023-08-22usb: gadget: unconditionally allocate hs/ss descriptor in bind operationGravatar Linyu Yuan 3-75/+51
2023-08-22usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()Gravatar Linyu Yuan 1-9/+1
2023-08-22usb: gadget: add a inline function gether_bitrate()Gravatar Linyu Yuan 4-44/+18
2023-08-22usb: gadget: use working speed to calcaulate network bitrate and qlenGravatar Linyu Yuan 4-11/+10
2023-08-22usb: dwc3: exynos: Add support for Exynos850 variantGravatar Sam Protsenko 1-0/+9
2023-08-22usb: gadget: udc-xilinx: fix incorrect type in assignment warningGravatar Piyush Mehta 1-1/+1
2023-08-22usb: gadget: udc-xilinx: fix cast from restricted __le16 warningGravatar Piyush Mehta 1-3/+3
2023-08-22usb: gadget: udc-xilinx: fix restricted __le16 degrades to integer warningGravatar Piyush Mehta 1-8/+10
2023-08-22USB: dwc2: hande irq on dead controller correctlyGravatar Oliver Neukum 1-1/+3
2023-08-22USB: cdc-acm: support flushing write buffers (TCOFLUSH)Gravatar Simon Arlott 1-0/+14
2023-08-22usb: typec: qcom-pmic-typec: register drm_bridgeGravatar Dmitry Baryshkov 2-0/+38
2023-08-22usb: typec: altmodes/displayport: add support for embedded DP casesGravatar Dmitry Baryshkov 1-1/+4
2023-08-22usb: gadget: function: Remove unused declarationsGravatar Yue Haibing 3-7/+0