summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* nct38xx: auto-toggle exit cleanupDenis Brockus2020-02-152-12/+2
* tcpci: Don't set 1 CC to open based on polarityAseda Aboagye2020-02-141-0/+5
* chgramp: Don't ramp DTS suppliers above advertisementAseda Aboagye2020-02-141-9/+6
* common: motion_sense_fifo: fix iteration bugYuval Peress2020-02-141-2/+24
* TCPMv1/v2: Move PD & Partner type detection code to common fileVijay Hiremath2020-02-143-34/+21
* TCPMv1/v2: Reduce number of arguments of pd_build_request()Vijay Hiremath2020-02-143-61/+40
* tcpmv2: make connect after auto-toggle driver specificDenis Brockus2020-02-132-14/+20
* common: Migrate online calibration to own moduleYuval Peress2020-02-134-50/+134
* libcryptoc: Cleanup build messagesCraig Hesling2020-02-121-2/+1
* TCPMv1/v2: Move pd_process_source_cap() to common fileVijay Hiremath2020-02-123-36/+37
* TCPMv1/v2: Move PDO functions to PD dual role module fileVijay Hiremath2020-02-123-257/+260
* TCPMv1/v2: Move pd_get/set_max_voltage() to common fileVijay Hiremath2020-02-123-30/+20
* TCPMv1/v2: Move pd_charge_from_device() to common fileVijay Hiremath2020-02-124-23/+21
* TCPMv1/v2: Move pd_set_vbus_discharge() to common fileVijay Hiremath2020-02-123-65/+40
* TCPMv1/v2: Move pd_check_requested_voltage() to common fileVijay Hiremath2020-02-123-93/+48
* TCPMv1/v2: Move pd_usb_billboard_deferred() to common fileVijay Hiremath2020-02-123-35/+19
* battery: set correct battery cutoff stateKeith Short2020-02-101-2/+5
* EFS2: Implement Early Firmware Selection ver.2Daisuke Nojiri2020-02-098-63/+390
* TCPMv2: Don't exit DP mode on chipset suspend and resumeSam Hurst2020-02-081-3/+8
* common: Implement accelerometer calibrationYuval Peress2020-02-082-1/+82