summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/ucsi
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-5/+44
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-2/+7
2026-03-18usb: typec: ucsi: validate connector number in ucsi_notify_common()Nathan Rebello-2/+7
2026-03-18usb: typec: ucsi: Add UCSI_USB4_IMPLIES_USB quirk for X1E80100Krishna Kurapati-2/+9
2026-03-11usb: typec: ucsi: Invoke ucsi_run_command tracepointLoic Poulain-0/+2
2026-03-11usb: ucsi: huawei_gaokun: make gaokun_ucsi_ops staticPengyu Luo-1/+1
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-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+5
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-19/+328
2026-02-06usb: typec: ucsi: Add Thunderbolt alternate mode supportAndrei Kuchynski-5/+249
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-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+2
2026-01-07usb: typec: ucsi: drop an unused Kconfig symbolRandy Dunlap-1/+0
2025-12-29Merge 6.19-rc3 into usb-nextGreg Kroah-Hartman-172/+72
2025-12-23Revert "usb: typec: ucsi: Update UCSI structure to have message in and messag...Johan Hovold-112/+71
2025-12-23Revert "usb: typec: ucsi: Add support for message out data structure"Johan Hovold-32/+0
2025-12-23Revert "usb: typec: ucsi: Enable debugfs for message_out data structure"Johan Hovold-26/+0
2025-12-23Revert "usb: typec: ucsi: Add support for SET_PDOS command"Johan Hovold-2/+0
2025-12-17usb: typec: ucsi: huawei-gaokin: add DRM dependencyArnd Bergmann-0/+1
2025-12-17usb: typec: ucsi: psy: Fix voltage and current max for non-Fixed PDOsBenson Leung-10/+20
2025-12-17usb: typec: ucsi: psy: Fix ucsi_psy_get_current_now in non-PD casesBenson Leung-3/+21
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-86/+320
2025-11-26usb: typec: ucsi: fix use-after-free caused by uec->workDuoming Zhou-0/+1
2025-11-26usb: typec: ucsi: fix probe failure in gaokun_ucsi_probe()Duoming Zhou-0/+1
2025-11-21usb: typec: ucsi: Add support for SET_PDOS commandPooja Katiyar-0/+2
2025-11-21usb: typec: ucsi: Enable debugfs for message_out data structurePooja Katiyar-0/+26
2025-11-21usb: typec: ucsi: Add support for message out data structurePooja Katiyar-0/+32
2025-11-21usb: typec: ucsi: Update UCSI structure to have message in and message out fi...Pooja Katiyar-71/+112
2025-11-21usb: typec: ucsi: Set orientation_aware if UCSI version is 2.x and aboveAbel Vesa-0/+3
2025-11-09usb: typec: ucsi: psy: Set max current to zero when disconnectedJameson Thies-0/+5
2025-10-28usb: typec: ucsi: Add support for orientationAbel Vesa-0/+27
2025-10-28usb: typec: ucsi: Add SET_POWER_LEVEL UCSI command to debugfsVenkat Jayaraman-0/+2
2025-10-24usb: typec: ucsi_glink: Increase buffer size to support UCSI v2Anjelique Melendez-10/+70
2025-10-24usb: typec: ucsi_glink: Update request/response buffers to be packedAnjelique Melendez-4/+4
2025-10-22usb: typec: ucsi: Report power supply change on sink path changeJameson Thies-1/+2
2025-10-22usb: typec: ucsi: Report power supply changes on power opmode changesJameson Thies-0/+3
2025-10-22usb: typec: ucsi: psy: Add power supply statusJameson Thies-0/+29
2025-10-13usb: typec: ucsi: Handle incorrect num_connectors capabilityMark Pearson-0/+6
2025-09-06usb: typec: ucsi: Add check for UCSI versionVenkat Jayaraman-1/+2
2025-09-06usb: ucsi: stm32: Use min() to improve ucsi_stm32g0_fw_cb()Thorsten Blum-5/+2
2025-08-17usb: typec: ucsi: Add support for READ_POWER_LEVEL commandVenkat Jayaraman-0/+60
2025-07-21usb: typec: ucsi: Update power_supply on power role changeMyrrh Periwinkle-0/+1
2025-07-21usb: typec: ucsi: psy: Set current max to 100mA for BC 1.2 and DefaultBenson Leung-4/+5
2025-07-21usb: typec: ucsi: yoga-c630: add DRM dependencyArnd Bergmann-0/+1