summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add host command to set battery vendor parametersstabilize-zako-5712.88.Bstabilize-5712.89.Bstabilize-5712.61.Bstabilize-5712.49.Brelease-R35-5712.BDave Parker2014-04-305-0/+179
* 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
* samus: enable config option for low power idleAlec Berg2014-03-212-0/+10
* rambi: change EC accel sampling rate and default sensor output data rate.Alec Berg2014-03-202-4/+26
* stm32: implement ADC support for STM32F0xxVincent Palatin2014-03-203-5/+277
* stm32: add analog GPIO configurationVincent Palatin2014-03-203-1/+12
* Create stub files for charge_state_v2.cBill Richardson2014-03-205-79/+160
* Rename charge_state.[ch] to charge_state_v1.[ch]Bill Richardson2014-03-2015-151/+198
* Remove conditional declaration of charge_want_shutdown()Bill Richardson2014-03-201-4/+0
* baytrail: Increase time after all voltages good to 15 msRandall Spangler2014-03-181-3/+3
* it8380dev: fix firmware can't startup (re-generate)Dino Li2014-03-183-4/+15
* Big: Add ectool discharge command.cloud_lin2014-03-183-0/+30
* stm32: add 32-bit timer supportstabilize-5656.BVincent Palatin2014-03-143-1/+172
* cleanup: remove the conflict I2C2/GPIO config in nyan/big.Louis Yung-Chieh Lo2014-03-135-11/+0
* Measure speed gain in utils test only on deviceVic Yang2014-03-131-2/+17
* Big: implement the power and battery LED behaviortest-5619.Bgit-cloud_lin.compal.com2014-03-115-8/+178
* stm32: flush write buffer before start DMA transfer.Louis Yung-Chieh Lo2014-03-111-0/+3
* discard unused functions at link timeVincent Palatin2014-03-114-64/+65
* properly define __packed when using itVincent Palatin2014-03-111-0/+2
* add support for FruitPie boardVincent Palatin2014-03-114-0/+128
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-1114-17/+608