summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/tcpm/tcpm.c
AgeCommit message (Expand)Author
2021-08-18usb: typec: tcpm: Fix VDMs sometimes not being forwarded to alt-mode driversHans de Goede
2021-08-13usb: typec: tcpm: Support non-PD modeKyle Tso
2021-08-05usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus eventsKyle Tso
2021-06-17usb: typec: tcpm: Relax disconnect threshold during power negotiationKyle Tso
2021-06-17usb: typec: tcpm: Ignore Vsafe0v in PR_SWAP_SNK_SRC_SOURCE_ON stateKyle Tso
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman
2021-06-09usb: typec: tcpm: Do not finish VDM AMS for retrying ResponsesKyle Tso
2021-06-04usb: typec: tcpm: cancel send discover hrtimer when unregister tcpm portLi Jun
2021-06-04usb: typec: tcpm: cancel frs hrtimer when unregister tcpm portLi Jun
2021-06-04usb: typec: tcpm: cancel vdm and state machine hrtimer when unregister tcpm portLi Jun
2021-06-04usb: typec: tcpm: Properly handle Alert and Status MessagesKyle Tso
2021-06-04usb: typec: tcpm: Fix misuses of AMS invocationKyle Tso
2021-06-04usb: typec: tcpm: Introduce snk_vdo_v1 for SVDM version 1.0Kyle Tso
2021-06-04usb: typec: tcpm: Correct the responses in SVDM Version 2.0 DFPKyle Tso
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman
2021-05-24usb: typec: tcpm: Respond Not_Supported if no snk_vdoKyle Tso
2021-05-24usb: typec: tcpm: Properly interrupt VDM AMSKyle Tso
2021-05-21usb: typec: tcpm: Move TCPC to APPLY_RC state during PR_SWAPBadhri Jagan Sridharan
2021-05-21usb: typec: tcpm: Refactor logic to enable/disable auto vbus dichargeBadhri Jagan Sridharan
2021-05-21usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalledBadhri Jagan Sridharan
2021-05-21usb: typec: tcpm: Use LE to CPU conversion when accessing msg->headerAndy Shevchenko
2021-05-16Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-05-13usb: typec: tcpm: Fix SINK_DISCOVERY current limit for Rp-defaultBadhri Jagan Sridharan
2021-05-10usb: typec: tcpm: Don't block probing of consumers of "connector" nodesSaravana Kannan
2021-05-10usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM AMSKyle Tso
2021-05-10usb: typec: tcpm: Send DISCOVER_IDENTITY from dedicated workKyle Tso
2021-05-10usb: typec: tcpm: Fix wrong handling in GET_SINK_CAPKyle Tso
2021-04-22usb: typec: tcpm: Fix error while calculating PPS out valuesBadhri Jagan Sridharan
2021-04-14usb: typec: tcpm: Allow slow charging loops to comply to pSnkStbyBadhri Jagan Sridharan
2021-04-14usb: typec: tcpm: Honour pSnkStdby requirement during negotiationBadhri Jagan Sridharan
2021-04-09usb: typec: tcpm: Add support for altmodesHans de Goede
2021-04-09usb: typec: tcpm: update power supply once partner acceptsBadhri Jagan Sridharan
2021-04-09usb: typec: tcpm: Address incorrect values of tcpm psy for pps supplyBadhri Jagan Sridharan
2021-04-09usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supplyBadhri Jagan Sridharan
2021-03-22Merge 5.12-rc4 into usb-nextGreg Kroah-Hartman
2021-03-18usb: typec: tcpm: Skip sink_cap query only when VDM sm is busyBadhri Jagan Sridharan
2021-03-18usb: typec: tcpm: PD3.0 sinks can send Discover Identity even in device modeBadhri Jagan Sridharan
2021-03-17usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-Badhri Jagan Sridharan
2021-03-10usb: typec: tcpm: turn tcpm_ams_finish into void functionYang Li
2021-03-10USB: typec: tcpm: create debugfs subdir for the driverGreg Kroah-Hartman
2021-03-10usb: typec: tcpm: Wait for vbus discharge to VSAFE0V before togglingBadhri Jagan Sridharan
2021-02-09usb: typec: tcpm: Get Sink VDO from fwnodeKyle Tso
2021-02-09usb: typec: tcpm: Determine common SVDM VersionKyle Tso
2021-02-09usb: pd: Make SVDM Version configurable in VDM headerKyle Tso
2021-02-02usb: typec: tcpm: Add Callback to Usb Communication capable partnerBadhri Jagan Sridharan
2021-02-02usb: typec: tcpm: Set in_ams flag when Source caps have been receivedBadhri Jagan Sridharan
2021-02-02usb: typec: tcpm: Handle vbus shutoff when in source modeBadhri Jagan Sridharan
2021-01-25usb: typec: tcpm: Create legacy PDOs for PD2 connectionKyle Tso
2021-01-21usb: typec: tcpm: Respond Wait if VDM state machine is runningKyle Tso
2021-01-21usb: typec: tcpm: Protocol Error handlingKyle Tso