summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfactory-2993.BBrian Norris2021-09-101-0/+1
* stm32: Drop key scan masksSimon Glass2012-10-051-21/+0
* Define key scan parameters and get/set commandSimon Glass2012-10-051-0/+49
* link: fix race condition enabling keyboard interruptRandall Spangler2012-10-051-5/+13
* link: Implement keyboard debouncingRandall Spangler2012-10-051-79/+150
* Remove some extensions from .gitignoreSimon Glass2012-10-041-3/+0
* link: add hibernate option to ectool reboot_ecRandall Spangler2012-10-043-4/+13
* link: Pass keyboard state array as a parameterRandall Spangler2012-10-041-36/+49
* Major rewrite of lightbar using FP math.Bill Richardson2012-10-021-377/+388
* Fine tuning of temp_metrics thermal loopSameer Nanda2012-10-021-18/+33
* link: Add charge_near_full stateRandall Spangler2012-10-023-5/+44
* link: Add more info to 'ectool battery'Randall Spangler2012-10-021-0/+29
* Enable FPU support for Link ECBill Richardson2012-10-029-67/+35
* link: Don't set power LED green until second idleRandall Spangler2012-10-012-1/+18
* Update temp_metrics to look at skin temperaturesSameer Nanda2012-10-011-30/+127
* Re-enable keyboard scanning at end of debounce intervalRandall Spangler2012-09-281-6/+10
* link: Re-enable USB ports on resumeRandall Spangler2012-09-263-48/+38
* Clean up reboot host commandRandall Spangler2012-09-263-8/+9
* stm32f: ADC driverVic Yang2012-09-267-2/+269
* stm32: Export DMA memory size optionVic Yang2012-09-265-31/+74
* link: If discharging and system is off, only poll battery once a minuteRandall Spangler2012-09-252-3/+32
* Don't forward keys in case of warm reboot sequence matchSameer Nanda2012-09-241-1/+4
* Only ask the charger for current steps it can supplyRandall Spangler2012-09-243-12/+51
* Use two-color lightbar scheme, with KB backlight for brightnessBill Richardson2012-09-242-19/+52
* Prevent I2C interrupts from consuming pending task eventsBill Richardson2012-09-212-6/+23
* Refactor lightbar host command to pass messages the new way.Bill Richardson2012-09-214-188/+177
* Add TPSChrome FET APIRong Chang2012-09-212-0/+39
* Only use trickle charging logic when battery is mostly dischargedRandall Spangler2012-09-212-5/+8
* Fix spring buildVincent Palatin2012-09-201-1/+1
* Add Spring board configurationVincent Palatin2012-09-206-2/+423
* tpschrome: AC detection is board specific.Vincent Palatin2012-09-205-54/+86
* 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
* link: update hinge sensor calibrationVincent Palatin2012-09-191-1/+1
* Snow: Retry accesses to PMU before hard resetCharlie Mooney2012-09-182-31/+45
* Improve handling of bursts of port 80 writesRandall Spangler2012-09-171-2/+8
* Reset LPC from-host channel status on LPC resetRandall Spangler2012-09-173-2/+25
* spi: Rewrite driver for new protocol, better performanceSimon Glass2012-09-174-138/+246
* fix signedness issue in deep sleep delayVincent Palatin2012-09-121-1/+1
* Add capability to auto-hash correct size for EC-RO or EC-RWRandall Spangler2012-09-123-49/+102
* link: disable unused EEPROM modulesRandall Spangler2012-09-123-8/+10
* Fix not setting in_progress flag when starting hash computationRandall Spangler2012-09-121-1/+1
* link: remove TMP006 sensors no longer present in DVT2Randall Spangler2012-09-112-75/+23
* Cleanup: move lightbar command enum into ec_commands.hRandall Spangler2012-09-113-17/+23
* 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-103-103/+98
* Add Alt+VolUp+H key combo to hibernate systemRandall Spangler2012-09-101-0/+6
* Refactor runtime special key combination codeRandall Spangler2012-09-102-25/+38
* Remove old code to clear boot keyRandall Spangler2012-09-103-18/+1