summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2026-04-19Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-198/+912
2026-04-07usb: typec: cros_ec_ucsi: Load driver from OF and ACPI definitionsJameson Thies-2/+24
2026-04-07usb: typec: ucsi: Set usb mode on partner changeJameson Thies-0/+6
2026-04-07usb: typec: ucsi: skip connector validation before initNathan Rebello-1/+2
2026-04-06Merge tag 'v7.0-rc7' into usb-nextGreg Kroah-Hartman-28/+29
2026-03-30usb: typec: thunderbolt: Set enter_vdo during initializationAndrei Kuchynski-22/+22
2026-03-30usb: typec: Remove alt->adev.dev.class assignmentAndrei Kuchynski-4/+0
2026-03-30usb: typec: tcpm/tcpci_maxim: deprecate WAR for setting charger modeAmit Sunil Dhamne-21/+34
2026-03-30usb: typec: fusb302: Switch to threaded IRQ handlerAlexey Charkov-2/+3
2026-03-30usb: typec: tcpci_rt1711h: Drop unnecessary VID/PID/DID checksAlexey Charkov-57/+2
2026-03-30usb: typec: tcpci: support setting orientation via GPIOXu Yang-0/+18
2026-03-18usb: typec: ucsi: validate connector number in ucsi_notify_common()Nathan Rebello-2/+7
2026-03-18tcpm: Implement sink support for PD SPR AVS negotiationBadhri Jagan Sridharan-104/+507
2026-03-18usb: typec: ps883x: Fix Oops at unbindMostafa Saleh-0/+1
2026-03-18usb: typec: ucsi: Add UCSI_USB4_IMPLIES_USB quirk for X1E80100Krishna Kurapati-2/+9
2026-03-16Merge 7.0-rc4 into usb-nextGreg Kroah-Hartman-2/+7
2026-03-11Revert "tcpm: allow looking for role_sw device in the main node"Xu Yang-1/+1
2026-03-11usb: typec: altmode/displayport: set displayport signaling rate in configure ...RD Babiera-1/+6
2026-03-11usb: typec: tcpm: add support for Sink Cap Extended msg responseAmit Sunil Dhamne-1/+252
2026-03-11usb: typec: tcpm: Add vid and chip info for Etek ET7304Yuanshen Cao-1/+15
2026-03-11usb: typec: tcpm: Use safer strscpy() instead of strcpy()Ai Chao-3/+3
2026-03-11usb: typec: mux: avoid duplicated mux switchesSebastian Reichel-1/+12
2026-03-11usb: typec: mux: avoid duplicated orientation switchesSebastian Reichel-1/+11
2026-03-11usb: typec: Fix error pointer dereferenceEthan Tidmore-2/+4
2026-03-11USB: typec: tcpci: Make tcpci_pm_ops variable staticKrzysztof Kozlowski-1/+1
2026-03-11usb: typec: ucsi: Invoke ucsi_run_command tracepointLoic Poulain-0/+2
2026-03-11usb: typec: fusb302: add DRM DP HPD bridge supportSebastian Reichel-0/+15
2026-03-11usb: ucsi: huawei_gaokun: make gaokun_ucsi_ops staticPengyu Luo-1/+1
2026-03-11usb: typec: tcpm: kzalloc + kcalloc to kzalloc_flexRosen Penev-14/+5
2026-03-11usb: typec: ucsi: ucsi_glink: Add support for Glymur and KaanapaliAnjelique Melendez-0/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-19/+19
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-21/+22
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-55/+787
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+2
2026-02-06usb: typec: ucsi: Add Thunderbolt alternate mode supportAndrei Kuchynski-5/+249
2026-02-06usb: typec: hd3ss3220: Check if regulator needs to be switchedJan Remmet-0/+3
2026-02-01usb: typec: fusb302: Remove IRQF_ONESHOTSebastian Andrzej Siewior-2/+1
2026-01-23usb: typec: ucsi: Enforce mode selection for cros_ec_ucsiAndrei Kuchynski-0/+22
2026-01-23usb: typec: ucsi: Support mode selection to activate altmodesAndrei Kuchynski-0/+16
2026-01-23usb: typec: Introduce mode_selection bitAndrei Kuchynski-3/+6
2026-01-23usb: typec: Implement mode selectionAndrei Kuchynski-1/+286
2026-01-23usb: typec: Expose alternate mode priority via sysfsAndrei Kuchynski-1/+89
2026-01-23usb: typec: Add mode_control field to port propertyAndrei Kuchynski-3/+7
2026-01-23usb: typec: hd3ss3220: Enable VBUS based on role stateJan Remmet-9/+18
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+2
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman-1/+1
2026-01-07tcpm: allow looking for role_sw device in the main nodeArnaud Ferraris-1/+1
2026-01-07usb: typec: ucsi: drop an unused Kconfig symbolRandy Dunlap-1/+0
2026-01-07USB: typec: tcpm: Fix a typoAndy Yan-1/+1