summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32: Move KB_INPUTS to board.hDavid Hendricks2013-03-111-2/+0
* stm32: finish cleaning up row/column/input/output namingDavid Hendricks2013-03-111-35/+33
* 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
* Cleanup: flash moduleRandall Spangler2012-10-253-50/+71
* Clean up GPIO moduleRandall Spangler2012-10-254-67/+65
* Revert "lm4: Add chip name for lm4fs1gh5bbfig"Jon Salz2012-10-231-2/+0
* Clean up keyboard_scan moduleRandall Spangler2012-10-232-22/+6
* Clean up i8042 moduleRandall Spangler2012-10-231-6/+2
* Hook functions no longer return valuesRandall Spangler2012-10-2317-108/+44
* lm4: Add chip name for lm4fs1gh5bbfigVic Yang2012-10-221-0/+2
* lm4: Report raw DID value when chip name cannot be determinedVic Yang2012-10-221-1/+26