summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/tcpm
AgeCommit message (Expand)AuthorLines
2019-10-04usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()Dan Carpenter-6/+8
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman-1/+1
2019-08-28typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King-1/+1
2019-08-18usb: typec: fusb302: Call fusb302_debugfs_init earlierHans de Goede-1/+2
2019-08-18usb: typec: fusb302: Use usb_debug_root as root for our debugfs entryHans de Goede-8/+5
2019-08-18usb: typec: tcpm: Use usb_debug_root as root for our debugfs entryHans de Goede-12/+5
2019-08-15usb: typec: fusb302: Always provide fwnode for the portHeikki Krogerus-29/+41
2019-08-15usb: typec: fusb302: Remove unused propertiesHeikki Krogerus-28/+3
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman-17/+41
2019-08-02usb: typec: tcpm: Ignore unsupported/unknown alternate mode requestsGuenter Roeck-14/+24
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-07-30usb: typec: tcpm: remove tcpm dir if no childrenLi Jun-0/+4
2019-07-30usb: typec: tcpm: free log buf memory when remove debug fileLi Jun-0/+9
2019-07-30usb: typec: tcpm: Add NULL check before dereferencing configGuenter Roeck-3/+4
2019-07-25usb: typec: tcpm: Switch to use fwnode_property_count_uXX()Andy Shevchenko-4/+2
2019-06-08usb: typec: tcpm: fusb302: simplify getting the adapter of a clientWolfram Sang-2/+1
2019-04-19usb: typec: fusb302: Revert "Resolve fixed power role contract setup"Hans de Goede-9/+46
2019-04-19usb: typec: fusb302: Implement start_toggling for all port-typesHans de Goede-3/+13
2019-04-19usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsHans de Goede-27/+35
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman-3/+33
2019-03-26usb: typec: fusb302: Make fusb302_irq_work staticYueHaibing-1/+1
2019-03-26usb: typec: wcove: Provide fwnode for the portHeikki Krogerus-13/+16
2019-03-19usb: typec: fusb302: Add __printf attribute to fusb302_log functionHans de Goede-1/+1
2019-03-19usb: typec: fusb302: Improve suspend/resume handlingHans de Goede-64/+48
2019-03-19usb: typec: fusb302: 2 small misc. fixesHans de Goede-2/+2
2019-03-19usb: typec: fusb302: Fix fusb302_handle_togdone_src Ra handlingHans de Goede-52/+97
2019-03-19usb: typec: fusb302: Check vconn is off when we start togglingHans de Goede-0/+2
2019-03-19usb: typec: fusb302: Fold fusb302_set_cc_pull into tcpm_set_ccHans de Goede-38/+13
2019-03-19usb: typec: fusb302: Refactor / simplify tcpm_set_cc()Hans de Goede-70/+15
2019-03-19usb: typec: fusb302: Make fusb302_set_cc_polarity also set pull ups / downsHans de Goede-32/+16
2019-03-19usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-capsHans de Goede-1/+26
2019-03-19usb: typec: Fix unchecked return valueGustavo A. R. Silva-2/+7
2019-02-13usb: typec: tcpm: Remove unused functionsGuenter Roeck-60/+0
2019-02-11Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman-1/+2
2019-01-31usb: typec: tcpm: Correct the PPS out_volt calculationKyle Tso-1/+2
2019-01-25usb: typec: tpcm: improve error handling of tcpm_register_portJun Li-3/+5
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman-0/+2
2018-12-19usb: typec: tcpm: Extend the matching rules on PPS APDO selectionKyle Tso-15/+20
2018-12-05staging: typec: fusb302: Rename fcs,extcon-name to linux,extcon-nameAndy Shevchenko-1/+1
2018-11-07usb: typec: tcpm: charge current handling for sink during hard resetBadhri Jagan Sridharan-1/+8
2018-11-07usb: typec: tcpm: Do not disconnect link for self powered devicesBadhri Jagan Sridharan-2/+10
2018-10-09usb: typec: tcpm: Report back negotiated PPS voltage and currentAdam Thomson-0/+6
2018-10-02usb: typec: remove set but not used variables 'snk_ma, min_mv'YueHaibing-5/+2
2018-10-02usb: typec: tcpm: Fix APDO PPS order checking to be based on voltageAdam Thomson-2/+2
2018-09-28usb: typec: fusb302: Resolve fixed power role contract setupAdam Thomson-0/+24
2018-09-28usb: typec: fusb302: Correct spelling mistake for toggling stateAdam Thomson-6/+6
2018-09-20usb: typec: Group all TCPCI/TCPM code togetherHeikki Krogerus-0/+8704