summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/cros_ec_typec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-161-1/+1
|\
| * platform/chrome: cros_ec_typec: Set parent of partner PD objectPrashant Malani2022-11-291-1/+1
* | platform/chrome: cros_ec_typec: zero out stale pointersVictor Ding2022-12-081-0/+3
|/
* platform/chrome: cros_ec_typec: Register partner PDOsPrashant Malani2022-09-071-0/+55
* platform/chrome: cros_ec_typec: Correct alt mode indexPrashant Malani2022-08-261-1/+1
* platform/chrome: cros_ec_typec: Add bit offset for DP VDOPrashant Malani2022-08-261-1/+2
* platform/chrome: cros_ec_typec: Get retimer handlePrashant Malani2022-08-181-3/+41
* platform/chrome: cros_ec_typec: Cleanup switch handle return pathsPrashant Malani2022-08-181-4/+2
* platform/chrome: cros_ec_typec: Register port altmodesPrashant Malani2022-07-181-11/+40
* platform/chrome: cros_ec_typec: Rename port altmode arrayPrashant Malani2022-07-181-8/+7
* platform/chrome: cros_ec_typec: Use dev_err_probe on port register failNĂ­colas F. R. A. Prado2022-07-131-1/+1
* platform/chrome: cros_ec_proto: Rename cros_ec_command functionPrashant Malani2022-06-081-20/+19
* platform/chrome: cros_ec_typec: Check for EC driverAkihiko Odaki2022-05-101-0/+3
* platform/chrome: cros_ec_typec: Update mux flags during partner removalPrashant Malani2022-02-151-0/+1
* platform/chrome: cros_ec_typec: Configure muxes at start of port updatePrashant Malani2022-02-151-6/+6
* platform/chrome: cros_ec_typec: Get mux state inside configure_muxPrashant Malani2022-02-151-32/+23
* platform/chrome: cros_ec_typec: Move mux flag checksPrashant Malani2022-02-151-7/+7
* platform/chrome: cros_ec_typec: Check for EC devicePrashant Malani2022-02-011-0/+6
* platform/chrome: cros_ec_typec: Make try power role optionalPrashant Malani2022-01-311-7/+8
* platform/chrome: cros_ec_typec: Use cros_ec_command()Prashant Malani2021-09-301-50/+19
* platform/chrome: cros-ec-typec: Cleanup use of check_featuresPrashant Malani2021-09-241-3/+2
* platform/chrome: cros_ec_typec: Use existing feature checkPrashant Malani2021-08-231-22/+5
* platform/chrome: cros_ec_typec: Add DP mode checkPrashant Malani2021-04-211-0/+5
* platform/chrome: cros_ec_typec: Handle hard resetPrashant Malani2021-04-201-0/+13
* platform/chrome: cros_ec_typec: Track port rolePrashant Malani2021-04-201-1/+4
* platform/chrome: cros_ec_typec: fix clang -Wformat warningArnd Bergmann2021-03-301-2/+2
* platform/chrome: cros_ec_typec: Check for device within remove functionPrashant Malani2021-03-301-10/+10
* Merge tag 'tag-chrome-platform-for-v5.12' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-02-221-12/+21
|\
| * platform/chrome: cros_ec_typec: Flush pending workPrashant Malani2021-02-111-0/+1
| * platform/chrome: cros_ec_types: Support disconnect events without partnersRajmohan Mani2021-02-051-7/+19
| * platform/chrome: cros_ec_typec: Skip port partner check in configure_mux()Rajmohan Mani2021-02-051-3/+0
| * platform/chrome: cros_ec_typec: Decouple partner removalPrashant Malani2021-02-021-3/+2
* | platform/chrome: cros_ec_typec: Clear Type C disc eventsPrashant Malani2021-02-041-3/+26
* | platform/chrome: cros_ec_typec: Fix call to typec_partner_set_pd_revisionBenson Leung2021-02-021-5/+1
* | platform/chrome: cros_ec_typec: Set opmode to PD on SOP connectedBenson Leung2021-02-011-0/+3
* | platform/chrome: cros_ec_typec: Set Partner PD revision from statusBenson Leung2021-02-011-2/+12
* | platform/chrome: cros_ec_typec: Report SOP' PD revision from statusBenson Leung2021-02-011-2/+7
|/
* platform/chrome: cros_ec_typec: Send mux configuration acknowledgment to ECUtkarsh Patel2021-01-051-0/+16
* platform/chrome: cros_ec_typec: Parameterize cros_typec_cmds_supported()Utkarsh Patel2021-01-051-5/+7
* platform/chrome: cros_ec_typec: Register plug altmodesPrashant Malani2021-01-051-10/+40
* platform/chrome: cros_ec_typec: Register SOP' cable plugPrashant Malani2021-01-051-9/+26
* platform/chrome: cros_ec_typec: Set partner num_altmodesPrashant Malani2021-01-051-0/+8
* platform/chrome: cros_ec_typec: Store cable plug typePrashant Malani2021-01-051-1/+20
* platform/chrome: cros_ec_typec: Register cablePrashant Malani2021-01-051-0/+67
* platform/chrome: cros_ec_typec: Rename discovery structPrashant Malani2021-01-051-5/+5
* platform/chrome: cros_ec_typec: Factor out PD identity parsingPrashant Malani2021-01-051-12/+23
* platform/chrome: cros_ec_typec: Make disc_done flag partner-onlyPrashant Malani2021-01-051-12/+7
* Merge tag 'tag-chrome-platform-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-231-73/+263
|\
| * platform/chrome: cros_ec_typec: Tolerate unrecognized mux flagsPrashant Malani2020-12-101-4/+3
| * platform/chrome: cros_ec_typec: Register partner altmodesPrashant Malani2020-11-121-0/+77