summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/mux
AgeCommit message (Expand)AuthorLines
2025-10-23usb: typec: ps883x: Fix missing mutex_unlock()Konrad Dybcio-3/+1
2025-10-22usb: typec: ps883x: Add USB4 mode and TBT3 altmode supportKonrad Dybcio-0/+29
2025-10-22usb: typec: ps883x: Rework ps883x_set()Konrad Dybcio-35/+38
2025-10-22usb: typec: ps883x: Cache register settings, not Type-C modeKonrad Dybcio-19/+22
2025-08-21usb: typec: mux: Remove the use of dev_err_probe()Xichao Zhao-1/+1
2025-06-19usb: typec: intel_pmc_mux: Defer probe if SCU IPC isn't presentTomasz Michalec-1/+1
2025-04-25usb: typec: mux: fsa4480: add regulator supportMichael Grzeschik-0/+5
2025-02-19usb: typec: ps883x: fix configuration error handlingJohan Hovold-10/+26
2025-02-19usb: typec: ps883x: fix missing accessibility checkJohan Hovold-0/+11
2025-02-19usb: typec: ps883x: fix registration raceJohan Hovold-15/+16
2025-02-19usb: typec: ps883x: fix probe error handlingJohan Hovold-2/+3
2025-02-14usb: typec: Add support for Parade PS8830 Type-C RetimerAbel Vesa-0/+448
2024-12-23usb: typec: intel_pmc_mux: Silence snprintf() output truncation warningHeikki Krogerus-1/+1
2024-11-04usb: typec: mux: Add support for the TUSB1046 crosspoint switchRomain Gantois-0/+206
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-09-11platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg-2/+1
2024-08-22usb: typec: fsa4480: Relax CHIP_ID checkLuca Weiss-1/+1
2024-07-31usb: typec: fsa4480: Check if the chip is really thereKonrad Dybcio-0/+14
2024-06-20usb: typec-mux: nb7vpq904m: broadcast typec state to next muxNeil Armstrong-2/+22
2024-06-20usb: typec-mux: ptn36502: broadcast typec state to next muxNeil Armstrong-2/+22
2024-06-20usb: typec-mux: nb7vpq904m: unregister typec switch on probe error and removeNeil Armstrong-1/+6
2024-06-20usb: typec-mux: ptn36502: unregister typec switch on probe error and removeNeil Armstrong-2/+9
2024-06-04usb: typec: mux: gpio-sbu: Make enable gpio optionalFrancesco Dolcini-1/+5
2024-06-04usb: typec: nb7vpq904m: Remove unneeded indentationR Sundar-33/+35
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman-1/+1
2024-04-11usb: typec: mux: gpio-sbu: Allow GPIO operations to sleepFrancesco Dolcini-4/+4
2024-04-09usb: typec: mux: it5205: Fix ChipID value typoAngeloGioacchino Del Regno-1/+1
2024-04-04usb: typec: ptn36502: Only select DRM_AUX_BRIDGE with OFNathan Chancellor-1/+1
2024-03-26usb: typec: ptn36502: switch to DRM_AUX_BRIDGELuca Weiss-43/+3
2024-01-27usb: typec: mux: Add ITE IT5205 Alternate Mode Passive MUX driverAngeloGioacchino Del Regno-0/+305
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-0/+790
2023-12-15usb: typec: mux: add Qualcomm WCD939X USB SubSystem Altmode Mux driverNeil Armstrong-0/+790
2023-12-07usb: typec: nb7vpq904m: Only select DRM_AUX_BRIDGE with OFNathan Chancellor-1/+1
2023-12-04usb: typec: nb7vpq904m: switch to DRM_AUX_BRIDGEDmitry Baryshkov-43/+3
2023-10-27usb: typec: fsa4480: Add support to swap SBU orientationLuca Weiss-0/+71
2023-10-21usb: typec: add support for PTN36502 redriverLuca Weiss-0/+455
2023-10-02usb: typec: intel_pmc_mux: Configure Displayport Alternate mode 2.1Utkarsh Patel-0/+24
2023-10-02usb: typec: intel_pmc_mux: enable sysfs usb role accessUday M Bhat-0/+1
2023-08-14Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman-7/+19
2023-08-04usb: typec: mux: intel: Add dependency on USB_COMMONHeikki Krogerus-0/+1
2023-08-04usb: typec: nb7vpq904m: Add an error handling path in nb7vpq904m_probe()Christophe JAILLET-7/+18
2023-07-25usb: typec: intel_pmc_mux: Configure Active and Retimer Cable typeUtkarsh Patel-4/+24
2023-07-25usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM deviceMadhu M-5/+20
2023-07-25usb: typec: nb7vpq904m: Switch back to use struct i2c_driver::probeUwe Kleine-König-1/+1
2023-06-23usb: typec: nb7vpq904m: fix CONFIG_DRM dependencyNeil Armstrong-0/+2
2023-06-21usb: typec: fsa4480: add support for Audio Accessory ModeNeil Armstrong-0/+17
2023-06-21usb: typec: fsa4480: rework mux & switch setup to handle more statesNeil Armstrong-36/+75
2023-06-15usb: typec: add support for the nb7vpq904m Type-C Linear RedriverDmitry Baryshkov-0/+538
2023-06-13usb: typec: intel_pmc_mux: Expose IOM port status to debugfsRajat Khandelwal-1/+51
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König-2/+2