summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* move stringify macro to common includestabilize-5899.BVincent Palatin2014-05-271-0/+9
* Add cprints() and ccprints()Vic Yang2014-05-211-0/+12
* zinger: add support to flash RW firmwareVincent Palatin2014-05-171-0/+39
* Add SHA-1 hashVincent Palatin2014-05-172-0/+34
* Add "debug" option to charge_state_v2.cBill Richardson2014-05-152-0/+8
* Add standalone lightbar simulation toolBill Richardson2014-05-151-0/+1
* Put the lightbar IC controls and pattern logic into separate filesBill Richardson2014-05-151-0/+38
* Add GET_RGB, GET_BRIGHTNESS, and GET_DEMO subcommands to lightbarBill Richardson2014-05-151-13/+26
* fruitpie: disable battery charging chip ILIM pinAlec Berg2014-05-141-0/+7
* Adding waiting function when battery boot-upWonjoon Lee2014-05-071-0/+7
* CHROMIUM: ec: Add Port 80 history access from ectoolsWenkai Du2014-05-071-0/+32
* zinger: implement fault protectionVincent Palatin2014-05-051-1/+2
* pd: more robust receptionVincent Palatin2014-05-021-0/+7
* baytrail: Workaround for stuck boot processRandall Spangler2014-04-302-0/+17
* pd: handle plug polarityVincent Palatin2014-04-301-3/+8
* pd: update policy, timeout and board callbacksVincent Palatin2014-04-301-7/+14
* Added v1 version of ectool gpioget supporting more functionsstabilize-5807.0.BMohammed Habibulla2014-04-291-0/+33
* stm32: pd: add config option to use SPI master for USB PD trasmitAlec Berg2014-04-291-0/+3
* Rename battery_vendor_params() to battery_override_params()Dave Parker2014-04-292-10/+13
* Add host command to set battery vendor parametersDave Parker2014-04-293-0/+56
* battery: don't talk to battery after cut-offLouis Yung-Chieh Lo2014-04-251-0/+5
* battery: move cut-off commands to common/battery.cstabilize-5791.0.BLouis Yung-Chieh Lo2014-04-232-0/+15
* Fixed the stack overflow bug in 'battery' console command.stabilize-5784.0.BLouis Yung-Chieh Lo2014-04-211-0/+7
* cortex-m: store FPU regs on context switchAlec Berg2014-04-181-0/+9
* FruitPie board configurationVincent Palatin2014-04-121-0/+1
* USB Power Delivery core codeVincent Palatin2014-04-122-0/+266
* Refactored keyboard scan enable flag to allow for multiple disable reasonsAlec Berg2014-04-111-8/+15
* Move common charge_state time constants to a common headerBill Richardson2014-04-112-8/+15
* accel: Add host cmd for setting lid angle threshold for disabling keyboard wakeAlec Berg2014-04-114-11/+28
* accel: refined motion sense host command interfaceAlec Berg2014-04-051-11/+49
* accel: add host command to modify accel params and add ectool commandAlec Berg2014-04-052-4/+172
* Add host command to control charge state v2Bill Richardson2014-04-052-5/+79
* Add detailed comments about EC_MEMMAP area to ec_commands.hBill Richardson2014-04-041-10/+20
* Add charge_state_v2 algorithm for use by SamusBill Richardson2014-04-012-0/+43
* Add pwm support while in low-power idlestabilize-5712.8.BHenry Hsu2014-03-291-0/+3
* stm32: add support for stateful CRC-32Vincent Palatin2014-03-291-0/+9
* Add driver for TI BQ24773 chargerVincent Palatin2014-03-291-0/+1
* Initialize extpower module prior to modules with default priorityChromeOS Developer2014-03-291-0/+2
* Add charger_get_params() function to query charger state.Bill Richardson2014-03-281-7/+27
* Add more fields and error flags to struct batt_paramsBill Richardson2014-03-281-14/+28
* compile charger driver independently of the charger taskVincent Palatin2014-03-271-10/+0
* Make battery_is_present() tristate: YES, NO, NOT_SUREBill Richardson2014-03-271-4/+6
* rambi: glimmer: Disable key scanning in suspend when lid is openAlec Berg2014-03-275-0/+40
* accel: clapper: glimmer: Add support for accelerometer interrupt.stabilize-5696.BAlec Berg2014-03-263-1/+20
* lm4: Use a special task event for ADC conversionsChromeOS Developer2014-03-261-1/+3
* cortex-m: Add task_wait_event_mask() helper functionChromeOS Developer2014-03-261-1/+20
* cortex-m: Add debug config option for disabling buffered writesChromeOS Developer2014-03-261-0/+9
* make the common runtime optionalVincent Palatin2014-03-223-0/+22
* stm32: implement ADC support for STM32F0xxVincent Palatin2014-03-201-0/+11
* Create stub files for charge_state_v2.cBill Richardson2014-03-203-79/+93