summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* spring: de-activate power LED codeVincent Palatin2012-10-111-1/+0
* stm32: make power led optionalVincent Palatin2012-10-112-1/+8
* spring: enable USB boost charger by defaultVincent Palatin2012-10-111-1/+1
* Parameterize the lightbar behavior as much as possible.Bill Richardson2012-10-114-99/+378
* link: EC reclaims fan control on AP shutdownRandall Spangler2012-10-115-27/+49
* link: Reset fan target RPM when suspendingRandall Spangler2012-10-111-0/+1
* link: TMP006 S0 param is uncalibrated by defaultRandall Spangler2012-10-114-14/+19
* link: Added sensor-not-calibrated error for TMP006Randall Spangler2012-10-114-4/+18
* link: Temp sensors can return not-powered error codeRandall Spangler2012-10-117-58/+39
* link: Temp sensor read can return an error codeRandall Spangler2012-10-119-55/+76
* Add host command to get/set TMP006 calibration dataRandall Spangler2012-10-113-22/+175
* Add t6cal console command to set/print TMP006 calibrationRandall Spangler2012-10-111-1/+55
* Refactor TMP006 moduleRandall Spangler2012-10-113-171/+187
* Add console channel for thermal outputRandall Spangler2012-10-102-0/+2
* temp_metrics: remove prochot and TCC modificationsSameer Nanda2012-10-101-14/+0
* Fix lightbar test patternBill Richardson2012-10-101-11/+11
* stm32: fix race condition enabling keyboard interruptVincent Palatin2012-10-101-39/+46
* snow: i2c: Reset i2c if we get a timeout in slave modeDoug Anderson2012-10-101-1/+9
* link: Revive under voltage protection battery packRong Chang2012-10-082-4/+21
* link: Hibernate EC when battery level drops below 2%Randall Spangler2012-10-052-4/+15
* stm32: Implement keyboard debouncingSimon Glass2012-10-051-54/+182
* stm32: Implement keyscan configuration commandSimon Glass2012-10-052-0/+239
* stm32: Reduce keyboard scan period from 10ms to 3msSimon Glass2012-10-051-1/+1
* stm32: Update keyboard_scan to use run-time configurationSimon Glass2012-10-051-41/+75
* 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