summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* gaia: notify chipset pre-init hook before turning on APDavid Hendricks2012-08-291-5/+9
* add a new hook for pre-chipset startupDavid Hendricks2012-08-291-0/+1
* gaia: update ap_suspended usageDavid Hendricks2012-08-291-7/+5
* Revisit USB charge modesVic Yang2012-08-281-24/+19
* gaia: Add a warm reboot functionSameer Nanda2012-08-281-0/+27
* Snow: Adding in EC ability to hard reset pmicCharlie Mooney2012-08-282-28/+64
* Support battery cut-off mechanism for factory.Louis Yung-Chieh Lo2012-08-282-0/+39
* snow: Change TPSCHROME fastcharge timeout to 6 hoursRong Chang2012-08-281-5/+58
* Make AC status feature optional at compile timeSimon Glass2012-08-271-2/+5
* Add CONFIG_CONFIGURE_BOARD_LATE for late board initSimon Glass2012-08-271-0/+3
* Reset pmic registers to known safe values on bootCharlie Mooney2012-08-272-0/+71
* Rename EC_FLASH_PROTECT_RW_* flags to EC_FLASH_PROTECT_ALL_*.Louis Yung-Chieh Lo2012-08-251-15/+14
* Fix return size error in lightbar host commands.Bill Richardson2012-08-241-2/+2