summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: online_calibration: Fire MKBP event on new calibrationYuval Peress2020-03-094-33/+131
* remove cr50 related filesNamyoon Woo2020-03-0917-9979/+0
* TCPMv2: Don't interpret the CMD_DP_STATUS request as its response.Sam McNally2020-03-071-8/+0
* ec_commands.h: add info_4 in sensor request structureGwendal Grignou2020-03-071-1/+1
* TCPMv2: Probe cable identity from Ready statesDiana Z2020-03-061-1/+50
* TCPMv2: Probe cable identity in PE_SRC_DiscoveryDiana Z2020-03-061-32/+315
* Button: Clean up button librarydnojiri2020-03-052-27/+23
* common/keyboard_8042: When pressed, print F11-F15 for debugRajat Jain2020-03-041-5/+5
* common/keyboard_8042: Fix the Search key row/colRajat Jain2020-03-041-1/+1
* TCPMv2: Correctly handle DP Docks with charging portsSam Hurst2020-03-041-2/+17
* remove board/cr50 and chip/gNamyoon Woo2020-03-032-458/+0
* vboot: Add a reboot option to keep EFS in RO with the AP off.Sam McNally2020-03-033-7/+20
* system: Rename SYSTEM_IMAGE_RW to EC_IMAGE_RWdnojiri2020-03-031-1/+1
* common/keyboard_scan: Enable the SEARCH key in the default maskRajat Jain2020-03-031-1/+1
* motion_sense: simple typo correction (CONIFG_ -> CONFIG)Jack Rosenthal2020-03-031-1/+1
* common/keyboard_8042: Add ability to send/receive AUX dataRaul E Rangel2020-03-021-24/+75
* common/keyboard_8042: Add logging to keyboard_clear_bufferRaul E Rangel2020-03-021-0/+4
* common/keyboard_8042: Update kblog while holding mutexRaul E Rangel2020-03-021-2/+3
* ec: exclude chargen, the cli command from RO image buildNamyoon Woo2020-03-011-0/+2
* TCPMv2: Add BIST RX and TX states needed by PD FAFTSam Hurst2020-02-291-53/+139
* usb_mux: retimer: mux as chained mux and retimerDenis Brockus2020-02-281-4/+4
* i2c: fix the tcpc i2c protection in the i2c_command_passthru_protectZhuohao Lee2020-02-281-4/+12
* common/system: Add sysinfo host commandTom Hughes2020-02-281-9/+58
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-2815-116/+114
* common/flash: Adds validation to setting serialBrian J. Nemec2020-02-271-9/+13
* volteer: Configure EC_VOLUP_BTN_ODL for next buildKeith Short2020-02-271-5/+32
* common/keyboard_8042: Add ability to specify 8042 channelRaul E Rangel2020-02-271-13/+32
* common/keyboard_8042: Track aux chan enable and aux irq enableRaul E Rangel2020-02-271-0/+33
* common/keyboard_8042: Rename i8042_irq_enabledRaul E Rangel2020-02-271-5/+5
* USB PD: reset VCONN and keep consistent with the previous explicit contractxiong2020-02-271-1/+15
* usb_prl_sm: Add state names for debuggingEdward Hill2020-02-271-1/+57
* tcpmv2: Add names for super statesEdward Hill2020-02-272-1/+8
* tcpmv2: Clean up TC_UNATTACHEDEdward Hill2020-02-271-11/+1
* usbc: Awaken pd_task during pd_set_suspendAbe Levkoy2020-02-271-0/+7
* usb_set_suspend: Use "enable" consistentlyAbe Levkoy2020-02-272-7/+7
* TCPMv1/v2: Move hex8tou32 and remote_flashing to common fileSam Hurst2020-02-252-78/+80
* TCPMv1/v2: Move pd_set_polarity() to common fileVijay Hiremath2020-02-246-32/+24
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-223-10/+11
* TCPMv2: Notify system when entering attached stateAseda Aboagye2020-02-211-1/+10
* Servo: Adds persistent storage of MAC addressBrian J. Nemec2020-02-212-24/+128
* common/flash: Add validation to persist_state size.Brian J. Nemec2020-02-201-0/+2
* nct3807: potential connection cleanupDenis Brockus2020-02-201-16/+2
* util: Consistently truncate version stringTom Hughes2020-02-201-0/+1
* TCPMv1/v2: Move pd_is_vbus_present() to common fileVijay Hiremath2020-02-193-16/+8
* TCPMv1/v2: Move pd_is_try_source_capable() to common fileVijay Hiremath2020-02-193-72/+51
* TCPMv1/v2: Move resume_pd_port() to common fileVijay Hiremath2020-02-193-45/+22
* TCPMv2: Disable VBUS whenever we're a sinkAseda Aboagye2020-02-191-0/+3
* TCPMv2: Don't check RAM flag for VCONNAseda Aboagye2020-02-181-3/+0
* charger_state: check BATT_FLAG_* flags before trusting the valueTing Shen2020-02-171-2/+8
* usbc: remove tri-state polarityDenis Brockus2020-02-154-34/+2