summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* link: Fix checking runtime keysRandall Spangler2012-10-181-2/+3
* link: Increase EC cold reboot time to 150msRandall Spangler2012-10-181-1/+1
* link: host command params must be 32-bit alignedRandall Spangler2012-10-171-1/+2
* link: Don't print keyboard state changes by defaultRandall Spangler2012-10-171-1/+34
* link: don't rely on host-write interrupt statusRandall Spangler2012-10-171-36/+55
* stm32: Swallow special keys instead of passing them to APSimon Glass2012-10-171-5/+10
* link: increase time in hibernate for EC cold resetRandall Spangler2012-10-161-2/+10
* link:re-enable fan RPM controller when neededRandall Spangler2012-10-151-38/+56
* link: Ignore keyboard when lid is closedRandall Spangler2012-10-122-14/+28
* stm32: support DMA on I2C1Vincent Palatin2012-10-113-30/+54
* stm32: make power led optionalVincent Palatin2012-10-111-1/+2
* link: EC reclaims fan control on AP shutdownRandall Spangler2012-10-111-2/+2
* link: Reset fan target RPM when suspendingRandall Spangler2012-10-111-0/+1
* link: Temp sensors can return not-powered error codeRandall Spangler2012-10-111-1/+5
* link: Temp sensor read can return an error codeRandall Spangler2012-10-112-8/+15
* stm32: fix race condition enabling keyboard interruptVincent Palatin2012-10-101-39/+46
* snow: i2c: Reset i2c if we get a timeout in slave modeDoug Anderson2012-10-101-1/+9
* stm32: Implement keyboard debouncingSimon Glass2012-10-051-54/+182
* stm32: Implement keyscan configuration commandSimon Glass2012-10-051-0/+88
* stm32: Reduce keyboard scan period from 10ms to 3msSimon Glass2012-10-051-1/+1
* stm32: Update keyboard_scan to use run-time configurationSimon Glass2012-10-051-41/+75
* stm32: Drop key scan masksSimon Glass2012-10-051-21/+0
* link: fix race condition enabling keyboard interruptRandall Spangler2012-10-051-5/+13
* link: Implement keyboard debouncingRandall Spangler2012-10-051-79/+150
* link: Pass keyboard state array as a parameterRandall Spangler2012-10-041-36/+49
* Enable FPU support for Link ECBill Richardson2012-10-021-3/+5
* Re-enable keyboard scanning at end of debounce intervalRandall Spangler2012-09-281-6/+10
* stm32f: ADC driverVic Yang2012-09-264-2/+244
* stm32: Export DMA memory size optionVic Yang2012-09-265-31/+74
* Don't forward keys in case of warm reboot sequence matchSameer Nanda2012-09-241-1/+4
* Prevent I2C interrupts from consuming pending task eventsBill Richardson2012-09-211-5/+21
* Add Spring board configurationVincent Palatin2012-09-201-1/+1
* Improve handling of bursts of port 80 writesRandall Spangler2012-09-171-2/+8
* Reset LPC from-host channel status on LPC resetRandall Spangler2012-09-172-2/+13
* spi: Rewrite driver for new protocol, better performanceSimon Glass2012-09-172-137/+216
* fix signedness issue in deep sleep delayVincent Palatin2012-09-121-1/+1
* link: disable unused EEPROM modulesRandall Spangler2012-09-121-1/+0
* Move pending command logic into host_commandSimon Glass2012-09-101-101/+1
* Add Alt+VolUp+H key combo to hibernate systemRandall Spangler2012-09-101-0/+6
* Refactor runtime special key combination codeRandall Spangler2012-09-101-23/+38
* Remove old code to clear boot keyRandall Spangler2012-09-102-15/+1
* Check boot key combos if refresh key is held downRandall Spangler2012-09-092-22/+42