aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/typec/tcpm/tcpm.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-21usb: typec: tcpm: improve handling of DISCOVER_MODES failuresSebastian Reichel1-36/+61
2026-05-19usb: typec: tcpm: bound altmode_desc[] per iteration in svdm_consume_modes()Greg Kroah-Hartman1-8/+4
2026-05-19usb: typec: tcpm: validate VDO count in Discover Identity ACK handlersGreg Kroah-Hartman1-1/+7
2026-04-27usb: typec: tcpm: fix debug accessory mode detection for sink portsXu Yang1-9/+16
2026-04-27usb: typec: tcpm: reset internal port states on soft reset AMSAmit Sunil Dhamne1-0/+2
2026-03-18tcpm: Implement sink support for PD SPR AVS negotiationBadhri Jagan Sridharan1-104/+507
2026-03-16Merge 7.0-rc4 into usb-nextGreg Kroah-Hartman1-1/+1
2026-03-11Revert "tcpm: allow looking for role_sw device in the main node"Xu Yang1-1/+1
2026-03-11usb: typec: tcpm: add support for Sink Cap Extended msg responseAmit Sunil Dhamne1-1/+252
2026-03-11usb: typec: tcpm: Use safer strscpy() instead of strcpy()Ai Chao1-3/+3
2026-03-11usb: typec: tcpm: kzalloc + kcalloc to kzalloc_flexRosen Penev1-14/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman1-1/+1
2026-01-07tcpm: allow looking for role_sw device in the main nodeArnaud Ferraris1-1/+1
2026-01-07USB: typec: tcpm: Fix a typoAndy Yan1-1/+1
2025-10-27Merge 6.18-rc3 into usb-nextGreg Kroah-Hartman1-2/+2
2025-10-22tcpm: Parse and log AVS APDOBadhri Jagan Sridharan1-1/+14
2025-10-22tcpm: switch check for role_sw device with fw_nodeMichael Grzeschik1-2/+2
2025-09-06usb: typec: tcpm: properly deliver cable vdms to altmode driversRD Babiera1-4/+8
2025-06-24usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attachRD Babiera1-17/+17
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-39/+149
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-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-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2025-05-01usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transitionRD Babiera1-1/+1
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-10usb: typec: tcpm: Use fwnode_get_child_node_count()Andy Shevchenko1-4/+2
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-02-18usb: typec: tcpm: Switch to use hrtimer_setup()Nam Cao1-8/+8
2025-02-14usb: typec: tcpm: PSSourceOffTimer timeout in PR_Swap enters ERROR_RECOVERYJos Wang1-2/+1
2025-01-27Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-10/+94
2025-01-17usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPSKyle Tso1-3/+5
2025-01-15USB: typec: Use str_enable_disable-like helpersKrzysztof Kozlowski1-3/+4
2025-01-13usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSEJos Wang1-1/+1
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2024-12-24usb: typec: tcpm: Add new AMS for Get_Revision responseAmit Sunil Dhamne1-1/+40
2024-12-24usb: typec: tcpm: Add support for parsing pd-revision DT propertyAmit Sunil Dhamne1-2/+44
2024-11-16usb: typec: tcpm: Add support for sink-bc12-completion-time-ms DT propertyAmit Sunil Dhamne1-1/+15
2024-11-05Merge v6.12-rc6 into usb-nextGreg Kroah-Hartman1-1/+6
2024-10-29usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non s...Amit Sunil Dhamne1-3/+7
2024-10-29usb: typec: tcpm: Add support for parsing time dt propertiesAmit Sunil Dhamne1-16/+57
2024-10-04usb: typec: tcpm: use max() to get higher valueR Sundar1-1/+1
2024-10-04usb: typec: Fix typo in commentYu Jiaoliang1-2/+2
2024-09-18Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-8/+3
2024-09-03power: supply: Change usb_types from an array into a bitmaskHans de Goede1-8/+3