summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/tcpm
AgeCommit message (Expand)AuthorLines
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-18tcpm: Implement sink support for PD SPR AVS negotiationBadhri Jagan Sridharan-104/+507
2026-03-16Merge 7.0-rc4 into usb-nextGreg Kroah-Hartman-1/+1
2026-03-11Revert "tcpm: allow looking for role_sw device in the main node"Xu Yang-1/+1
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: tcpci: Make tcpci_pm_ops variable staticKrzysztof Kozlowski-1/+1
2026-03-11usb: typec: fusb302: add DRM DP HPD bridge supportSebastian Reichel-0/+15
2026-03-11usb: typec: tcpm: kzalloc + kcalloc to kzalloc_flexRosen Penev-14/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2026-02-01usb: typec: fusb302: Remove IRQF_ONESHOTSebastian Andrzej Siewior-2/+1
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: tcpm: Fix a typoAndy Yan-1/+1
2025-10-27Merge 6.18-rc3 into usb-nextGreg Kroah-Hartman-2/+2
2025-10-22tcpm: Parse and log AVS APDOBadhri Jagan Sridharan-1/+14
2025-10-22tcpm: switch check for role_sw device with fw_nodeMichael Grzeschik-2/+2
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman-4/+8
2025-09-12usb: typec: tcpci: add wakeup supportXu Yang-0/+33
2025-09-06usb: typec: tcpm: properly deliver cable vdms to altmode driversRD Babiera-4/+8
2025-08-25Merge 6.17-rc3 into usb-nextGreg Kroah-Hartman-4/+67
2025-08-21usb: typec: qcom-pmic-typec: use kcalloc() instead of kzalloc()Qianfeng Rong-2/+2
2025-08-19usb: typec: fusb302: Revert incorrect threaded irq fixSebastian Reichel-4/+8
2025-08-17usb: typec: maxim_contaminant: re-enable cc toggle if cc is open and port is ...Amit Sunil Dhamne-0/+53
2025-08-17usb: typec: maxim_contaminant: disable low power mode when reading comparator...Amit Sunil Dhamne-0/+6
2025-07-21usb: typec: fusb302: cache PD RX stateSebastian Reichel-0/+8
2025-07-15usb: typec: tcpm/tcpci_maxim: enable PROBE_PREFER_ASYNCHRONOUSAndré Draszik-0/+1
2025-07-15usb: typec: tcpm/tcpci_maxim: drop CONFIG_OFAndré Draszik-3/+1
2025-07-15usb: typec: tcpm/tcpci_maxim: fix irq wake usageAndré Draszik-16/+30
2025-07-05Merge merge point of tag 'usb-6.16-rc5' into usb-nextGreg Kroah-Hartman-17/+17
2025-06-24usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attachRD Babiera-17/+17
2025-06-19usb: typec: fusb302: fix scheduling while atomic when using virtio-gpioYongbo Zhang-8/+4
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-41/+160
2025-06-03Merge tag 'leds-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-4/+2
2025-05-21usb: typec: tcpm: Use configured PD revision for negotiationCosmo Chou-4/+25
2025-05-21usb: typec: tcpm: move tcpm_queue_vdm_unlocked to asynchronous workRD Babiera-20/+71
2025-05-21usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx()Amit Sunil Dhamne-1/+2
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman-1/+1
2025-05-01usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transitionRD Babiera-1/+1
2025-04-11usb: typec: tcpci: Fix wakeup source leaks on device unbindKrzysztof Kozlowski-1/+4
2025-04-11usb: typec: tcpci: add regulator supportMichael Grzeschik-0/+5
2025-04-11usb: typec: tcpm: allow switching to mode accessory to mux properlyMichael Grzeschik-9/+18
2025-04-11usb: typec: tcpm: allow sink (ufp) to toggle into accessory mode debugMichael Grzeschik-5/+29
2025-04-11usb: typec: tcpm: allow to use sink in accessory modeMichael Grzeschik-2/+7