summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Send STOP to clear bus when I2C encounters an error.Bill Richardson2013-06-061-2/+7
* ectool prefers /dev/cros_ec, then falls back to i2c, lpcBill Richardson2013-06-059-212/+412
* Pit stays on HSI instead of using PLL with the same 16MHz frequency.Randall Spangler2013-06-051-4/+11
* Re-enable task profiling on pitRandall Spangler2013-06-051-1/+1
* spring: Guard battery cut-off command with lockVic Yang2013-06-051-3/+19
* Accept a command if it's a full matchVic Yang2013-06-051-0/+6
* Reset TSU6721 on initializationVic Yang2013-06-051-1/+1
* spring: Update device type on video power changeVic Yang2013-06-051-0/+4
* haswell: fix driving of WAKE# pin on power button pressAaron Durbin2013-06-046-5/+75
* Peppy: Add GPIOs for power and battery LEDsDave Parker2013-06-032-0/+11
* Add LED GPIOs for slippy.Dave Parker2013-06-032-0/+6
* Enable flash unit test on emulatorVic Yang2013-06-0315-23/+211
* Print error message before PMU hard resetVic Yang2013-06-031-1/+6
* Make flash_ec capable of writing to an incorrectly-protected STM32Randall Spangler2013-06-031-8/+6
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-0314-117/+143
* Make ectool LED command more genericVic Yang2013-06-033-47/+128
* Add wireless switch control for WWANDuncan Laurie2013-06-0311-17/+69
* slippy/falco: Add back in flash and hiberantion setup codeDuncan Laurie2013-06-032-9/+0
* Extend TSU6721 BCD timer to 3.6 secondsVic Yang2013-05-281-1/+1
* spring: Keep system power on sysjumpVic Yang2013-05-281-3/+6
* spring: Fix a bug that 3.3V output is on after video dongle detachedVic Yang2013-05-281-4/+1
* Support emulator rebootVic Yang2013-05-281-7/+32
* Fix a bug in emulator persistent storageVic Yang2013-05-281-1/+3
* Add assertion support to emulatorVic Yang2013-05-282-0/+21
* Remove breathing LED effect from LP5562 LED driverVic Yang2013-05-281-124/+7
* spring: Prevent showing green LED when we are actually chargingVic Yang2013-05-281-1/+2
* Add ectool command to control LED colorVic Yang2013-05-283-2/+101
* Cache LP5562 LED colorVic Yang2013-05-281-4/+17
* spring: Avoid over-current on the same PWM duty cycleVic Yang2013-05-251-2/+2
* falco / peppy: Fix EC build.Shawn Nematbakhsh2013-05-254-4/+6
* More low-level flash interface cleanupRandall Spangler2013-05-245-49/+51
* Move flash_get_protect() and flash_set_protect() to flash_common.cRandall Spangler2013-05-245-298/+230
* Remove 64-byte workaround from STM32L flash writingRandall Spangler2013-05-242-54/+35
* Create board configuration for peppy bringupDave Parker2013-05-238-2/+395
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-2316-30/+51
* Move flash persistent state to flash_commonRandall Spangler2013-05-237-264/+194
* Clean up option byte register definitions for STM32LRandall Spangler2013-05-232-13/+13
* Support flash write protect on STM32LRandall Spangler2013-05-225-101/+286
* usb: Disable ports on entry to S5Duncan Laurie2013-05-221-1/+1
* haswell: fix RCIN# GPIO settingAaron Durbin2013-05-223-4/+9
* Create board configuration for falco bringupBill Richardson2013-05-2011-11/+402
* Reset charge state machine on charge timeoutVic Yang2013-05-203-0/+31
* Fix a bug in reading TSU6721 interrupt valueVic Yang2013-05-201-2/+2
* Draw more current when lower than 500mAVic Yang2013-05-201-2/+16
* Show power number in 'ectool powerinfo' outputVic Yang2013-05-201-0/+2
* Revert "Monitor video detachment with ADC watchdog"Vic Yang2013-05-201-74/+43
* Bus fault handler doesn't need to be nakedRandall Spangler2013-05-171-1/+0
* Support write protect GPIO on pitRandall Spangler2013-05-173-8/+9
* Fix detecting inconsistent flash stateRandall Spangler2013-05-172-4/+14
* Adjust hooks test timingVic Yang2013-05-171-11/+16