summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ec_commands: EC_CMD_BATTERY_GET_DYNAMIC: Clarify the meaning of flagsNicolas Boichat2018-01-102-1/+9
* driver/charger/isl923x: Make sure CONFIG_CHARGER_NARROW_VDC is setNicolas Boichat2018-01-1012-11/+19
* charger/isl923x: Implement charger_get_system_power from PSYSNicolas Boichat2018-01-1012-52/+67
* nautilus: update sensor rotation matrix.Jongpil Jung2018-01-101-6/+6
* EFS: Add EFS_VERIFY host commandDaisuke Nojiri2018-01-093-1/+27
* util: ecst: Add 2 CHIP_VARIANTs to support npcx7m6xb/npcx7m7wCHLin2018-01-091-117/+115
* Fizz: override DP EQ setting for Deterministic JitterDevin Lu2018-01-091-0/+9
* ectool: Correct reporting fan numbers on fanless device.Hung-Te Lin2018-01-081-1/+1
* grunt: Add accel, gyro, and motion_sense task.Justin TerAvest2018-01-083-0/+178
* ec_commands: Add sync sensorGwendal Grignou2018-01-082-0/+12
* stm32: add meowth_fp boardVincent Palatin2018-01-086-1/+160
* stm32: add SPI master for STM32H7Vincent Palatin2018-01-083-1/+343
* stm32: Add STM32H7 familyVincent Palatin2018-01-0811-26/+851
* cr50: fix annoying LD warningsVadim Bendebury2018-01-052-2/+2
* gsctool: use full path when invoking trunks_sendVadim Bendebury2018-01-051-1/+1
* poppy: Move base detection logic to separate fileNicolas Boichat2018-01-054-202/+223
* soraka: Replace individual files symlinks by directory symlinksNicolas Boichat2018-01-059-8/+1
* poppy/soraka: Remove charger profile override functionsNicolas Boichat2018-01-052-43/+0
* gsctool: Add option '--any' to auto-detect -s/-t availability.Hung-Te Lin2018-01-051-6/+23
* ec_ec_comm_master: Functions for EC-EC communication masterNicolas Boichat2018-01-053-0/+415
* chell: Enable CONFIG_LTONicolas Boichat2018-01-041-0/+1
* charger/isl923x: Protect CONTROL1 read-modify-write with a mutexNicolas Boichat2018-01-041-20/+48
* npcx/uart: Pull up communication line during transactionNicolas Boichat2018-01-041-0/+9
* charge_state_v2: Add charge_set_output_current_limit functionNicolas Boichat2018-01-0410-7/+67
* wand: Make sure battery is cut-off when criticalNicolas Boichat2018-01-043-5/+8
* ec_commands: battery_dynamic_info: Rename current to actual_currentNicolas Boichat2018-01-042-4/+4
* USB/PD: Request discover identity on bootDaisuke Nojiri2018-01-041-12/+19
* meowth: zoombini: Add support for OPT3001.Aseda Aboagye2018-01-043-0/+69
* g: fix flaky timeout check for spi transfer.Marius Schilder2018-01-041-0/+6
* g: allow for other values of DCRYPTO_CALL_TIMEOUT_USMarius Schilder2018-01-041-0/+2
* g: allow for other values of RSA_MAX_BYTESMarius Schilder2018-01-041-0/+2
* poppy: Disable PULL_UP on BOARD_VERSION4Nicolas Boichat2018-01-031-1/+1
* driver/bc12/pi3usb9281: Make a few functions staticNicolas Boichat2018-01-032-21/+6
* util/openocd: modify the openocd srcipts for npcx UUTCHLin2018-01-031-4/+8
* npcx: modify the npcxspiflash little firmware to support UUTCHLin2018-01-037-123/+182
* g: simulate open drain GPIO behaviorVadim Bendebury2018-01-031-10/+33
* Add SB-TSI temp sensor driverAlec Thilenius2018-01-034-0/+88
* kahlee: Switch thermal I2C over to 1.8VAlec Thilenius2018-01-031-2/+2
* wand: Increase PWM frequency to 50kHzNicolas Boichat2018-01-021-1/+1
* util/flash_ec: npcx7 supports programming SPI flash via UARTCHLin2018-01-021-0/+81
* ec_chip_mchp: Add I2C controllerScott Worley2018-01-021-0/+612
* ec_chip_mchp: Add LPC and eSPI files.Scott Worley2018-01-023-0/+2544
* Nami: Update board directoryDaisuke Nojiri2018-01-026-473/+449
* espi: Add API to test if signal is eSPI virtual wireScott Worley2018-01-025-12/+106
* motion_sense: Fix indentation in headerAlexandru M Stan2018-01-021-5/+5
* scarlet: Implement custom charging profilePhilip Chen2017-12-281-20/+113
* ec_chip_mchp: Add MCHP TFDP trace debug filesScott Worley2017-12-283-0/+631
* ec_chip_mchp: Add other hardware filesScott Worley2017-12-285-0/+711
* ec_flash: Add W25Q128 SPI flashScott Worley2017-12-283-1/+14
* ec_driver: Add ADT7481 and TMP411 I2C sensorsScott Worley2017-12-286-1/+1001