summaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds16-50/+741
2025-06-03Merge tag 'leds-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-4/+2
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki1-0/+2
2025-05-23usb: typec: tipd: fix typo in TPS_STATUS_HIGH_VOLAGE_WARNING macroJihed Chaibi2-2/+2
2025-05-23USB: typec: fix const issue in typec_match()Greg Kroah-Hartman1-1/+1
2025-05-21usb: typec: tcpm: Use configured PD revision for negotiationCosmo Chou1-4/+25
2025-05-21usb: typec: tcpm: move tcpm_queue_vdm_unlocked to asynchronous workRD Babiera1-20/+71
2025-05-21usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx()Amit Sunil Dhamne1-1/+2
2025-05-21Merge tag 'thunderbolt-for-v6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman1-2/+21
2025-05-13ucsi_ccg: Disable async suspend in ucsi_ccg_probe()Jon Hunter1-0/+2
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman4-9/+50
2025-05-01usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transitionRD Babiera1-1/+1
2025-05-01usb: typec: ucsi: displayport: Fix NULL pointer accessAndrei Kuchynski1-0/+2
2025-05-01usb: typec: ucsi: displayport: Fix deadlockAndrei Kuchynski3-8/+47
2025-04-28Merge 6.15-rc4 into usb-nextGreg Kroah-Hartman2-4/+21
2025-04-25usb: typec: ucsi: fix Clang -Wsign-conversion warningQasim Ijaz1-1/+1
2025-04-25usb: typec: ucsi: Fix unmet dependencies for UCSI_HUAWEI_GAOKUNYue Haibing1-1/+1
2025-04-25usb: typec: ucsi: huawei_gaokun: add error checkingPengyu Luo1-1/+5
2025-04-25usb: typec: mux: fsa4480: add regulator supportMichael Grzeschik1-0/+5
2025-04-17usb: typec: Connect Type-C port with associated USB4 portAlan Borzeszkowski1-2/+21
2025-04-15usb: typec: class: Unlocked on error in typec_register_partner()Dan Carpenter1-0/+1
2025-04-11usb: typec: displayport: Receive DP Status Update NAK request exit dp altmodeJos Wang1-0/+4
2025-04-11usb: typec: tipd: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+1
2025-04-11usb: typec: tcpci: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+4
2025-04-11usb: typec: tcpci: add regulator supportMichael Grzeschik1-0/+5
2025-04-11usb: typec: tcpm: allow switching to mode accessory to mux properlyMichael Grzeschik1-9/+18
2025-04-11usb: typec: tcpm: allow sink (ufp) to toggle into accessory mode debugMichael Grzeschik1-5/+29
2025-04-11usb: typec: tcpm: allow to use sink in accessory modeMichael Grzeschik1-2/+7
2025-04-11usb: typec: mux: do not return on EOPNOTSUPP in {mux, switch}_setMichael Grzeschik1-2/+2
2025-04-11usb: typec: ucsi: Add the UCSI commands in debugfsMadhu M2-0/+6
2025-04-11usb: typec: ucsi: add Huawei Matebook E Go ucsi driverPengyu Luo3-0/+534
2025-04-11usb: typec: class: Invalidate USB device pointers on partner unregistrationAndrei Kuchynski1-2/+6
2025-04-11usb: typec: class: Fix NULL pointer accessAndrei Kuchynski2-2/+14
2025-04-10usb: typec: tcpm: Use fwnode_get_child_node_count()Andy Shevchenko1-4/+2
2025-04-03Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-89/+583
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+8
2025-03-14usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run...Amit Sunil Dhamne1-4/+4
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman8-19/+44
2025-03-06usb: typec: ucsi: Fix NULL pointer accessAndrei Kuchynski1-6/+7
2025-03-03ucsi_ccg: Don't show non-functional attributesMario Limonciello1-6/+19
2025-03-03ucsi_ccg: Don't show failed to get FW build information errorMario Limonciello1-3/+2
2025-02-19usb: typec: ucsi: increase timeout for PPM reset operationsFedor Pchelkin1-1/+1
2025-02-19acpi: typec: ucsi: Introduce a ->poll_cci methodChristian A. Ehrhardt7-12/+25
2025-02-19usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix functionalityAngeloGioacchino Del Regno1-0/+11
2025-02-19usb: typec: ps883x: fix configuration error handlingJohan Hovold1-10/+26
2025-02-19usb: typec: ps883x: fix missing accessibility checkJohan Hovold1-0/+11
2025-02-19usb: typec: ps883x: fix registration raceJohan Hovold1-15/+16
2025-02-19usb: typec: ps883x: fix probe error handlingJohan Hovold1-2/+3
2025-02-18usb: typec: tcpm: Switch to use hrtimer_setup()Nam Cao1-8/+8
2025-02-17Merge 6.14-rc3 into usb-nextGreg Kroah-Hartman1-2/+1