summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* battery: don't talk to battery after cut-offLouis Yung-Chieh Lo2014-04-253-4/+51
* charger v2: only configure charger when AC is on.Louis Yung-Chieh Lo2014-04-251-10/+15
* battery: move cut-off commands to common/battery.cLouis Yung-Chieh Lo2014-04-231-0/+20
* charger v2: supports charger watchdogLouis Yung-Chieh Lo2014-04-231-15/+31
* nyan: add info_precharge for drained batteryLouis Yung-Chieh Lo2014-04-221-3/+9
* Fixed the stack overflow bug in 'battery' console command.Louis Yung-Chieh Lo2014-04-224-15/+54
* USB Power Delivery core codeVincent Palatin2014-04-123-0/+820
* Refactored keyboard scan enable flag to allow for multiple disable reasonsAlec Berg2014-04-113-52/+54
* Stop charge_state_v2 from spewing problems with no battery.Bill Richardson2014-04-111-9/+29
* Increase test coverage of charge_state_v2.cBill Richardson2014-04-111-1/+4
* Move common charge_state time constants to a common headerBill Richardson2014-04-112-36/+27
* accel: Add host cmd for setting lid angle threshold for disabling keyboard wakeAlec Berg2014-04-112-4/+118
* Small bugfix in low-battery notification (charge_state_v2.c)Bill Richardson2014-04-091-1/+1
* DPTF: Don't restore charging current limit on resumeDave Parker2014-04-081-18/+3
* accel: refined motion sense host command interfaceAlec Berg2014-04-051-10/+37
* accel: changed motion sense host command to be more permissive with data argsAlec Berg2014-04-051-9/+9
* accel: add host command to modify accel params and add ectool commandAlec Berg2014-04-051-11/+165
* Add host command to control charge state v2Bill Richardson2014-04-052-21/+108
* Samus: Workaround for flaky battery temp readingBill Richardson2014-04-051-0/+13
* Retry 8042 keyboard interrupts if host isn't respondingRandall Spangler2014-04-051-2/+26
* i8042: add a console command to dump internal state.Louis Yung-Chieh Lo2014-04-041-6/+89
* More info in console messages from charge state v2Bill Richardson2014-04-021-1/+12
* Update some comments to reflect newly-filed bugsBill Richardson2014-04-021-22/+12
* Add charge_state_v2 algorithm for use by SamusBill Richardson2014-04-011-11/+706
* Initialize extpower module prior to modules with default priorityChromeOS Developer2014-03-291-1/+1
* Charge State: Update memory-mapped AC status in the hook handlerChromeOS Developer2014-03-291-6/+28
* Debounce external power change eventsChromeOS Developer2014-03-291-3/+16
* Add charger_get_params() function to query charger state.Bill Richardson2014-03-281-0/+20
* Add more fields and error flags to struct batt_paramsBill Richardson2014-03-282-4/+4
* Make battery_is_present() tristate: YES, NO, NOT_SUREBill Richardson2014-03-272-3/+4
* 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-275-16/+137
* accel: clapper: glimmer: Add support for accelerometer interrupt.stabilize-5696.BAlec Berg2014-03-262-0/+19
* accel: glimmer: Fixed sign of accel z-axisAlec Berg2014-03-261-1/+1
* 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
* make the common runtime optionalVincent Palatin2014-03-221-4/+6
* rambi: change EC accel sampling rate and default sensor output data rate.Alec Berg2014-03-201-2/+24
* Create stub files for charge_state_v2.cBill Richardson2014-03-202-0/+67
* Rename charge_state.[ch] to charge_state_v1.[ch]Bill Richardson2014-03-202-1/+2
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* i2c: add wedge commandHung-ying Tyan2014-03-062-0/+344
* Move CLZ emulation to common codeVincent Palatin2014-03-062-0/+43
* cleanup: Combined i2c unwedge code into one common functionAlec Berg2014-03-061-0/+215
* Optimize memsetDaisuke Nojiri2014-03-011-7/+30
* Add arbitrary-length read support to i2cxferRandall Spangler2014-03-011-68/+55
* rambi: Changed accel i2c speed to 400kHz and added accels present bitAlec Berg2014-03-011-1/+4
* rambi: Rotate accelerometer data into standard reference frameAlec Berg2014-03-012-52/+189
* Add 'lightbar version' console command.Bill Richardson2014-02-261-5/+14
* Allow AP to set wireless power state in suspendRandall Spangler2014-02-221-4/+119