summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/tcpm/tcpm.c
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: tcpm: Fix Fix source hard reset response for TDA 2.3.1.1 and TDA ...Badhri Jagan Sridharan2020-08-251-3/+25
* usb: typec: tcpm: Add WARN_ON ensure we are not trying to send 2 VDM packets ...Hans de Goede2020-07-291-0/+3
* usb: typec: tcpm: Fix AB BA lock inversion between tcpm code and the alt-mode...Hans de Goede2020-07-291-0/+30
* usb: typec: tcpm: Refactor tcpm_handle_vdm_requestHans de Goede2020-07-291-28/+48
* usb: typec: tcpm: Refactor tcpm_handle_vdm_request payload handlingHans de Goede2020-07-291-27/+22
* usb: typec: tcpm: Add tcpm_queue_vdm_unlocked() helperHans de Goede2020-07-291-12/+13
* usb: typec: tcpm: Move mod_delayed_work(&port->vdm_state_machine) call into t...Hans de Goede2020-07-291-8/+3
* usb: typec: tcpm: Stay in BIST mode till hardreset or unattachedBadhri Jagan Sridharan2020-07-211-2/+5
* usb: typec: tcpm: Support bist test data mode for complianceBadhri Jagan Sridharan2020-07-211-0/+11
* usb: typec: tcpm: Error handling for tcpm_register_partner_altmodesKyle Tso2020-07-211-1/+3
* usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET changeBadhri Jagan Sridharan2020-04-161-0/+26
* usb: typec: tcpm: move to SNK_UNATTACHED if sink removed for DRPLi Jun2020-03-041-2/+6
* usb: typec: Add sysfs node to show cc orientationBadhri Jagan Sridharan2020-03-041-0/+1
* usb: typec: tcpm: set correct data role for non-DRDLi Jun2020-02-141-11/+42
* usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus2020-01-091-3/+3
* usb: typec: tcpm: Remove tcpc_config configuration mechanismHans de Goede2019-11-161-87/+3
* usb: typec: tcpm: Start using struct typec_operationsHeikki Krogerus2019-11-041-25/+20
* usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()Dan Carpenter2019-10-041-6/+8
* Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman2019-09-021-1/+1
|\
| * typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King2019-08-281-1/+1
* | usb: typec: tcpm: Use usb_debug_root as root for our debugfs entryHans de Goede2019-08-181-12/+5
* | Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman2019-08-121-17/+41
|\|
| * usb: typec: tcpm: Ignore unsupported/unknown alternate mode requestsGuenter Roeck2019-08-021-14/+24
| * usb: typec: tcpm: remove tcpm dir if no childrenLi Jun2019-07-301-0/+4
| * usb: typec: tcpm: free log buf memory when remove debug fileLi Jun2019-07-301-0/+9
| * usb: typec: tcpm: Add NULL check before dereferencing configGuenter Roeck2019-07-301-3/+4
* | usb: typec: tcpm: Switch to use fwnode_property_count_uXX()Andy Shevchenko2019-07-251-4/+2
|/
* usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsHans de Goede2019-04-191-18/+14
* usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-capsHans de Goede2019-03-191-1/+26
* usb: typec: tcpm: Remove unused functionsGuenter Roeck2019-02-131-60/+0
* Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2019-02-111-1/+2
|\
| * usb: typec: tcpm: Correct the PPS out_volt calculationKyle Tso2019-01-311-1/+2
* | usb: typec: tpcm: improve error handling of tcpm_register_portJun Li2019-01-251-3/+5
|/
* usb: typec: tcpm: Extend the matching rules on PPS APDO selectionKyle Tso2018-12-191-15/+20
* usb: typec: tcpm: charge current handling for sink during hard resetBadhri Jagan Sridharan2018-11-071-1/+8
* usb: typec: tcpm: Do not disconnect link for self powered devicesBadhri Jagan Sridharan2018-11-071-2/+10
* usb: typec: tcpm: Report back negotiated PPS voltage and currentAdam Thomson2018-10-091-0/+6
* usb: typec: remove set but not used variables 'snk_ma, min_mv'YueHaibing2018-10-021-5/+2
* usb: typec: tcpm: Fix APDO PPS order checking to be based on voltageAdam Thomson2018-10-021-2/+2
* usb: typec: Group all TCPCI/TCPM code togetherHeikki Krogerus2018-09-201-0/+4851