summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-301-1/+1
* Rename power_button module to switchRandall Spangler2012-10-303-9/+9
* Clean up UART moduleRandall Spangler2012-10-302-15/+19
* Add tick taskRandall Spangler2012-10-301-0/+16
* Disable scratchpad commandRandall Spangler2012-10-301-3/+2
* Use SECOND and MSEC constantsRandall Spangler2012-10-2912-46/+41
* Rename POWERSTATE task to CHARGERRandall Spangler2012-10-293-3/+3
* Consolidate emergency debug outputRandall Spangler2012-10-291-50/+29
* Clean up thermal modulesRandall Spangler2012-10-266-134/+115
* Clean up x86power moduleRandall Spangler2012-10-261-47/+27
* Clean up a few modules in common/Randall Spangler2012-10-263-26/+25
* Clean up uart buffering codeRandall Spangler2012-10-262-89/+50
* Clean up USB charging moduleRandall Spangler2012-10-261-17/+8
* Clean up pwm moduleRandall Spangler2012-10-252-78/+0
* Clean up vboot hash supportRandall Spangler2012-10-254-42/+225
* Clean up system moduleRandall Spangler2012-10-251-29/+22
* Clean up LED and onewire modulesRandall Spangler2012-10-251-8/+15
* Clean up printf moduleRandall Spangler2012-10-251-10/+22
* Cleanup: flash moduleRandall Spangler2012-10-251-3/+2
* Clean up GPIO moduleRandall Spangler2012-10-251-14/+21
* Clean up host command moduleRandall Spangler2012-10-251-39/+38
* Clean up fmap.cRandall Spangler2012-10-241-10/+16
* link: Don't force battery to request currentRandall Spangler2012-10-241-6/+2
* Clean up console moduleRandall Spangler2012-10-242-39/+45
* Clean up charger codeRandall Spangler2012-10-242-83/+94
* Cleanup: battery_prechargeRandall Spangler2012-10-241-24/+38
* Cleanup: batteryRandall Spangler2012-10-241-43/+31
* Use CONFIG_TASK_VBOOTHASH instead of CONFIG_VBOOTRandall Spangler2012-10-231-6/+6
* Clean up i8042 moduleRandall Spangler2012-10-233-118/+45
* Hook functions no longer return valuesRandall Spangler2012-10-2314-101/+65
* Host commands use correct console channelRandall Spangler2012-10-181-2/+2
* cleanup: TMP006 constants should be staticRandall Spangler2012-10-181-6/+6
* Make S3 red-light flash adjustable.Bill Richardson2012-10-171-4/+6
* Fix delay loop for battery detectingVic Yang2012-10-171-3/+1
* Finally final lightbar tweaks. Really. I think...Bill Richardson2012-10-161-17/+37
* Fix lightbar bug, add more tweaks.Bill Richardson2012-10-151-10/+42
* link:re-enable fan RPM controller when neededRandall Spangler2012-10-152-0/+6
* link: thermal controls ignore case temp by defaultRandall Spangler2012-10-151-9/+6
* Replace pulsing with sweeping.Bill Richardson2012-10-141-23/+15
* Set minimum brightness to 35%, variable osc settings.Bill Richardson2012-10-141-36/+42
* 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