summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Electro: Fix power lost when release shipping modeRyan Zhang2016-12-201-2/+11
* charge_ramp: Fix OC detection on chargers which recover quicklyShawn Nematbakhsh2016-12-201-10/+17
* snappy: modify led pin settingBruce2016-12-181-2/+1
* usb_updater: add command to corrupt rwMary Ruthven2016-12-161-3/+33
* util/ectool: Fix llvm compiler errorsShawn Nematbakhsh2016-12-161-3/+4
* sweetberry: add power logging toolNick Sanders2016-12-1610-0/+803
* cr50: add vendor command to invalidate inactive rwMary Ruthven2016-12-162-0/+54
* eve: Ignore VCC1_RST status bit when determining reset causeDuncan Laurie2016-12-161-1/+2
* common/i2c.c: Check that i2c port is always 0 or greaterMartin Roth2016-12-161-1/+3
* cr50: Initialize variable where it's usedMartin Roth2016-12-161-10/+9
* spi_nor.c: Initialize variables to fix GCC warningsMartin Roth2016-12-161-3/+3
* i2cs.c: Initialize variable to fix GCC warningsMartin Roth2016-12-161-1/+1
* make i2c_handle_sda_irq() static to fix GCC 5.3 warningMartin Roth2016-12-161-1/+1
* CR50: only build crypto test code on DEV buildsstabilize-9093.Bnagendra modadugu2016-12-151-1/+2
* reef: Do not discharge on AC when battery is still waking upVijay Hiremath2016-12-151-25/+41
* npcx: lpc: clear EC_LPC_CMDR_BUSY status bit on init & LRESET asserted.Mulin Chao2016-12-151-0/+8
* tcpm: fusb302: Don't mistake meaningful packets for GOOD_CRCShawn Nematbakhsh2016-12-141-41/+75
* eve: Increase keyscan output settle time to 80usDuncan Laurie2016-12-142-1/+16
* i2c_passthru: fix virtual battery operationphilipchen2016-12-146-79/+317
* CR50: fix errors flagged by coveritynagendra modadugu2016-12-142-0/+6
* usb_pd_protocol: Force rediscovering identity on bootNicolas Boichat2016-12-141-0/+2
* usb_pd_policy: Automatically swap vconn if adapter requests itNicolas Boichat2016-12-143-1/+26
* usb_pd_protocol: Rename PD_FLAGS_DATA_SWAPPED to _CHECK_IDENTITYNicolas Boichat2016-12-142-18/+10
* Basking: Add two support battery.David.Huang2016-12-141-0/+56
* bmp280: handle divided by 0 caseli feng2016-12-141-2/+3
* CR50: make SHA512 a config optionnagendra modadugu2016-12-134-2/+16
* reef: Discharge on AC till charger is detectedVijay Hiremath2016-12-132-2/+17
* cr50: prepare for releasing rw version 0.0.13Vadim Bendebury2016-12-132-2/+2
* reef/electro: modify keyboard scan rateDaisuke Nojiri2016-12-132-0/+21
* eve: Use ternary encoding for board versionDuncan Laurie2016-12-132-0/+46
* eve: Set KBD_KS02 to pull-down when hibernatingDuncan Laurie2016-12-131-1/+3
* eve: Enable TCPC controlled DRP toggleDuncan Laurie2016-12-131-0/+1
* eve; Enable BD9995X power save mode when hibernatedDuncan Laurie2016-12-131-0/+3
* eve: clear HPD bit in board level TCPC initDuncan Laurie2016-12-131-0/+12
* eve: Enable IMVP8 workaround for P0bDuncan Laurie2016-12-132-1/+2
* CR50: add support for SHA-384 & 512nagendra modadugu2016-12-127-20/+68
* cr50: reduce UART TX buffer sizeVadim Bendebury2016-12-121-9/+0
* g: tweak cflush() to wait a bit longerVadim Bendebury2016-12-121-0/+13
* driver: bmi160: Add temperature sensorGwendal Grignou2016-12-122-0/+19
* ish: correct i2c write operation buffer sizeli feng2016-12-121-16/+5
* g: remove the impact of deep sleep resumes from the rolling reboot countMary Ruthven2016-12-092-0/+19
* pyro/snappy: ensure tablet mode state is correct at startupBruce2016-12-092-2/+24
* cr50: change uart rx to wake_lowMary Ruthven2016-12-081-1/+1
* usb_pd_protocol: tcpm_get_message: Check return valueNicolas Boichat2016-12-084-13/+9
* tcpci_tcpm_get_message: TCPC_REG_RX_BYTE_CNT includes headerNicolas Boichat2016-12-082-2/+11
* g: make sure usb clocks are enabled before going to deep sleepMary Ruthven2016-12-081-0/+3
* Cr50: Ensure that trng.h is self-contained.Carl Hamilton2016-12-082-0/+2
* pyro/snappy: Disable keyboard and trackpad in tablet modeBruce2016-12-086-34/+70
* g: change default idle behavior based on bus obfuscation availabilityMary Ruthven2016-12-081-7/+23
* pyro/snappy: BD9995X: Suspend DC-DC converter when discharging on ACBruce2016-12-082-2/+50