summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2023-10-02usb: typec: drop check because i2c_unregister_device() is NULL safeWolfram Sang
2023-10-02usb: typec: tcpci_rt1711h: Drop CONFIG_OF ifdefferyBiju Das
2023-10-02usb: typec: tcpci_rt1711h: Add enable_pd30_extended_message variable to struc...Biju Das
2023-10-02usb: typec: tcpci_rt1711h: Add rxdz_sel variable to struct rt1711h_chip_infoBiju Das
2023-10-02usb: typec: tcpci_rt1711h: Convert enum->pointer for data in the match tablesBiju Das
2023-10-02usb: typec: tcpci_rt1711h: Remove trailing comma in the terminator entry for ...Biju Das
2023-10-02usb: xhci: Move extcaps related macros to respective header fileKrishna Kurapati
2023-10-02usb: typec: intel_pmc_mux: enable sysfs usb role accessUday M Bhat
2023-10-02usb: musb: dsps: Fix vbus vs tps65217-charger irq conflictGrant B Adams
2023-10-02usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo
2023-10-02usb: typec: qcom: Update the logic of regulator enable and disableHui Liu
2023-10-02usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati
2023-10-02usb: musb: Get the musb_qh poniter after musb_givebackXingxing Luo
2023-10-02usb: musb: Modify the "HWVers" register addressXingxing Luo
2023-10-02usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak
2023-09-11usb: typec: ucsi: Fix NULL pointer dereferenceHeikki Krogerus
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-27Merge tag 'usb-serial-6.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2023-08-23tcpm: Avoid soft reset when partner does not support get_statusBadhri Jagan Sridharan
2023-08-23usb: typec: tcpm: reset counter when enter into unattached state after try roleXu Yang
2023-08-23usb: typec: tcpm: set initial svdm version based on pd revisionRD Babiera
2023-08-23USB: serial: option: add FOXCONN T99W368/T99W373 productSlark Xiao
2023-08-23USB: serial: option: add Quectel EM05G variant (0x030e)Martin Kohn
2023-08-22usb: dwc2: add pci_device_id driver_data parse supportYinbo Zhu
2023-08-22usb: gadget: remove max support speed info in bind operationLinyu Yuan
2023-08-22usb: gadget: composite: cleanup function config_ep_by_speed_and_alt()Linyu Yuan
2023-08-22usb: gadget: config: remove max speed check in usb_assign_descriptors()Linyu Yuan
2023-08-22usb: gadget: unconditionally allocate hs/ss descriptor in bind operationLinyu Yuan
2023-08-22usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()Linyu Yuan
2023-08-22usb: gadget: add a inline function gether_bitrate()Linyu Yuan
2023-08-22usb: gadget: use working speed to calcaulate network bitrate and qlenLinyu Yuan
2023-08-22usb: dwc3: exynos: Add support for Exynos850 variantSam Protsenko
2023-08-22usb: gadget: udc-xilinx: fix incorrect type in assignment warningPiyush Mehta
2023-08-22usb: gadget: udc-xilinx: fix cast from restricted __le16 warningPiyush Mehta
2023-08-22usb: gadget: udc-xilinx: fix restricted __le16 degrades to integer warningPiyush Mehta
2023-08-22USB: dwc2: hande irq on dead controller correctlyOliver Neukum
2023-08-22USB: cdc-acm: support flushing write buffers (TCOFLUSH)Simon Arlott
2023-08-22usb: typec: qcom-pmic-typec: register drm_bridgeDmitry Baryshkov
2023-08-22usb: typec: altmodes/displayport: add support for embedded DP casesDmitry Baryshkov
2023-08-22usb: gadget: function: Remove unused declarationsYue Haibing
2023-08-22usb: dwc3: remove unnecessary platform_set_drvdata()Yang Yingliang
2023-08-22usb: cdc-acm: move ldisc dcd notification outside of acm's read lockDan Drown
2023-08-22usb: typec: tcpci: clear the fault status bitMarco Felsch
2023-08-22usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera
2023-08-22usb: core: Use module_led_trigger macro to simplify the codeLi Zetao
2023-08-22usb: dwc3: meson-g12a: do post init to fix broken usb after resumptionLuke Lu
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman