summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* emulator: Keep fail count across sysjumpVic (Chun-Ju) Yang2014-01-081-1/+34
* ite: Add initial support for ITE IT8380 chipVincent Palatin2014-01-081-0/+2
* rename power_state* to charge_state*Louis Yung-Chieh Lo2014-01-073-25/+25
* rambi: Add config option for simplified USB power controlRandall Spangler2014-01-071-6/+6
* Ignore all-now flag if WP GPIO is deassertedVic (Chun-Ju) Yang2014-01-061-11/+0
* nyan: don't touch GPIO setting while init alternate functions.Louis Yung-Chieh Lo2014-01-031-2/+6
* Move pseudo random number generator to commonVic (Chun-Ju) Yang2013-12-271-0/+12
* Move ADC console command to commonVic (Chun-Ju) Yang2013-12-202-0/+58
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-1911-31/+35
* Add AP hang detectionRandall Spangler2013-12-173-0/+239
* cleanup: Fix the last few mixed-case BOARD_ macrosRandall Spangler2013-12-171-6/+6
* Protect inactive EC image from code executionDaisuke Nojiri2013-12-171-16/+37
* Let AP read sensor IDs when DPTF thermal thresholds crossedBill Richardson2013-12-162-5/+23
* Rename mixed-case config constantsRandall Spangler2013-12-164-6/+6
* Implement DPTF thermal thresholdsBill Richardson2013-12-131-1/+101
* Add stubs for DPTF thermal thresholdsBill Richardson2013-12-132-17/+38
* Changed timer module to expire timers on deadline matchAlec Berg2013-12-121-1/+1
* Move ACPI stuff out of chip/lm4 and into commonBill Richardson2013-12-122-1/+133
* nds32: WORKAROUND for toolchain bug on rodataVincent Palatin2013-12-102-4/+5
* Remove unneeded TODO commentVic (Chun-Ju) Yang2013-12-101-5/+0