summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Add console command to force enable consoleVic Yang2013-05-162-48/+17
* spring: Fix a bug that charger task is stuckVic Yang2013-05-081-3/+4
* stm32: Fix ADC watchdog bug and extend sample timeVic Yang2013-05-011-4/+6
* WORKAROUND: always detect special key combinationsVincent Palatin2013-04-251-1/+1
* spring: Disable keyboard when lid is closedVic Yang2013-04-241-1/+2
* stm32: do not enable interrupts on I2C1Vincent Palatin2013-04-111-2/+0
* Inhibit host interrupt for battery_key.Todd Broch2013-04-051-1/+4
* spring: reset TSU6721 when Toad's ID changesVic Yang2013-03-201-2/+5
* stm32f: Add support for ADC watchdogVic Yang2013-03-141-3/+102
* spring: stm32: Generate battery key when charging status changes.v1.4.0Todd Broch2013-03-121-0/+18
* stm32: Dynamically generate keyboard IRQ maskDavid Hendricks2013-03-081-6/+17
* stm32f10x: Initial importDavid Hendricks2013-03-089-39/+123
* Wait to power on system until battery state is knownRandall Spangler2013-03-051-14/+48
* stm32: Lengthen ADC sample timeVic Yang2013-02-061-4/+4
* stm32: implement SMBUS-style read block/stringVincent Palatin2013-02-051-3/+19
* Add 'unprotect' flag for flashing link ec.Dave Parker2013-01-171-0/+6
* Tidy ACPI debug outputRandall Spangler2012-12-181-1/+9
* link: Workaround for errata 3.2Randall Spangler2012-12-171-2/+3
* stm32: Add option to select timer for hardware clockVic Yang2012-12-121-60/+76
* lm4: Postfix chip name when debug mode is enabledVic Yang2012-12-101-3/+23
* Add more paranoia for flash write protectRandall Spangler2012-12-101-0/+20
* link: Increase cold reset hibernate time to 1 secondRandall Spangler2012-12-101-1/+1
* Increase cold reset hibernate time to 200msstabilize2Randall Spangler2012-12-061-2/+2
* link: Disable interrupts while reading/writing bits via onewireRandall Spangler2012-11-291-0/+26
* Handle arbitration lost on I2C portsRandall Spangler2012-11-282-9/+22
* Handle bus errors on thermal I2C busRandall Spangler2012-11-261-2/+29
* Fix the ec flash programming script to properly handle errorsVadim Bendebury2012-11-071-6/+6
* More supports for A20 enable/disableLouis Yung-Chieh Lo2012-11-041-0/+7
* Move reset/overheat/shutdown funcs to chipset interfaceRandall Spangler2012-11-011-2/+2
* Switch temp sensor polling to use hooks instead of taskRandall Spangler2012-11-013-40/+36
* link: Cold reboot should ignore WAKE# pinRandall Spangler2012-10-311-3/+10
* stm32: Implement keyscan test infrastructureSimon Glass2012-10-311-1/+20
* Switch PWM to use HOOK_SECOND instead of its own taskRandall Spangler2012-10-303-24/+21
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-309-14/+17
* Rename power_button module to switchRandall Spangler2012-10-306-35/+35
* Clean up clock moduleRandall Spangler2012-10-303-67/+65
* Clean up GPIO module.Randall Spangler2012-10-304-78/+86
* Clean up jtag moduleRandall Spangler2012-10-303-13/+8
* Clean up LPC moduleRandall Spangler2012-10-301-74/+52
* Clean up UART moduleRandall Spangler2012-10-302-43/+57
* Switch LPC to use HOOK_TICK instead of taskRandall Spangler2012-10-301-10/+8
* Add tick taskRandall Spangler2012-10-302-0/+6
* Clean up power button moduleRandall Spangler2012-10-301-38/+62
* Clean up ADC moduleRandall Spangler2012-10-303-79/+73
* Use SECOND and MSEC constantsRandall Spangler2012-10-2916-85/+73
* Clean up x86power moduleRandall Spangler2012-10-261-1/+16
* Clean up pwm moduleRandall Spangler2012-10-251-25/+87
* Clean up system moduleRandall Spangler2012-10-252-27/+21
* Clean up LED and onewire modulesRandall Spangler2012-10-252-39/+44
* Clean up I2C moduleRandall Spangler2012-10-252-150/+149