summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* usb: pd: Exposing the Peak Current value of Fixed Supplies to user spaceHeikki Krogerus2023-10-021-6/+4
* usb:typec:tcpm:support double Rp to Vbus cable as sinkMichael Wu2023-10-021-2/+2
* usb: typec: intel_pmc_mux: Configure Displayport Alternate mode 2.1Utkarsh Patel2023-10-021-0/+24
* usb: typec: Add Displayport Alternate Mode 2.1 SupportUtkarsh Patel2023-10-023-4/+7
* usb: typec: drop check because i2c_unregister_device() is NULL safeWolfram Sang2023-10-021-2/+1
* usb: typec: tcpci_rt1711h: Drop CONFIG_OF ifdefferyBiju Das2023-10-021-3/+2
* usb: typec: tcpci_rt1711h: Add enable_pd30_extended_message variable to struc...Biju Das2023-10-021-1/+3
* usb: typec: tcpci_rt1711h: Add rxdz_sel variable to struct rt1711h_chip_infoBiju Das2023-10-021-4/+3
* usb: typec: tcpci_rt1711h: Convert enum->pointer for data in the match tablesBiju Das2023-10-021-9/+21
* usb: typec: tcpci_rt1711h: Remove trailing comma in the terminator entry for ...Biju Das2023-10-021-2/+2
* usb: typec: intel_pmc_mux: enable sysfs usb role accessUday M Bhat2023-10-021-0/+1
* usb: typec: ucsi: Fix NULL pointer dereferenceHeikki Krogerus2023-09-111-0/+3
* tcpm: Avoid soft reset when partner does not support get_statusBadhri Jagan Sridharan2023-08-231-0/+7
* usb: typec: tcpm: reset counter when enter into unattached state after try roleXu Yang2023-08-231-0/+3
* usb: typec: tcpm: set initial svdm version based on pd revisionRD Babiera2023-08-231-4/+31
* usb: typec: qcom-pmic-typec: register drm_bridgeDmitry Baryshkov2023-08-222-0/+38
* usb: typec: altmodes/displayport: add support for embedded DP casesDmitry Baryshkov2023-08-221-1/+4
* usb: typec: tcpci: clear the fault status bitMarco Felsch2023-08-221-0/+4
* usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera2023-08-222-3/+12
* Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman2023-08-144-8/+43
|\
| * usb: typec: mux: intel: Add dependency on USB_COMMONHeikki Krogerus2023-08-041-0/+1
| * usb: typec: nb7vpq904m: Add an error handling path in nb7vpq904m_probe()Christophe JAILLET2023-08-041-7/+18
| * usb: typec: altmodes/displayport: Signal hpd when configuring pin assignmentRD Babiera2023-08-041-1/+17
| * usb: typec: tcpm: Fix response to vsafe0V eventBadhri Jagan Sridharan2023-08-041-0/+7
* | usb: typec: ucsi: Add debugfs for ucsi commandsSaranya Gopal2023-08-085-0/+141
* | usb: typec: tcpm: not sink vbus if operational current is 0mAXu Yang2023-08-041-2/+5
* | usb: typec: tcpm: Refactor the PPS APDO selectionKyle Tso2023-08-041-101/+21
* | usb: typec: tcpci_mt6370: remove redundant dev_err_probe()Zhu Wang2023-08-041-1/+1
* | Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman2023-07-313-11/+12
|\|
| * usb: typec: Use sysfs_emit_at when concatenating the stringKyle Tso2023-07-251-2/+2
| * usb: typec: Iterate pds array when showing the pd listKyle Tso2023-07-251-6/+5
| * usb: typec: Set port->pd before adding device for typec_portKyle Tso2023-07-251-1/+3
| * usb: typec: qcom: fix return value check in qcom_pmic_typec_probe()Yang Yingliang2023-07-251-2/+2
| * usb: typec: ucsi: move typec_set_mode(TYPEC_STATE_SAFE) to ucsi_unregister_pa...Neil Armstrong2023-07-251-2/+2
* | usb: typec: intel_pmc_mux: Configure Active and Retimer Cable typeUtkarsh Patel2023-07-251-4/+24
* | usb: Explicitly include correct DT includesRob Herring2023-07-255-6/+2
* | usb: typec: qcom: properly detect Audio Accessory mode peripheralsDmitry Baryshkov2023-07-251-0/+5
* | usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM deviceMadhu M2023-07-251-5/+20
* | usb: typec: nb7vpq904m: Switch back to use struct i2c_driver::probeUwe Kleine-König2023-07-251-1/+1
|/
* Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-0339-408/+2524
|\
| * usb: typec: nb7vpq904m: fix CONFIG_DRM dependencyNeil Armstrong2023-06-231-0/+2
| * usb: typec: fsa4480: add support for Audio Accessory ModeNeil Armstrong2023-06-211-0/+17
| * usb: typec: fsa4480: rework mux & switch setup to handle more statesNeil Armstrong2023-06-211-36/+75
| * usb: typec: ucsi: call typec_set_mode on non-altmode partner changeNeil Armstrong2023-06-211-0/+17
| * usb: typec: tcpm: add get max power supportFrank Wang2023-06-191-0/+24
| * usb: typec: tcpm: fix cc role at port resetFrank Wang2023-06-191-1/+2
| * usb: typec: add support for the nb7vpq904m Type-C Linear RedriverDmitry Baryshkov2023-06-153-0/+538
| * usb: typec: intel_pmc_mux: Expose IOM port status to debugfsRajat Khandelwal2023-06-131-1/+51
| * Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman2023-06-051-1/+1
| |\
| * | usb: typec: qcom-pmic-typec: Convert to platform remove callback returning voidUwe Kleine-König2023-05-301-4/+2