summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: Do not enter Unattached.SRC state when PD_DRP_FORCE_SINK is setPatryk Duda2020-04-071-3/+8
* i2c: Fix port bug with i2ctrace and i2cscan commandsEdward Hill2020-04-072-6/+15
* PD: Move pd_discovery init out of dfp_consume_identityDiana Z2020-04-073-8/+7
* PD: Rename pd_policy to pd_discoveryDiana Z2020-04-075-81/+82
* tcpmv2: move function from TC layer to PEJett Rink2020-04-035-178/+136
* test: isolate tc_drp test cases betterJett Rink2020-04-031-1/+2
* mock: add callback functionality to tcpc mockstabilize-13020.87.B-masterstabilize-13020.67.B-masterstabilize-13020.55.B-masterrelease-R83-13020.B-masterJett Rink2020-04-031-35/+64
* TCPMv2: Transition to SNK_HARD_RESET on sender response timeoutSam Hurst2020-04-031-1/+1
* TCPMv2: Restore PD state after SysjumpSam Hurst2020-04-024-96/+188
* ec: Reduced stack usage of gpioget console commandBrian J. Nemec2020-04-021-15/+29
* TCPMv2: Set dual-role state basing on chipset statePatryk Duda2020-04-011-0/+8
* test: add better test printsJett Rink2020-04-011-1/+1
* tcpmv2: default tc state change needs to be to a tc stateDenis Brockus2020-03-311-3/+6
* ec_features: Add feat console commanddnojiri2020-03-311-0/+10
* EFS2: Add EC_FEATURE_EFS2dnojiri2020-03-311-0/+3
* TCPMv2: Treat more Type-C states, like TC_DBG_ACC_SNK, as connectedWai-Hong Tam2020-03-312-2/+9
* tcpci: zork: battery-less AP boot needs to set DRP on unattached portsDenis Brockus2020-03-301-4/+33
* tcpmv2: reduce zork specific auto discharge disconnect codeDenis Brockus2020-03-281-54/+6
* Volteer: add monitoring for PROCHOT inputKeith Short2020-03-281-0/+50
* common/vivaldi: Minor fixupsRajat Jain2020-03-271-2/+5
* config: update TCPMv2 config optionsJett Rink2020-03-272-14/+30
* driver: lis2ds12: Add driver supportMario Tesi2020-03-271-0/+1
* usb_pd: Move cable communication functions to common fileAyushee2020-03-273-51/+49
* zork: undo revert for zork on AutoDischargeDisconnectDenis Brockus2020-03-261-0/+85
* Revert "tcpmv2: cleanup auto discharge disconnect"Aseda Aboagye2020-03-261-59/+14
* usbc: null-check modep when entering DP modePeter Marheine2020-03-261-1/+1
* cleanup: drop the _TYPEC part of USB device configJett Rink2020-03-265-23/+23
* USB: Make handling of CC overvoltage independent of PPCsDiana Z2020-03-261-5/+5
* common: Add blink exampleCraig Hesling2020-03-252-0/+31
* common/sha256: Move to third_partyNicolas Boichat2020-03-251-297/+1
* common/sha1: Drop support for CONFIG_SHA1Nicolas Boichat2020-03-252-175/+0
* TCPMv2: Not enable PD comm on TX Phy reset if not in a connected stateWai-Hong Tam2020-03-242-2/+13
* curve25519: Move to third_partyNicolas Boichat2020-03-242-886/+2
* cbi: Support PCB supplier fieldAbe Levkoy2020-03-241-0/+9
* EFS2: Reset after shutdown if EC is still in ROdnojiri2020-03-241-0/+26
* waitms: Reload watchdog before spin waitingCraig Hesling2020-03-211-6/+8
* TCPMv2: Split PD message buffers into separate TX/RX buffersSam Hurst2020-03-213-147/+156
* Charger: Add driver function for sourcing OTGDiana Z2020-03-211-0/+16
* TCPMv2: Process protocol errors within vcs_send_ps_rdy_swapDiana Z2020-03-201-1/+20
* TCPMv2: Process incoming messages before discoveryDiana Z2020-03-201-152/+154
* ioexpander: add IOEX_FLAGS_DISABLEDEdward Hill2020-03-201-35/+65
* tcpmv2: cleanup auto discharge disconnectDenis Brockus2020-03-201-14/+59
* usb_port_power: move usb_port_enable[] to headerEdward Hill2020-03-203-14/+0
* USB-C: Determine port partner's data role based on PD's data roleVijay Hiremath2020-03-191-10/+1
* TCPMv2: Use a DPM_REQUEST message to trigger Port DiscoverySam Hurst2020-03-183-33/+53
* TCPMv1: Cleanup: Set initial data role based on power roleVijay Hiremath2020-03-181-3/+8
* i2c_hid_touchpad: Add function to prepare new input reportsShecky Lin2020-03-171-0/+132
* i2c_hid_touchpad: Add init and request handlersShecky Lin2020-03-171-0/+245
* i2c_hid_touchpad: Add basic structs and descriptorsShecky Lin2020-03-172-0/+421
* Button: add ectool command to simulate button presspandeyan2020-03-171-46/+87