summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fake I2C device support for emulatorVic Yang2013-09-171-0/+42
* stm32: Use DMA for UART receiveRandall Spangler2013-09-162-6/+49
* Simplify uart_tx_start()Randall Spangler2013-09-142-10/+8
* stm32: Support DMA-based UART outputRandall Spangler2013-09-113-8/+62
* Split uart_process() into input and output processingRandall Spangler2013-09-113-4/+9
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-114-9/+18
* Initalize DMA before UARTRandall Spangler2013-09-102-2/+4
* Introducing MPU module for Cortex-M3Daisuke Nojiri2013-09-051-0/+1
* Add BQ27541 battery driverVic Yang2013-09-052-1/+35
* STM32L ADC driverVic Yang2013-09-055-4/+280
* Flush test coverage information before rebooting emulatorVic Yang2013-09-041-0/+2
* Fix a bug that GPIO cannot be set as input on stm32lVic Yang2013-09-044-10/+10
* pit: i2c: try unwedging the bus when i2c_xfer fails at sending STARTHung-ying Tyan2013-08-291-36/+164
* i2c: stm32l: Don't do i2c transactions during freq changesDoug Anderson2013-08-291-1/+23
* stm32l: Add a "PRE_FREQ_CHANGE" hook to allow other code to prepareDoug Anderson2013-08-291-0/+3
* stm32l: Wait for stop condition to complete after i2c transferRandall Spangler2013-08-272-4/+22
* pit: i2c: dump after ADDR bit is cleared instead of beforeHung-ying Tyan2013-08-271-1/+2
* Refactor PWM moduleVic Yang2013-08-2711-209/+368
* Completely new thermal/fan implementationBill Richardson2013-08-234-100/+191
* Lock BOOTCFG to safe values for all LM4sBill Richardson2013-08-213-6/+16
* Add test for console command historyVic Yang2013-08-181-0/+33
* Add fan power enable GPIO for PeppyDave Parker2013-08-131-0/+4
* Remove board 'wolf' from master/ToT branch.stabilize-falco-4537.91.Bstabilize-4537.147.Bstabilize-4537.118.Brelease-R30-4537.BDave Parker2013-08-121-6/+2
* pit: If flash registers are disabled all blocks are protectedRandall Spangler2013-08-081-0/+7
* Use macros for C <-> K conversionsBill Richardson2013-08-073-3/+4