summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Swap system_jumped_to_this_image with _late for common codeDaisuke Nojiri2020-06-263-4/+3
* EFS2: Ping cr50 beforehand in case it's asleepDaisuke Nojiri2020-06-261-0/+6
* tcpmv1: string reductionKeith Short2020-06-261-12/+19
* tcpmv2: Add delay when exiting low-power modeKeith Short2020-06-261-2/+25
* TCPMv2: Clear VDM timeout flag in readyDiana Z2020-06-251-1/+2
* TCPMv2: Report message discard to the PEDiana Z2020-06-254-71/+100
* common: Document flash_set_protect betterCraig Hesling2020-06-251-6/+33
* usb_pd: Remove pd_cable usage from common codeAyushee2020-06-255-168/+145
* TCPMv2: Add some TODO bugs, fix indentAndrew McRae2020-06-252-4/+4
* tcpm: Change the get_chip_info() to prevent race conditionsWai-Hong Tam2020-06-253-6/+6
* TCPMV2: Add support for sending Alert MessagesSam Hurst2020-06-252-1/+65
* tcpm: add attached_wait decision to common after auto-toggleDenis Brockus2020-06-243-23/+29
* TCPMv2: Refactor DP mode to use a state machineAndrew McRae2020-06-244-55/+196
* tcpmv2: only enable AutoDischargeDisconnect when attachedDenis Brockus2020-06-241-158/+173
* TCPMv2: Add RCH check to avoid RX packet dropsEric Herrmann2020-06-241-0/+8
* TCPMv2: Do not reset negotiated PD revision level during soft resetPatryk Duda2020-06-232-12/+23
* fuzz: Fix varargs/printf with MSANEdward Hill2020-06-231-0/+6
* usb_prl: new unit test with mocksPaul Fagerburg2020-06-235-0/+202
* usb_pd_tcpc: Don't process tcpc_run() when port is not availablePatryk Duda2020-06-231-0/+4
* TCPMv2: Do not call ppc_init() on unavailable USB-C portsPatryk Duda2020-06-231-1/+2
* TCPMv2: Do not initialize port which is not availablePatryk Duda2020-06-221-0/+9
* Avoid deadlock when calling pd_set_suspend()Patryk Duda2020-06-221-0/+8
* common/charge_state_v2: Use CONFIG_USB_PD_PREFER_MV to guard functionsNicolas Boichat2020-06-221-1/+2
* TCPMv2: Consolidate debug steady states into attached statesDiana Z2020-06-191-410/+99
* TCPMv2: Rename discovery flagsAbe Levkoy2020-06-191-20/+16
* TCPMv2: Add pathway to enable FRS from PPC driverEric Herrmann2020-06-183-3/+30
* TCPMv2: Consolidate code in SOP' Discover IdentityAbe Levkoy2020-06-181-100/+61
* TCPMv2: Consolidate code in SOP Discover IdentityAbe Levkoy2020-06-181-73/+32
* TCPMv2: Don't reset power supply on entries of CC_RD and CC_OPENWai-Hong Tam2020-06-181-21/+14
* PB: Clear AP_IDLE for recovery bootDaisuke Nojiri2020-06-171-0/+8
* TCPMv2: Consolidate common code for VDM statesAbe Levkoy2020-06-171-102/+92
* usb_pd: TCPMv1: Enable VCONN swap at explicit contractAyushee2020-06-161-18/+19
* TCPMv2: Notify transmit engines of incoming messages more oftenDiana Z2020-06-161-12/+66
* tc_acc_drp_trysrc: Fix charge behavior with servo_v4Sue2020-06-161-0/+3
* TCPMv2: Use correct init function after exit.Andrew McRae2020-06-161-1/+1
* TCPMv2: Comment the init order of PPC chipsWai-Hong Tam2020-06-161-1/+9
* TCPMv2: Check for mode discovery complete before switchingAndrew McRae2020-06-161-1/+8
* TCPMv2: Fix the sending of CMD_EXIT_MODEAndrew McRae2020-06-162-1/+13
* common: online_calibration: Add support for magnetometerYuval Peress2020-06-142-9/+38
* system: Add system_is_manual_recovery APIDaisuke Nojiri2020-06-133-14/+9
* PB: Clear AP_IDLE for EC_REBOOT_HIBERNATE_CLEAR_AP_OFFDaisuke Nojiri2020-06-131-2/+2
* PB: Make CONFIG_POWER_BUTTON_INIT_IDLE commonDaisuke Nojiri2020-06-131-0/+31
* tc_drp_acc_trysrc: Set ICL after HardReset by SNKAseda Aboagye2020-06-121-0/+15
* extpower: Add helper function extpower_handle_updateFurquan Shaikh2020-06-123-6/+27
* TCPMv2 PE: Fix incorrect response to Not SupportedAbe Levkoy2020-06-111-1/+1
* TCPMv2 PE: Remove partner_type fieldAbe Levkoy2020-06-111-9/+8
* TCPMv2 PE: Remove PE_DO_PORT_DISCOVERYAbe Levkoy2020-06-111-156/+0
* pe_vdm_request_run: Refactor NAK/BUSY handlingAbe Levkoy2020-06-111-8/+4
* TCPMv2: Support mode entry for SOP' and SOP''Abe Levkoy2020-06-1110-100/+168
* throttle_ap: Turn on fans during PROCHOT eventsKeith Short2020-06-111-2/+11