summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Parameterize the lightbar behavior as much as possible.Bill Richardson2012-10-111-95/+179
* link: EC reclaims fan control on AP shutdownRandall Spangler2012-10-113-20/+19
* link: TMP006 S0 param is uncalibrated by defaultRandall Spangler2012-10-112-8/+15
* link: Added sensor-not-calibrated error for TMP006Randall Spangler2012-10-112-0/+6
* link: Temp sensors can return not-powered error codeRandall Spangler2012-10-113-27/+19
* link: Temp sensor read can return an error codeRandall Spangler2012-10-113-34/+29
* Add host command to get/set TMP006 calibration dataRandall Spangler2012-10-111-22/+74
* Add t6cal console command to set/print TMP006 calibrationRandall Spangler2012-10-111-1/+55
* Refactor TMP006 moduleRandall Spangler2012-10-111-158/+168
* Add console channel for thermal outputRandall Spangler2012-10-101-0/+1
* Fix lightbar test patternBill Richardson2012-10-101-11/+11
* link: Revive under voltage protection battery packRong Chang2012-10-081-4/+20
* link: Hibernate EC when battery level drops below 2%Randall Spangler2012-10-051-4/+12
* link: add hibernate option to ectool reboot_ecRandall Spangler2012-10-041-1/+7
* Major rewrite of lightbar using FP math.Bill Richardson2012-10-021-377/+388
* link: Add charge_near_full stateRandall Spangler2012-10-021-2/+31
* Enable FPU support for Link ECBill Richardson2012-10-021-5/+0
* link: Don't set power LED green until second idleRandall Spangler2012-10-011-1/+16
* link: Re-enable USB ports on resumeRandall Spangler2012-09-263-48/+38
* Clean up reboot host commandRandall Spangler2012-09-261-5/+7
* link: If discharging and system is off, only poll battery once a minuteRandall Spangler2012-09-251-3/+31
* Only ask the charger for current steps it can supplyRandall Spangler2012-09-242-12/+42
* Use two-color lightbar scheme, with KB backlight for brightnessBill Richardson2012-09-241-17/+50
* Refactor lightbar host command to pass messages the new way.Bill Richardson2012-09-211-37/+29
* Add TPSChrome FET APIRong Chang2012-09-211-0/+36
* Only use trickle charging logic when battery is mostly dischargedRandall Spangler2012-09-211-5/+6
* tpschrome: AC detection is board specific.Vincent Palatin2012-09-202-43/+8
* EC recalculates RW code hash after all sysjumpsRandall Spangler2012-09-201-5/+9
* Fixed a bug of sysjump: shutdown but reboot.Louis Yung-Chieh Lo2012-09-191-5/+14
* Snow: Retry accesses to PMU before hard resetCharlie Mooney2012-09-182-31/+45
* Add capability to auto-hash correct size for EC-RO or EC-RWRandall Spangler2012-09-121-29/+56
* Fix not setting in_progress flag when starting hash computationRandall Spangler2012-09-121-1/+1
* Cleanup: move lightbar command enum into ec_commands.hRandall Spangler2012-09-111-1/+1
* snow: Clear state of charge calculation window on state changeRong Chang2012-09-101-4/+19
* snow: Check state of charge using moving averageRong Chang2012-09-101-1/+38
* Move pending command logic into host_commandSimon Glass2012-09-101-2/+96
* Add host command to dump charge state machine contextVic Yang2012-09-101-0/+17
* snow: Stop discharging when temperature lower than 0CRong Chang2012-09-091-1/+1
* snow: make pmu charge ranges inclusiveDavid Hendricks2012-09-081-2/+2
* gaia_power: Report power on reasonSimon Glass2012-09-061-5/+6
* make build_info fixed-lengthDavid Hendricks2012-09-061-2/+5
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-051-0/+26
* Fix stack overflow in hostcmd commandRandall Spangler2012-09-041-5/+21
* make pmu register dump more verboseDavid Hendricks2012-09-041-4/+7
* Snow: Dont hang when trying to pmic-reset boardCharlie Mooney2012-08-311-1/+4
* Save panic data across reboots, and add panicinfo commandRandall Spangler2012-08-311-5/+19
* Minor fix for gcc 4.7 build problem for chromeos-base/ec-utils.Han Shen2012-08-311-1/+1
* snow: Change charging temperature rangeRong Chang2012-08-311-2/+2
* Snow must assert ENTERING_RW GPIO when jumping between imagesRandall Spangler2012-08-301-2/+0
* move pmu_init_registers() from pmu_init() to chipset pre-init hookDavid Hendricks2012-08-291-4/+1