summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add CONFIG_BOARD_VERSION flag for boards which have version strapping.Shawn Nematbakhsh2013-07-095-1/+5
* Fix uninitialized constant in util/comm-dev.cBill Richardson2013-07-091-1/+1
* Implement battery cut-off host command for Peppy.Dave Parker2013-07-091-0/+12
* Keyboard backlight control should hook lid switch itselfRandall Spangler2013-07-092-5/+7
* snow: Snow is the exception for power LED settingsRandall Spangler2013-07-081-14/+14
* stm32l: Fix flash_is_erased() detectionRandall Spangler2013-07-083-9/+16
* stm32: Clean up JTAG registersChromeOS Developer2013-07-083-6/+30
* pit: Align spi protocol buffers on 32-bit boundaryRandall Spangler2013-07-081-7/+11
* Extend overcurrent delay to 1200 msVic Yang2013-07-081-1/+1
* spring: Switch ID_MUX back on redetectingVic Yang2013-07-081-0/+2
* spring: Poll CABLE_DET for a secondVic Yang2013-07-081-10/+27
* Notify kernel of USB device change after it stabilizesVic Yang2013-07-081-7/+21
* Rename files in common/ to be more consistentRandall Spangler2013-07-0815-20/+14
* haswell: Enable LTE module in S0Dave Parker2013-07-031-0/+8
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-038-142/+158
* charger: add support for TI BQ24715Aaron Durbin2013-07-033-0/+324
* lm4: onewire: abstract out bank and pinAaron Durbin2013-07-032-7/+11
* ec: puppy: add support to flash ecJimmy Zhang2013-07-031-1/+1
* ec: Add Puppy support to generic/common filesYen Lin2013-07-034-6/+7
* Use EC_CMD_READ_MEMMAP on platforms without mapped memory.Bill Richardson2013-07-031-6/+21
* Retry ectool commands that return EC_RES_IN_PROGRESSBill Richardson2013-07-031-4/+10
* ectool: Correct the empty console checkSimon Glass2013-07-021-2/+3
* haswell: fix RCIN_L leakageAaron Durbin2013-07-024-15/+22
* ec: Add puppy supportYen Lin2013-07-024-0/+328
* Falco, Peppy: Set LED to indicate battery charged when near fullDave Parker2013-07-022-10/+11
* Add get-protocol-information commandRandall Spangler2013-07-024-12/+118
* stm32: Clean up watchdog registersRandall Spangler2013-07-022-16/+21
* Add new hcdebug modes to skip printing duplicate host commandsRandall Spangler2013-07-021-13/+69
* Allow bigger flash write commandsRandall Spangler2013-07-017-22/+141
* Comm interface now provides max I/O sizes and preallocated buffersRandall Spangler2013-07-018-42/+76
* Add common interface to EC flash commandsRandall Spangler2013-07-015-72/+184
* EC_CMD_GET_BUILD_INFO only appends a single terminating nullRandall Spangler2013-07-011-7/+2
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-0128-34/+34
* Split file read/write functions out of ectool.cRandall Spangler2013-06-284-81/+125
* ectool command to print panic dataVic Yang2013-06-271-0/+67
* stm32: Clean up DMA register usageRandall Spangler2013-06-276-209/+201
* stm32: Clean up SPI register usageRandall Spangler2013-06-272-30/+22
* stm32: Clean up register constants for uart moduleRandall Spangler2013-06-272-23/+35
* link: fix sysjump rwRandall Spangler2013-06-262-6/+2
* Rename LPC packet size constant for version 3 protocolRandall Spangler2013-06-263-5/+5
* Clean up DMA module and interface.Randall Spangler2013-06-264-210/+178
* pit: Clean up timer init codeRandall Spangler2013-06-265-31/+56
* pit: Drop EC clock speed to 1 MHz MSI when AP is in S3/S5Randall Spangler2013-06-263-85/+153
* pit: Support changing EC clock frequencyRandall Spangler2013-06-2510-71/+196
* keyboard: Preserve keystroke enable state.stabilize-daisy-4319.96.Brelease-R29-4319.BShawn Nematbakhsh2013-06-241-2/+5
* peppy: Set GPIO_WP to active low.Shawn Nematbakhsh2013-06-242-3/+2
* Power and battery LED control for Peppy.Dave Parker2013-06-243-0/+99
* pit: Fix watchdog help for STM32LRandall Spangler2013-06-246-34/+86
* Add charger/battery support for PeppyDave Parker2013-06-244-4/+69
* spring: Wait 80ms for CABLE_DET to be assertedVic Yang2013-06-221-1/+2