summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
Commit message (Expand)AuthorAgeFilesLines
* usb: typec: tcpci: clear the fault status bitMarco Felsch2023-09-232-0/+5
* usb: typec: altmodes/displayport: fix pin_assignment_showBadhri Jagan Sridharan2023-05-301-0/+4
* usb: typec: tcpm: fix multiple times discover svids errorFrank Wang2023-05-301-1/+15
* usb: typec: altmodes/displayport: Fix probe pin assign checkPrashant Malani2023-02-221-4/+4
* usb: typec: altmodes/displayport: Fix pin assignment calculationPrashant Malani2023-01-241-2/+2
* usb: typec: altmodes/displayport: Add pin assignment helperPrashant Malani2023-01-241-8/+14
* usb: typec: Check for ops->exit instead of ops->enter in altmode_exitSven Peter2023-01-181-1/+1
* usb: typec: altmodes/displayport: correct pin assignment for UFP receptaclesPablo Sun2022-09-151-2/+2
* usb: typec: add missing uevent when partner support PDLinyu Yuan2022-07-211-0/+1
* usb: typec: tcpci: Don't skip cleanup in .remove() on errorUwe Kleine-König2022-05-181-1/+1
* usb: typec: tcpm: Do not disconnect while receiving VBUS offBadhri Jagan Sridharan2022-02-081-1/+2
* usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnectBadhri Jagan Sridharan2021-12-081-4/+0
* usb: typec: tipd: Remove WARN_ON in tps6598x_block_readSven Peter2021-11-261-1/+1
* usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()Jing Xiangfeng2021-07-201-1/+3
* usb: typec: ucsi: Clear PPM capability data in ucsi_init() error pathMayank Rana2021-06-161-0/+1
* usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUSBadhri Jagan Sridharan2021-05-221-3/+18
* usb: typec: tcpm: reset hard_reset_count for any disconnectLi Jun2020-11-051-3/+3
* usb: typec: tcpm: During PR_SWAP, source caps should be sent only after tSwap...Badhri Jagan Sridharan2020-11-051-1/+1
* usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus2020-09-171-0/+4
* usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangsLi Jun2020-06-301-21/+10
* usb: typec: tcpci: mask event interrupts when remove driverJun Li2020-02-111-0/+6
* usb: typec: tps6598x: Fix build error without CONFIG_REGMAP_I2CYueHaibing2020-01-271-0/+1
* usb: typec: tcpm: Notify the tcpc to start connection-detection for SRPsHans de Goede2020-01-274-27/+35
* usb: typec: fix use after free in typec_register_port()Wen Yang2019-12-171-2/+4
* usb: typec: tcpm: charge current handling for sink during hard resetBadhri Jagan Sridharan2019-12-011-1/+8
* usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-capsHans de Goede2019-09-161-1/+26
* typec: tcpm: fix a typo in the comparison of pdo_max_voltageColin Ian King2019-09-061-1/+1
* usb: typec: tcpm: Ignore unsupported/unknown alternate mode requestsGuenter Roeck2019-08-161-14/+24
* usb: typec: tcpm: Add NULL check before dereferencing configGuenter Roeck2019-08-161-3/+4
* usb: typec: tcpm: remove tcpm dir if no childrenLi Jun2019-08-161-0/+4
* usb: typec: tcpm: free log buf memory when remove debug fileLi Jun2019-08-161-0/+9
* drivers/usb/typec/tps6598x.c: fix 4CC cmd writeNikolaus Voss2019-07-141-2/+2
* drivers/usb/typec/tps6598x.c: fix portinfo widthNikolaus Voss2019-07-141-1/+1
* usb: typec: fusb302: Check vconn is off when we start togglingHans de Goede2019-06-151-0/+2
* usb: typec: Fix unchecked return valueGustavo A. R. Silva2019-05-161-2/+7
* usb: typec: class: Don't use port parent for getting mux handlesHeikki Krogerus2019-04-031-23/+15
* usb: typec: tps6598x: handle block writes separately with plain-I2C adaptersNikolaus Voss2019-03-231-6/+20
* usb: typec: tcpm: Do not disconnect link for self powered devicesBadhri Jagan Sridharan2019-01-261-2/+10
* usb: typec: tcpm: Fix APDO PPS order checking to be based on voltageAdam Thomson2018-11-131-2/+2
* usb: typec: tcpm: Report back negotiated PPS voltage and currentAdam Thomson2018-11-131-0/+6
* usb: typec: mux: Take care of driver module reference countingHeikki Krogerus2018-09-201-4/+13
* 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/+0
* 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