summaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)Author
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki
2025-05-13ucsi_ccg: Disable async suspend in ucsi_ccg_probe()Jon Hunter
2025-05-01usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transitionRD Babiera
2025-05-01usb: typec: ucsi: displayport: Fix NULL pointer accessAndrei Kuchynski
2025-05-01usb: typec: ucsi: displayport: Fix deadlockAndrei Kuchynski
2025-04-15usb: typec: class: Unlocked on error in typec_register_partner()Dan Carpenter
2025-04-11usb: typec: class: Invalidate USB device pointers on partner unregistrationAndrei Kuchynski
2025-04-11usb: typec: class: Fix NULL pointer accessAndrei Kuchynski
2025-04-02Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-14usb: typec: tcpm: fix state transition for SNK_WAIT_CAPABILITIES state in run...Amit Sunil Dhamne
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman
2025-03-06usb: typec: ucsi: Fix NULL pointer accessAndrei Kuchynski
2025-03-03ucsi_ccg: Don't show non-functional attributesMario Limonciello
2025-03-03ucsi_ccg: Don't show failed to get FW build information errorMario Limonciello
2025-02-19usb: typec: ucsi: increase timeout for PPM reset operationsFedor Pchelkin
2025-02-19acpi: typec: ucsi: Introduce a ->poll_cci methodChristian A. Ehrhardt
2025-02-19usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix functionalityAngeloGioacchino Del Regno
2025-02-19usb: typec: ps883x: fix configuration error handlingJohan Hovold
2025-02-19usb: typec: ps883x: fix missing accessibility checkJohan Hovold
2025-02-19usb: typec: ps883x: fix registration raceJohan Hovold
2025-02-19usb: typec: ps883x: fix probe error handlingJohan Hovold
2025-02-18usb: typec: tcpm: Switch to use hrtimer_setup()Nam Cao
2025-02-17Merge 6.14-rc3 into usb-nextGreg Kroah-Hartman
2025-02-14usb: typec: Add support for Parade PS8830 Type-C RetimerAbel Vesa
2025-02-14usb: typec: ucsi: resume work after EC initJameson Thies
2025-02-14usb: typec: tcpm: PSSourceOffTimer timeout in PR_Swap enters ERROR_RECOVERYJos Wang
2025-02-03usb: typec: thunderbolt: Remove IS_ERR check for plugBenson Leung
2025-02-03usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PL...Benson Leung
2025-02-03usb: typec: ucsi: acpi: move LG Gram quirk to ucsi_gram_sync_control()Dmitry Baryshkov
2025-02-03usb: typec: ucsi: ccg: move command quirks to ucsi_ccg_sync_control()Dmitry Baryshkov
2025-02-03usb: typec: ucsi: return CCI and message from sync_control callbackDmitry Baryshkov
2025-02-03usb: typec: ucsi: Enable UCSI commands in debugfsMadhu M
2025-02-03usb: typec: ucsi: Rename SET_UOM UCSI command to SET_CCOMMadhu M
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-27Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-17usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPSKyle Tso
2025-01-17usb: typec: ucsi: Add a macro definition for UCSI v1.0Pengyu Luo
2025-01-15USB: typec: Use str_enable_disable-like helpersKrzysztof Kozlowski
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman
2025-01-13usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSEJos Wang
2025-01-13Merge 6.13-rc7 into usb-nextGreg Kroah-Hartman
2025-01-11usb: typec: cros-ec-ucsi: Mark cros_ucsi_ops static/constStephen Boyd
2025-01-11usb: typec: cros-ec-ucsi: Add newlines to printk messagesStephen Boyd
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2025-01-07usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control()GONG Ruiqi
2025-01-03usb: typec: class: Remove both cable_match() and partner_match()Zijun Hu
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2025-01-03usb: typec: ucsi: Implement ChromeOS UCSI driverPavan Holla