summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
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-21usb: typec: tps6598x: handle block writes separately with plain-I2C adaptersNikolaus Voss-6/+20
2019-02-20usb: typec: mux: remove redundant check on variable matchColin Ian King-1/+1
2019-02-19usb: typec: mux: Fix unsigned comparison with less than zeroYueHaibing-1/+1
2019-02-14usb: typec: mux: Find the muxes by also matching against the device nodeHeikki Krogerus-12/+74
2019-02-14usb: typec: Find the ports by also matching against the device nodeHeikki Krogerus-3/+21
2019-02-14usb: typec: Rationalize the API for the muxesHeikki Krogerus-9/+8
2019-02-14usb: typec: tps6598x: Check mode of operationHeikki Krogerus-4/+49
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-02-08usb: typec: ucsi: Remove debug.h fileHeikki Krogerus-67/+64
2019-02-08usb: typec: Prepare alt mode enter/exit reporting for UCSI alt mode supportHeikki Krogerus-1/+1
2019-02-08usb: typec: displayport: Move the Configuration VDO helpers to the headerHeikki Krogerus-4/+0
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/+10
2018-12-28Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-19/+39
2018-12-25Merge tag 'platform-drivers-x86-v4.21-1' of git://git.infradead.org/linux-pla...Linus Torvalds-4/+4
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-12-03ACPI / scan: Create platform device for INT3515 ACPI nodesAndy Shevchenko-4/+4
2018-11-26Merge 4.20-rc4 into usb-nextGreg Kroah-Hartman-0/+319
2018-11-09usb: typec: ucsi: add support for Cypress CCGxAjay Gupta-0/+319
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: Fix copy/paste on typec_set_vconn_role() kerneldocStephen Boyd-1/+1
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-30Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman-4/+13
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-58/+61
2018-09-20usb: typec: fusb302: reorganizing the probe function a littleHeikki Krogerus-16/+9
2018-09-20usb: typec: class: Don't use port parent for getting mux handlesHeikki Krogerus-23/+15
2018-09-20usb: typec: mux: Take care of driver module reference countingHeikki Krogerus-4/+13
2018-09-20usb: typec: fusb302: Populate tcpc fwnode for TCPM property handlingAdam Thomson-0/+3
2018-09-16Merge 4.19-rc4 into usb-nextGreg Kroah-Hartman-4/+4
2018-09-10USB: typec: fsusb302: remove unused variables snk_pdo and toggling_mode_nameColin Ian King-11/+0
2018-09-05usb/typec: fix kernel-doc notation warning for typec_match_altmodeRandy Dunlap-3/+4
2018-09-05usb: typec: fix kernel-doc parameter warningRandy Dunlap-1/+0
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman-1/+1
2018-07-20usb: typec: tcpm: Fix sink PDO starting index for PPS APDO selectionAdam Thomson-1/+1
2018-07-16Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman-2/+3
2018-07-06usb: typec: avoid format-overflow warningArnd Bergmann-1/+1
2018-07-06usb: typec: unlock dp->lock on error exit path, and also zero ret if successfulColin Ian King-3/+5
2018-07-06usb: typec: fix dereference before null check on adevColin Ian King-1/+2
2018-07-02USB: typec: fsusb302: Drop empty set_current_limit implementationHans de Goede-12/+0
2018-07-02usb: typec: tcpm: Support for Alternate ModesHeikki Krogerus-30/+135