summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* 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: Fix unchecked return valueGustavo A. R. Silva2019-03-191-2/+7
* usb: typec: tps6598x: handle block writes separately with plain-I2C adaptersNikolaus Voss2019-02-211-6/+20
* usb: typec: mux: remove redundant check on variable matchColin Ian King2019-02-201-1/+1
* usb: typec: mux: Fix unsigned comparison with less than zeroYueHaibing2019-02-191-1/+1
* usb: typec: mux: Find the muxes by also matching against the device nodeHeikki Krogerus2019-02-141-12/+74
* usb: typec: Find the ports by also matching against the device nodeHeikki Krogerus2019-02-141-3/+21
* usb: typec: Rationalize the API for the muxesHeikki Krogerus2019-02-142-9/+8Star
* usb: typec: tps6598x: Check mode of operationHeikki Krogerus2019-02-141-4/+49
* usb: typec: tcpm: Remove unused functionsGuenter Roeck2019-02-131-60/+0Star
* 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: ucsi: Remove debug.h fileHeikki Krogerus2019-02-083-67/+64Star
* | usb: typec: Prepare alt mode enter/exit reporting for UCSI alt mode supportHeikki Krogerus2019-02-081-1/+1
* | usb: typec: displayport: Move the Configuration VDO helpers to the headerHeikki Krogerus2019-02-081-4/+0Star
* | usb: typec: tpcm: improve error handling of tcpm_register_portJun Li2019-01-251-3/+5
* | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-226-0/+10
|/
* Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-292-19/+39
|\
| * usb: typec: tcpm: Extend the matching rules on PPS APDO selectionKyle Tso2018-12-191-15/+20
| * staging: typec: fusb302: Rename fcs,extcon-name to linux,extcon-nameAndy Shevchenko2018-12-051-1/+1
| * Merge 4.20-rc4 into usb-nextGreg Kroah-Hartman2018-11-263-0/+319
| |\
| * | 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
* | | Merge tag 'platform-drivers-x86-v4.21-1' of git://git.infradead.org/linux-pla...Linus Torvalds2018-12-251-4/+4
|\ \ \ | |_|/ |/| |
| * | ACPI / scan: Create platform device for INT3515 ACPI nodesAndy Shevchenko2018-12-031-4/+4
| |/
* / usb: typec: ucsi: add support for Cypress CCGxAjay Gupta2018-11-093-0/+319
|/
* usb: typec: Fix copy/paste on typec_set_vconn_role() kerneldocStephen Boyd2018-10-091-1/+1
* 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/+2Star
* usb: typec: tcpm: Fix APDO PPS order checking to be based on voltageAdam Thomson2018-10-021-2/+2
* Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman2018-09-301-4/+13
|\
| * usb: typec: mux: Take care of driver module reference countingHeikki Krogerus2018-09-201-4/+13
* | usb: typec: fusb302: Resolve fixed power role contract setupAdam Thomson2018-09-281-0/+24
* | usb: typec: fusb302: Correct spelling mistake for toggling stateAdam Thomson2018-09-281-6/+6
* | usb: typec: Group all TCPCI/TCPM code togetherHeikki Krogerus2018-09-2013-58/+61
* | usb: typec: fusb302: reorganizing the probe function a littleHeikki Krogerus2018-09-201-16/+9Star
* | usb: typec: class: Don't use port parent for getting mux handlesHeikki Krogerus2018-09-201-23/+15Star
* | usb: typec: fusb302: Populate tcpc fwnode for TCPM property handlingAdam Thomson2018-09-201-0/+3
* | Merge 4.19-rc4 into usb-nextGreg Kroah-Hartman2018-09-162-4/+4
|\|
| * usb/typec: fix kernel-doc notation warning for typec_match_altmodeRandy Dunlap2018-09-051-3/+4
| * usb: typec: fix kernel-doc parameter warningRandy Dunlap2018-09-051-1/+0Star
* | USB: typec: fsusb302: remove unused variables snk_pdo and toggling_mode_nameColin Ian King2018-09-101-11/+0Star
|/
* Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2018-07-301-1/+1
|\
| * usb: typec: tcpm: Fix sink PDO starting index for PPS APDO selectionAdam Thomson2018-07-201-1/+1
* | Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman2018-07-161-2/+3
|\|
| * typec: tcpm: Correctly report power_supply current and voltage for non pd supplyHans de Goede2018-07-021-2/+3
* | usb: typec: avoid format-overflow warningArnd Bergmann2018-07-061-1/+1
* | usb: typec: unlock dp->lock on error exit path, and also zero ret if successfulColin Ian King2018-07-061-3/+5
* | usb: typec: fix dereference before null check on adevColin Ian King2018-07-061-1/+2
* | USB: typec: fsusb302: Drop empty set_current_limit implementationHans de Goede2018-07-021-12/+0Star