summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix idle task deep sleep on Samus.Bill Richardson2014-04-041-0/+14
* Add detailed comments about EC_MEMMAP area to ec_commands.hBill Richardson2014-04-041-10/+20
* i8042: add a console command to dump internal state.Louis Yung-Chieh Lo2014-04-041-6/+89
* lm4: Ensure falling edges on outputs to edge-sensitive host inputsRandall Spangler2014-04-041-2/+21
* More info in console messages from charge state v2Bill Richardson2014-04-021-1/+12
* Samus: LIGHTBAR_RESET_L should be open-drain.Bill Richardson2014-04-021-1/+1
* Update some comments to reflect newly-filed bugsBill Richardson2014-04-021-22/+12
* Add OWNERS filesRandall Spangler2014-04-023-1/+11
* Add charge_state_v2 algorithm for use by SamusBill Richardson2014-04-0114-16/+1266
* ectool: "temps all" lists nothing if no sensor connects to EC.Louis Yung-Chieh Lo2014-04-011-1/+7
* big: fixed a LED corner case while almost fullLouis Yung-Chieh Lo2014-04-011-1/+10
* Rambi, Squawks: Clean up old comment on keyboard IRQChromeOS Developer2014-04-012-8/+0
* Squawks: Fix manual control of the power LEDChromeOS Developer2014-04-011-1/+1
* Squawks: Set adapter input current to 1575mAChromeOS Developer2014-04-011-1/+1
* Squawks: Add smart battery temp sensor to temp sensors listChromeOS Developer2014-04-012-0/+6
* Squawks: Enable low-power idleChromeOS Developer2014-04-011-0/+1
* Fix EC_PWROK pin for Squawks evt boardhenryhsu2014-04-011-1/+1
* Squawks: Enable USB power in S3 if USB ports enabled at suspendChromeOS Developer2014-04-011-0/+1
* Squawks: Default enable WLAN antenna and power in suspendChromeOS Developer2014-04-011-0/+2
* Add TAGS and cscope.* to .gitignoreBill Richardson2014-03-311-1/+2
* Add pwm support while in low-power idlestabilize-5712.8.BHenry Hsu2014-03-292-1/+12
* stm32: add support for stateful CRC-32Vincent Palatin2014-03-294-0/+154
* Add driver for TI BQ24773 chargerVincent Palatin2014-03-294-0/+227
* Initialize extpower module prior to modules with default priorityChromeOS Developer2014-03-292-1/+3
* Charge State: Update memory-mapped AC status in the hook handlerChromeOS Developer2014-03-291-6/+28
* Debounce external power change eventsChromeOS Developer2014-03-292-11/+24
* Add charger_get_params() function to query charger state.Bill Richardson2014-03-283-8/+48
* Add more fields and error flags to struct batt_paramsBill Richardson2014-03-285-40/+77
* compile charger driver independently of the charger taskVincent Palatin2014-03-271-10/+0
* stm32: new I2C driver for STM32F0xx familyVincent Palatin2014-03-273-3/+289
* Make battery_is_present() tristate: YES, NO, NOT_SUREBill Richardson2014-03-274-9/+18
* Add a few more error messages to the EC consoleBill Richardson2014-03-271-8/+20
* rambi: glimmer: Disable key scanning in suspend when lid is openAlec Berg2014-03-2711-19/+180
* accel: added mutex to protect critical code in kxcj9 accel driverAlec Berg2014-03-272-40/+143
* accel: Add disable and re-enable accel around critical register writesAlec Berg2014-03-271-24/+138
* accel: clapper: glimmer: Add support for accelerometer interrupt.stabilize-5696.BAlec Berg2014-03-267-9/+184
* accel: glimmer: Fixed sign of accel z-axisAlec Berg2014-03-261-1/+1
* lm4: Use a special task event for ADC conversionsChromeOS Developer2014-03-262-6/+19
* lm4: Update i2c handler to use task_wait_event_maskChromeOS Developer2014-03-261-25/+1
* cortex-m: Add task_wait_event_mask() helper functionChromeOS Developer2014-03-262-1/+49
* cortex-m: Add debug config option for disabling buffered writesChromeOS Developer2014-03-262-0/+19
* test: fix scratchpad testing on targetVincent Palatin2014-03-261-2/+2
* 8042: Add typematic support for non-matrixed buttonsChromeOS Developer2014-03-251-17/+59
* rambi: EC take control on charger to make sure charge batteryKein Yuan2014-03-251-0/+24
* stm32: add more register definitionsVincent Palatin2014-03-231-4/+220
* Add a charger boardVincent Palatin2014-03-236-0/+343
* Blaze: Configure board to use CHARGER_V1stabilize-5680.BChromeOS Developer2014-03-221-0/+1
* Add initial blaze supportNeil Chen2014-03-226-1/+518
* stm32: add STM32F03x configurationVincent Palatin2014-03-223-0/+47
* make the common runtime optionalVincent Palatin2014-03-2211-10/+49