summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* Clean up hook priorties on LM4Randall Spangler2013-11-042-2/+2
* cortex-m: ensure we use the right subset of the instruction setVincent Palatin2013-11-022-1/+5
* Provide multiple fan support within the EC itselfBill Richardson2013-11-021-1/+1
* cleanup: Still more TODO commentsRandall Spangler2013-11-023-17/+20
* lm4: Verify data buffer is aligned for flash writesRandall Spangler2013-11-021-0/+4
* lm4: ADC clock management bug fixAlec Berg2013-11-011-3/+27
* cleanup: Even more TODO commentsRandall Spangler2013-11-015-12/+24
* cleanup: Update more TODO commentsRandall Spangler2013-11-014-23/+39
* cleanup: Improve / remove more TODO commentsRandall Spangler2013-11-013-13/+9
* cleanup: Assorted TODO commentsRandall Spangler2013-10-312-5/+15
* Rename CONFIG_FAN to CONFIG_FANSBill Richardson2013-10-301-1/+1
* Separate common fan behavior from implementationBill Richardson2013-10-305-472/+117
* lm4: fix enabling RTC alarmRandall Spangler2013-10-302-1/+16
* lm4: Properly identify TM4 chip used on haswell/baytrail systemsRandall Spangler2013-10-301-6/+9
* Start separating LM4 pwm logic from fan logic.Bill Richardson2013-10-305-201/+271
* Remove QEMU testsstabilize-4886.BVic Yang2013-10-294-349/+0
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-285-3/+3
* cleanup: comments in adc modulesRandall Spangler2013-10-254-14/+24
* stm32l: fix ADC all channels conversionVincent Palatin2013-10-251-0/+1
* lm4: Disable ADC module when not in use.Alec Berg2013-10-251-1/+15
* cleanup: comments in i2c modulesRandall Spangler2013-10-252-11/+9
* cleanup: rename I2C_PORT_HOST to I2C_PORT_MASTERRandall Spangler2013-10-252-12/+12
* cleanup: Rename and move header filesRandall Spangler2013-10-237-4/+21
* lpc: No need to scan entire host command I/O space for detectionRandall Spangler2013-10-231-0/+6
* cleanup: Remove obsolete comment in STM32 GPIO moduleRandall Spangler2013-10-221-1/+0
* cleanup: update comments with existing bug numbersRandall Spangler2013-10-222-19/+8
* lm4: Use low speed clock in deep sleep.Alec Berg2013-10-215-8/+245
* i2c: Add common i2cxfer console commandDuncan Laurie2013-10-212-179/+0
* stm32: add stm32l100 variantVincent Palatin2013-10-192-0/+52
* cleanup: Config definesRandall Spangler2013-10-162-5/+5
* lm4: GPIO interrupt handler scans through fewer GPIOsRandall Spangler2013-10-151-2/+4
* lm4: Add a low power idle task.stabilize-4825.BAlec Berg2013-10-158-106/+416
* Enforce a minimum number of clocks between keyboard scansRandall Spangler2013-10-142-1/+15
* rambi: Fix driving keyboard column 2Randall Spangler2013-10-141-0/+8
* rambi: Keyboard output column 2 must be invertedRandall Spangler2013-10-111-17/+16
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-1015-74/+235
* rambi: Control LEDs using PWMRandall Spangler2013-10-084-143/+17
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-072-10/+10
* Cleanup use of config.h macrosBill Richardson2013-10-042-8/+8
* lpc: Clean up processing wake eventsRandall Spangler2013-10-021-3/+18
* lm4: Fix typo in eeprom codeRandall Spangler2013-10-011-2/+2
* Emulator support of fake GPIO inputVic Yang2013-10-011-1/+34
* Rewrite git/gerrit/gerrit-int urls to googlesourceAaron Gable2013-10-011-1/+1
* Create samus board configBill Richardson2013-09-301-1/+13
* Test interface for detaching fake I2C devicesVic Yang2013-09-271-0/+76
* cleanup: Remove unused fan channelsRandall Spangler2013-09-251-8/+9
* rambi: Initial EC firmwareChromeOS Developer2013-09-251-0/+12
* Mock flash erase/write function at physical layerVic Yang2013-09-242-3/+15
* Fix thermal.c compilation if fans are not present.Randall Spangler2013-09-231-1/+1
* lm4: make CONFIG_UART_HOST optionalRandall Spangler2013-09-202-6/+36