summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* rambi: Add acceleration data to LPC shared memoryAlec Berg2014-02-221-8/+45
* rambi: Add motion sense task to track motionAlec Berg2014-02-225-0/+661
* Host command to set fan RPM enables fanRandall Spangler2014-02-211-0/+3
* Optimize memmoveDaisuke Nojiri2014-02-131-8/+36
* Optimize memcpyDaisuke Nojiri2014-02-121-7/+35
* Include battery fuel gauge temp sensor in temperature sensorsRandall Spangler2014-02-081-0/+11
* Samus: Support capsense input as keyboard events.Bill Richardson2014-02-083-2/+91
* Support DPTF charger current limitingRandall Spangler2014-02-082-1/+51
* Fix set2 scancode for volume up media keyChromeOS Developer2014-02-081-2/+1
* Only call button handler if keyboard protocol task definedChromeOS Developer2014-02-071-0/+2
* Add support for extra buttons not on the keyboardChromeOS Developer2014-02-073-1/+130
* 8042: Add interface for handling off-matrix button changesChromeOS Developer2014-02-071-61/+95
* Pit: Add Green LED function in tps65090 charger driverJaehoon Kim2014-02-061-0/+18
* Add configs for battery detect via gpio or custom functionChromeOS Developer2014-02-062-3/+20
* Stop hang detect timer when flags are set to 0Randall Spangler2014-02-051-0/+4
* Config option for using power button with lid closedstabilize-5414.Bstabilize-5412.BChromeOS Developer2014-02-011-1/+7
* Fix watchdog in keyboard scan if key outside mask pressedtest-5394.BRandall Spangler2014-01-291-3/+12
* Check for valid i2c port number on i2c host commandsChromeOS Developer2014-01-281-2/+18
* rambi: Leave 5V rail on in S3 if USB ports are poweredRandall Spangler2014-01-231-0/+13
* rambi: fix led commandJustin Chuang2014-01-141-3/+6
* Add F13 to 8042 keyboard scan matrixDave Parker2014-01-142-3/+3
* thermal: dptf: Don't clear threshold condition on setDuncan Laurie2014-01-101-1/+3
* Convert vboot hash calculation from task to deferred functionRandall Spangler2014-01-093-85/+86
* hook_call_deferred() works before tasks have startedRandall Spangler2014-01-091-1/+6