summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Turn off boost when the battery is nearly fullVic Yang2013-07-152-24/+56
* spring: lower LED brightness to save powerVic Yang2013-07-122-6/+7
* Fix EC_ENTERING_RW not being assertedRandall Spangler2013-07-091-2/+0
* Improve over current detectionVic Yang2013-07-081-3/+25
* spring: Change hibernate delay to 180 secondsVic Yang2013-07-081-1/+1
* Remove fast PWM tweak modeVic Yang2013-07-081-10/+4
* spring: Fix a bug of PWM duty cycle upper boundVic Yang2013-07-081-5/+10
* spring: Update battery LED less frequently when chargingVic Yang2013-07-081-0/+20
* spring: Drop support for VFET2 video poewr outputVic Yang2013-07-083-5/+9
* spring: Re-enable low power idleVic Yang2013-07-081-0/+3
* Fix a bug that power button responds slowlyVic Yang2013-07-081-1/+1
* spring: Hard-limit current draw from ToadVic Yang2013-07-081-1/+9
* Fix a bug that EC hibernates on 'reboot ap-off'Vic Yang2013-07-081-34/+34
* spring: Hibernate after one hour in S5Vic Yang2013-06-294-5/+116
* Extend overcurrent delay to 1200 msVic Yang2013-06-281-1/+1
* spring: Switch ID_MUX back on redetectingVic Yang2013-06-271-0/+2
* spring: Poll CABLE_DET for a secondVic Yang2013-06-261-10/+27
* Notify kernel of USB device change after it stabilizesVic Yang2013-06-251-7/+21
* Improve deferred function callsRandall Spangler2013-06-255-22/+33
* Add support for calling deferred functionsRandall Spangler2013-06-256-11/+190
* spring: Wait 80ms for CABLE_DET to be assertedVic Yang2013-06-221-1/+2
* spring: Check USB device type periodicallyVic Yang2013-06-211-0/+11
* Clear pending interrupt on disabling TSU6721 interruptVic Yang2013-06-211-1/+5
* spring: Avoid I2C transaction in interrupt contextVic Yang2013-06-211-1/+7
* Update USB device type before notifying hostVic Yang2013-06-171-1/+1
* Redetect USB device type on non-standard chargerVic Yang2013-06-171-2/+59
* Revert "Extend TSU6721 BCD timer to 3.6 seconds"Vic Yang2013-06-171-1/+1
* spring: Show green LED when 94% chargedVic Yang2013-06-141-2/+6
* Incorporate CABLE_DET circuit changeVic Yang2013-06-121-21/+81
* spring: update PWM characterization for DVT1Vincent Palatin2013-06-111-12/+15
* Only cache LP5562 status on I2C transaction successVic Yang2013-06-111-3/+5
* Retry when TSU6721 initialization failsVic Yang2013-06-112-25/+44
* stm32: add hibernate support using stm32f100 standby modeVincent Palatin2013-06-113-21/+85
* fix the build on lm4 platformsVincent Palatin2013-06-102-2/+7
* stm32: avoid getting stuck on interrupted AP I2C transferVincent Palatin2013-06-101-0/+16
* Revert "spring: always enable the PP3300_WWAN rail"Vincent Palatin2013-06-092-5/+4
* spring: Guard battery cut-off command with lockVic Yang2013-06-063-19/+75
* Accept a command if it's a full matchVic Yang2013-06-061-0/+6
* Reset TSU6721 on initializationVic Yang2013-06-061-1/+1
* spring: Update device type on video power changeVic Yang2013-06-061-0/+4
* Print error message before PMU hard resetVic Yang2013-06-042-2/+8
* Make ectool LED command more genericVic Yang2013-06-043-66/+144
* Remove breathing LED effect from LP5562 LED driverVic Yang2013-06-031-124/+7
* Add ectool command to control LED colorVic Yang2013-06-033-2/+99
* Cache LP5562 LED colorVic Yang2013-06-021-4/+17
* spring: Prevent showing green LED when we are actually chargingVic Yang2013-06-021-1/+2
* spring: Fix a bug that 3.3V output is on after video dongle detachedVic Yang2013-06-021-4/+1
* spring: Keep system power on sysjumpVic Yang2013-06-021-3/+6
* Extend TSU6721 BCD timer to 3.6 secondsVic Yang2013-06-021-1/+1
* spring: Avoid over-current on the same PWM duty cycleVic Yang2013-05-281-2/+2