summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Snow: Make i2c slave work in interrupt contextCharlie Mooney2012-08-153-8/+39
* Snow: Switching i2c from polling to InterruptsCharlie Mooney2012-08-143-57/+98
* Include 0xea byte as the last byte in RO/RW imagesRandall Spangler2012-08-142-6/+17
* Handle IRQ from TPS65090, pass AC status to APSimon Que2012-08-148-47/+90
* drop get_default_board usageMike Frysinger2012-08-141-2/+0
* Initialize temperature reading buffer to sane valuesVic Yang2012-08-134-5/+57
* Lucas: Switching i2c slave-mode over to dmaCharlie Mooney2012-08-131-42/+42
* port80: Track and export last post code in previous bootDuncan Laurie2012-08-134-2/+46
* Clean up EC hibernate logicRandall Spangler2012-08-134-26/+45
* Lucas: Switching the i2c transmit code over to dmaCharlie Mooney2012-08-133-59/+143
* Add GEC lock mechanism.Louis Yung-Chieh Lo2012-08-1011-4/+782
* link: update IR3570A settingsVincent Palatin2012-08-091-5/+5
* Add ectool command to read snapshot of EC's console outputRandall Spangler2012-08-094-2/+131
* Tidy shared memory moduleRandall Spangler2012-08-094-37/+64
* stm32: add wakeup from serial port as a debug featureVincent Palatin2012-08-091-0/+38
* Enable PLL only briefly during ADC initRandall Spangler2012-08-094-34/+58
* Clear hibernate data when enabling hibernate module clockRandall Spangler2012-08-091-0/+4
* Don't drive HDA_SDORandall Spangler2012-08-091-1/+5
* stm32f100: implement low power modeVincent Palatin2012-08-098-7/+247
* i2c: stm32: Increase tx timeout in slave mode from 10ms to 100msDoug Anderson2012-08-081-9/+17
* stm32f: Use FLASH_KEYR to lock entire flashVic Yang2012-08-084-60/+110
* Clean up debug outputRandall Spangler2012-08-078-46/+53
* Add real-time clock supportRandall Spangler2012-08-074-12/+215
* Remove signature-based vboot supportRandall Spangler2012-08-0715-581/+6
* Add host events for shutdown due to thermal or batteryRandall Spangler2012-08-074-0/+9
* Fix stack overflow in i2c stack for ECCharlie Mooney2012-08-071-7/+8
* Enhance port 80 loggingRandall Spangler2012-08-073-12/+50
* Hibernate when in G3 for 24 hoursVic Yang2012-08-071-2/+62
* Periodically set power LEDVic Yang2012-08-071-1/+16
* add a function to fast forward system timerVincent Palatin2012-08-065-3/+33
* snow daisy: compute RW firmware hashVincent Palatin2012-08-064-0/+10
* snow: remove debug features to save RAMVincent Palatin2012-08-061-2/+2
* vboot: fix flash offset for hashVincent Palatin2012-08-061-2/+2
* Add TPSChrome comments on charging codeRong Chang2012-08-061-5/+38
* Change link charging profileRong Chang2012-08-061-43/+64
* Fix stm32 i2c timeout debug messageRong Chang2012-08-061-3/+0
* Add x86indebug commandRandall Spangler2012-08-031-0/+27
* Fixing lid power behavior -- shutdowns vs rebootsCharlie Mooney2012-08-031-0/+1
* Revert "Set power LED to green when we are trickle charging nearly full"Vic Yang2012-08-033-30/+28
* Notify kernel when charge_full changesVic Yang2012-08-031-0/+9
* Fix 'reboot' console commandVic Yang2012-08-021-5/+5
* snow: add keypress noise suppressionDavid Hendricks2012-08-011-0/+7
* Add additional host command debug outputRandall Spangler2012-08-011-5/+39
* Snow has write protect pin (PB4) wired to EC.Louis Yung-Chieh Lo2012-08-015-13/+9
* Wait STM I2C stop bit sentRong Chang2012-07-311-1/+26
* Fixing bug: Keyboard locks up after 8s pwr pressCharlie Mooney2012-07-311-1/+1
* Fix setting initial debounced power button stateRandall Spangler2012-07-311-3/+6
* security: Check for integer overflow in VbExMalloc()Bill Richardson2012-07-311-1/+2
* Rename TMP006 sensorsVic Yang2012-07-311-33/+33
* Fix a bug that a line longer than 80 char kills EC consoleVic Yang2012-07-301-1/+1