summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfactory-2569.BBrian Norris2021-09-101-0/+1
* charger: Add delay in tasker task to avoid lockupSimon Glass2012-07-131-0/+3
* Add a test of charging state machineVic Yang2012-07-086-1/+322
* Lower I2C frequency to meet specVic Yang2012-07-081-2/+1
* Add new event for host interface readyRandall Spangler2012-07-074-6/+30
* Increase UART output buffer size on LM4Randall Spangler2012-07-072-12/+26
* snow/daisy: enable lid openDavid Hendricks2012-07-072-2/+6
* gaia: add lid switch functionality to power statesDavid Hendricks2012-07-071-8/+40
* Preserve PWM module state across system jumpVic Yang2012-07-071-13/+59
* Support host event get/set/clear on all host interfacesRandall Spangler2012-07-078-47/+96
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-0712-72/+165
* i2c: Display reason for each timeoutSimon Glass2012-07-051-13/+31
* snow: Add pmu command to print out pmu registersSimon Glass2012-07-052-0/+54
* i2c: Add delay after bus release, print an error on failureSimon Glass2012-07-051-1/+6
* snow: Enable I2C bus arbitration on host portSimon Glass2012-07-051-0/+1
* Enable help debug features on all boardsSimon Glass2012-07-044-0/+17
* CHERRY-PICK: stm32: de-activate all flash accesses for pstateRong Chang2012-07-031-1/+6
* Initialize PMU default settings using board configurationRong Chang2012-07-035-18/+86
* x86power module must init before power button moduleRandall Spangler2012-07-032-3/+2
* Fix flash_dataptr() to support flash at zeroSimon Glass2012-07-032-18/+20
* Add host_command_process() to process a command immediatelySimon Glass2012-07-032-11/+33
* Lower PECI baud rate and increase poll frequencyVic Yang2012-07-032-18/+49
* Remove hardcoded size in temp_sensor_command_get_info()Vic Yang2012-07-031-1/+1
* Prevent strzcpy access out-of-boundVic Yang2012-07-031-0/+2
* gpio: Add fast access to GPIO levelSimon Glass2012-07-022-0/+19
* flash: Provide direct flash access with flash_dataptr()Simon Glass2012-07-023-20/+60
* stm32: Use a timer as the watchdog warningSimon Glass2012-07-025-57/+155
* Add a repeat count parameter to the battery commandSimon Glass2012-07-021-42/+66
* stm32: Fix up SPI driver to use host_command interfaceSimon Glass2012-07-021-18/+16
* snow: Implement I2C arbitrationSimon Glass2012-07-022-8/+71
* stm32: force update generation during timer setupDavid Hendricks2012-07-021-2/+2
* Retry to update power led after 1wire errorRong Chang2012-07-021-3/+10
* stm32: increase CONFIG_FW_IMAGE_SIZE to 64KBDavid Hendricks2012-07-022-2/+2
* stm32: i2c: Simplify host_send_response()Simon Glass2012-07-021-24/+11
* Remove unnecessary host_send_result()Simon Glass2012-07-025-35/+22
* Add a function to check no specific message comes from ECVic Yang2012-07-025-49/+26
* Make 'typematic' test more robustVic Yang2012-07-021-10/+14
* Daisy/Snow: Drive power LED with PWMDavid Hendricks2012-07-026-60/+186
* cpu: Enable reporting of faultsSimon Glass2012-07-022-0/+8
* dma: Add dma_dump() and rename debug config to CONFIG_DMA_HELPSimon Glass2012-07-022-3/+29
* dma: Add dma_bytes_done() to return bytes completed in a dma channelSimon Glass2012-07-022-0/+20
* Fix compilation error of unit testsVic Yang2012-07-0210-0/+10
* Fix multiple charging issues on snowRong Chang2012-07-015-20/+92
* stm32: switch 32-bit timer to use TIM3/4David Hendricks2012-06-291-42/+42
* Remove unneeded include from ec_commands.hRandall Spangler2012-06-291-2/+0
* Tidy ec command header file. Whitespace/comment changes only.Randall Spangler2012-06-291-56/+127
* Remove flash checksum host commandRandall Spangler2012-06-292-70/+10
* Tidy util headers and make ec_commands.h not include other headersRandall Spangler2012-06-297-12/+2
* Implement board-level I2C arbitrationSimon Glass2012-06-292-0/+55
* Change ec_command() to return negative values for errorsRandall Spangler2012-06-296-101/+129