summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Move REG16 and REG32 macros to common.hRandall Spangler2013-04-103-150/+145
* Clean up daisy GPIO and SPI initRandall Spangler2013-04-082-2/+9
* Move power LED GPIO code from snow board.c into power_led.cRandall Spangler2013-04-081-26/+26
* Improve deferred function callsRandall Spangler2013-04-042-0/+6
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-032-237/+5
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-021-117/+35
* Move enabling AC_PRESENT interrupt to extpower_gpio.cRandall Spangler2013-04-021-1/+0
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-9/+7
* Rename I8042CMD task to KEYPROTORandall Spangler2013-03-291-2/+2
* Merge i8042.c into keyboard_8042.cRandall Spangler2013-03-291-3/+3
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-275-1185/+7
* stm32: unimplemented hibernate hard-reboots instead of hangingtoolchainAstabilize-3912.79.Brelease-R27-3912.BRandall Spangler2013-03-251-2/+9
* Move keyboard dimension and key constants to keyboard_config.hRandall Spangler2013-03-224-102/+73
* Add keyboard_raw interfaceRandall Spangler2013-03-229-391/+315
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-201-4/+13
* Use chipset_reset() interface instead of system_warm_reboot()Randall Spangler2013-03-201-2/+2
* Move I2C arbitration to its own fileRandall Spangler2013-03-201-21/+6
* spring: reset TSU6721 when Toad's ID changesVic Yang2013-03-201-2/+5
* Use common declaration of keyboard_scan_interrupt()Randall Spangler2013-03-191-1/+1
* Move external power detect for link to its own fileChromeOS Developer2013-03-191-16/+1
* Initial McCroskey supportDavid Hendricks2013-03-132-8/+24
* stm32: make read_raw_input_state() more portableDavid Hendricks2013-03-131-30/+16
* stm32: remove unused kbc_gpio structDavid Hendricks2013-03-131-6/+0
* stm32: add some documentation to keyboard_scan.cDavid Hendricks2013-03-131-0/+6
* stm32: list keyboard output ports on a per-board basisDavid Hendricks2013-03-131-8/+4
* stm32f: Add support for ADC watchdogVic Yang2013-03-131-3/+102
* spring: stm32: Generate battery key when charging status changes.Todd Broch2013-03-131-0/+18
* 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