summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spring: Add interrupt and device type support for TSU6721Vic Yang2012-12-211-7/+34
* Add AP userspace scripts to tweak lightbar colorsBill Richardson2012-12-201-3/+3
* spring: add basic TSU6721 driverVincent Palatin2012-12-132-0/+144
* Add more paranoia for flash write protectRandall Spangler2012-12-101-0/+12
* Invalidate hash if flash operation changes the hashed regionRandall Spangler2012-12-102-8/+51
* link: Enable +5VALW at boot and leave it enabledRandall Spangler2012-12-061-7/+7
* Handle bus errors on thermal I2C busRandall Spangler2012-11-261-3/+14
* link: allow to decrease maximum battery charging currentVincent Palatin2012-11-071-0/+22
* x86: set hibernation delay to 1 hourVincent Palatin2012-11-071-1/+1
* More supports for A20 enable/disableLouis Yung-Chieh Lo2012-11-041-1/+30
* Move reset/overheat/shutdown funcs to chipset interfaceRandall Spangler2012-11-015-65/+28
* Switch temp sensor polling to use hooks instead of taskRandall Spangler2012-11-013-43/+13
* link: Fix overflow in hibernate time calculationRandall Spangler2012-11-011-1/+5
* stm32: Implement keyscan test infrastructureSimon Glass2012-10-312-0/+202
* Switch PWM to use HOOK_SECOND instead of its own taskRandall Spangler2012-10-301-2/+2
* Add per-second hookRandall Spangler2012-10-301-0/+9
* 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