summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2023-02-15usb: typec: pd: Add higher capability sysfs for sink PDOSaranya Gopal-0/+8
2023-02-15usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDOSaranya Gopal-1/+0
2023-02-14Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman-4/+4
2023-02-09usb: typec: altmodes/displayport: Fix probe pin assign checkPrashant Malani-4/+4
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman-1/+8
2023-02-02usb: typec: ucsi: Don't attempt to resume the ports before they existHeikki Krogerus-1/+8
2023-02-02usb: typec: ucsi_ccg: Add OF supportWayne Chang-4/+18
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-2/+2
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman-1/+1
2023-01-24usb: typec: tcpm: Remove altmode active state updatesPrashant Malani-4/+1
2023-01-24usb: typec: altmodes/displayport: Update active statePrashant Malani-0/+2
2023-01-24usb: typec: mux: Introduce GPIO-based SBU muxBjorn Andersson-0/+179
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman-15/+40
2023-01-17usb: typec: maxim_contaminant: Implement check_contaminant callbackBadhri Jagan Sridharan-32/+498
2023-01-17usb: typec: tcpci: Add callback for evaluating contaminant presenceBadhri Jagan Sridharan-0/+11
2023-01-17usb: typec: tcpm: Add callbacks to mitigate wakeups due to contaminantBadhri Jagan Sridharan-1/+54
2023-01-17usb: typec: Make bus switch code retimer-awarePrashant Malani-1/+23
2023-01-17usb: typec: Add wrapper for bus switch set codePrashant Malani-2/+9
2023-01-17usb: typec: Add retimer handle to port altmodePrashant Malani-2/+15
2023-01-17usb: typec: tipd: Support wakeupJun Nie-0/+38
2023-01-17usb: typec: intel_pmc_mux: Deduplicate ACPI matching in probeAndy Shevchenko-5/+4
2023-01-17usb: typec: intel_pmc_mux: Don't leak the ACPI device reference countAndy Shevchenko-1/+3
2023-01-17usb: typec: tcpci: Request IRQ with IRQF_SHAREDXu Yang-2/+6
2023-01-17usb: typec: hd3ss3220: Add polling supportBiju Das-0/+29
2023-01-17usb: typec: tcpm: Fix altmode re-registration causes sysfs create failChiYuan Huang-4/+3
2023-01-17usb: typec: altmodes/displayport: Use proper macro for pin assignment checkPrashant Malani-1/+1
2023-01-17usb: typec: altmodes/displayport: Fix pin assignment calculationPrashant Malani-2/+2
2023-01-17usb: typec: altmodes/displayport: Add pin assignment helperPrashant Malani-8/+14
2023-01-17usb: ucsi: Ensure connector delayed work items are flushedJack Pham-3/+22
2023-01-06usb: typec: ucsi: Register USB Power Delivery CapabilitiesSaranya Gopal-13/+158
2023-01-06usb: typec: altmodes/displayport: Add hpd sysfs attributeBadhri Jagan Sridharan-0/+10
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+5
2022-12-08usb: typec: tipd: Set mode of operation for USB Type-C connectorSven Peter-0/+3
2022-12-08usb: typec: wusb3801: fix fwnode refcount leak in wusb3801_probe()Yang Yingliang-1/+1
2022-11-29usb: typec: Add partner PD object wrapperPrashant Malani-0/+19
2022-11-29usb: typec: ucsi: Resume in separate workHeikki Krogerus-4/+14
2022-11-22usb: typec: anx7411: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-22usb: typec: hd3ss3220: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-22usb: typec: tcpm/fusb302: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-22usb: typec: tcpm/tcpci: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-22usb: typec: tcpm/tcpci_maxim: Convert to i2c's .probe_new()Uwe Kleine-König-2/+2
2022-11-22usb: typec: tcpm/tcpci_rt1711h: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-22usb: typec: ucsi/ucsi_ccg: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-22usb: typec: ucsi: stm32g0: Convert to i2c's .probe_new()Uwe Kleine-König-2/+2
2022-11-22usb: typec: tipd: Move tps6598x_disconnect error path to its own labelSven Peter-4/+4
2022-11-22usb: typec: tipd: Fix typec_unregister_port error pathsSven Peter-3/+4
2022-11-22usb: typec: tipd: Fix spurious fwnode_handle_put in error pathSven Peter-1/+1
2022-11-22usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register failsSven Peter-1/+1
2022-11-22usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()Yang Yingliang-1/+4