summaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
2020-11-05usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun1-3/+3
2020-11-05usb: typec: tcpm: During PR_SWAP, source caps should be sent only after tSwap...Badhri Jagan Sridharan1-1/+1
2020-09-17usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus1-0/+4
2020-06-30usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangsLi Jun1-21/+10
2020-02-11usb: typec: tcpci: mask event interrupts when remove driverJun Li1-0/+6
2020-01-27usb: typec: tps6598x: Fix build error without CONFIG_REGMAP_I2CYueHaibing1-0/+1
2020-01-27usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsHans de Goede4-27/+35
2019-12-17usb: typec: fix use after free in typec_register_port()Wen Yang1-2/+4
2019-12-01usb: typec: tcpm: charge current handling for sink during hard resetBadhri Jagan Sridharan1-1/+8
2019-09-16usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-capsHans de Goede1-1/+26
2019-09-06typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King1-1/+1
2019-08-16usb: typec: tcpm: Ignore unsupported/unknown alternate mode requestsGuenter Roeck1-14/+24
2019-08-16usb: typec: tcpm: Add NULL check before dereferencing configGuenter Roeck1-3/+4
2019-08-16usb: typec: tcpm: remove tcpm dir if no childrenLi Jun1-0/+4
2019-08-16usb: typec: tcpm: free log buf memory when remove debug fileLi Jun1-0/+9
2019-07-14drivers/usb/typec/tps6598x.c: fix 4CC cmd writeNikolaus Voss1-2/+2
2019-07-14drivers/usb/typec/tps6598x.c: fix portinfo widthNikolaus Voss1-1/+1
2019-06-15usb: typec: fusb302: Check vconn is off when we start togglingHans de Goede1-0/+2
2019-05-16usb: typec: Fix unchecked return valueGustavo A. R. Silva1-2/+7
2019-04-03usb: typec: class: Don't use port parent for getting mux handlesHeikki Krogerus1-23/+15
2019-03-23usb: typec: tps6598x: handle block writes separately with plain-I2C adaptersNikolaus Voss1-6/+20
2019-01-26usb: typec: tcpm: Do not disconnect link for self powered devicesBadhri Jagan Sridharan1-2/+10
2018-11-13usb: typec: tcpm: Fix APDO PPS order checking to be based on voltageAdam Thomson1-2/+2
2018-11-13usb: typec: tcpm: Report back negotiated PPS voltage and currentAdam Thomson1-0/+6
2018-09-20usb: typec: mux: Take care of driver module reference countingHeikki Krogerus1-4/+13
2018-09-05usb/typec: fix kernel-doc notation warning for typec_match_altmodeRandy Dunlap1-3/+4
2018-09-05usb: typec: fix kernel-doc parameter warningRandy Dunlap1-1/+0
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2018-07-20usb: typec: tcpm: Fix sink PDO starting index for PPS APDO selectionAdam Thomson1-1/+1
2018-07-16Merge 4.18-rc5 into usb-nextGreg Kroah-Hartman1-2/+3
2018-07-06usb: typec: avoid format-overflow warningArnd Bergmann1-1/+1
2018-07-06usb: typec: unlock dp->lock on error exit path, and also zero ret if successfulColin Ian King1-3/+5
2018-07-06usb: typec: fix dereference before null check on adevColin Ian King1-1/+2
2018-07-02USB: typec: fsusb302: Drop empty set_current_limit implementationHans de Goede1-12/+0
2018-07-02usb: typec: tcpm: Support for Alternate ModesHeikki Krogerus1-30/+135
2018-07-02usb: typec: pi3usb30532: Start using generic state valuesHeikki Krogerus1-5/+8
2018-07-02usb: typec: Add driver for DisplayPort alternate modeHeikki Krogerus5-0/+597
2018-07-02usb: typec: Bus type for alternate modesHeikki Krogerus4-75/+732
2018-07-02usb: typec: Register a device for every modeHeikki Krogerus2-143/+74
2018-07-02usb: typec: mux: Get the mux identifier from function parameterHeikki Krogerus2-4/+4
2018-07-02typec: tcpm: Correctly report power_supply current and voltage for non pd supplyHans de Goede1-2/+3
2018-07-02usb: update for tcpci drivers moving out of stagingStephen Rothwell1-0/+1
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman3-4/+24
2018-06-28usb: typec: function for checking cable plug orientationHeikki Krogerus1-0/+12
2018-06-28staging: typec: tcpci: move tcpci drivers out of stagingLi Jun5-0/+1080
2018-06-28typec: tcpm: add starting value for drp togglingLi Jun1-5/+5
2018-06-28usb: typec: tcpm: support get typec and pd config from device propertiesLi Jun1-22/+109
2018-06-28usb: typec: add API to get typec basic port power and data configLi Jun1-4/+54
2018-06-28usb: typec: add fwnode to tcpcLi Jun1-0/+1
2018-06-28usb: typec: tps6598x: Remove VLA usageKees Cook1-1/+10