summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/mux
AgeCommit message (Expand)Author
2024-12-23usb: typec: intel_pmc_mux: Silence snprintf() output truncation warningHeikki Krogerus
2024-11-04usb: typec: mux: Add support for the TUSB1046 crosspoint switchRomain Gantois
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-11platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg
2024-08-22usb: typec: fsa4480: Relax CHIP_ID checkLuca Weiss
2024-07-31usb: typec: fsa4480: Check if the chip is really thereKonrad Dybcio
2024-06-20usb: typec-mux: nb7vpq904m: broadcast typec state to next muxNeil Armstrong
2024-06-20usb: typec-mux: ptn36502: broadcast typec state to next muxNeil Armstrong
2024-06-20usb: typec-mux: nb7vpq904m: unregister typec switch on probe error and removeNeil Armstrong
2024-06-20usb: typec-mux: ptn36502: unregister typec switch on probe error and removeNeil Armstrong
2024-06-04usb: typec: mux: gpio-sbu: Make enable gpio optionalFrancesco Dolcini
2024-06-04usb: typec: nb7vpq904m: Remove unneeded indentationR Sundar
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman
2024-04-11usb: typec: mux: gpio-sbu: Allow GPIO operations to sleepFrancesco Dolcini
2024-04-09usb: typec: mux: it5205: Fix ChipID value typoAngeloGioacchino Del Regno
2024-04-04usb: typec: ptn36502: Only select DRM_AUX_BRIDGE with OFNathan Chancellor
2024-03-26usb: typec: ptn36502: switch to DRM_AUX_BRIDGELuca Weiss
2024-01-27usb: typec: mux: Add ITE IT5205 Alternate Mode Passive MUX driverAngeloGioacchino Del Regno
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-12-15usb: typec: mux: add Qualcomm WCD939X USB SubSystem Altmode Mux driverNeil Armstrong
2023-12-07usb: typec: nb7vpq904m: Only select DRM_AUX_BRIDGE with OFNathan Chancellor
2023-12-04usb: typec: nb7vpq904m: switch to DRM_AUX_BRIDGEDmitry Baryshkov
2023-10-27usb: typec: fsa4480: Add support to swap SBU orientationLuca Weiss
2023-10-21usb: typec: add support for PTN36502 redriverLuca Weiss
2023-10-02usb: typec: intel_pmc_mux: Configure Displayport Alternate mode 2.1Utkarsh Patel
2023-10-02usb: typec: intel_pmc_mux: enable sysfs usb role accessUday M Bhat
2023-08-14Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman
2023-08-04usb: typec: mux: intel: Add dependency on USB_COMMONHeikki Krogerus
2023-08-04usb: typec: nb7vpq904m: Add an error handling path in nb7vpq904m_probe()Christophe JAILLET
2023-07-25usb: typec: intel_pmc_mux: Configure Active and Retimer Cable typeUtkarsh Patel
2023-07-25usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM deviceMadhu M
2023-07-25usb: typec: nb7vpq904m: Switch back to use struct i2c_driver::probeUwe Kleine-König
2023-06-23usb: typec: nb7vpq904m: fix CONFIG_DRM dependencyNeil Armstrong
2023-06-21usb: typec: fsa4480: add support for Audio Accessory ModeNeil Armstrong
2023-06-21usb: typec: fsa4480: rework mux & switch setup to handle more statesNeil Armstrong
2023-06-15usb: typec: add support for the nb7vpq904m Type-C Linear RedriverDmitry Baryshkov
2023-06-13usb: typec: intel_pmc_mux: Expose IOM port status to debugfsRajat Khandelwal
2023-05-29usb: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-28usb: typec: intel_pmc_mux: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-28usb: typec: mux: gpio-sbu: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-08usb: typec: mux: Remove some unneeded includesChristophe JAILLET
2023-01-24usb: typec: mux: Introduce GPIO-based SBU muxBjorn Andersson
2023-01-17usb: typec: intel_pmc_mux: Deduplicate ACPI matching in probeAndy Shevchenko
2023-01-17usb: typec: intel_pmc_mux: Don't leak the ACPI device reference countAndy Shevchenko
2022-11-08usb: typec: mux: Enter safe mode only when pins need to be reconfiguredRajat Khandelwal
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang
2022-09-10usb: typec: intel_pmc_mux: Use the helper acpi_dev_get_memory_resources()Heikki Krogerus
2022-08-18usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM deviceUtkarsh Patel
2022-08-16i2c: Make remove callback return voidUwe Kleine-König