summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* keyboard: Improve kbpress reliability for automationDoug Anderson2013-12-101-6/+58
* Fix bug in Samus DPTF fan controlBill Richardson2013-12-101-8/+13
* Add lightbar calibration for samusBill Richardson2013-12-071-0/+22
* extract common core codeVincent Palatin2013-12-053-0/+449
* Disable EC jump after RW image startsstabilize-5062.BDaisuke Nojiri2013-12-051-8/+13
* nyan: add support of different battery typesYen Lin2013-12-041-0/+4
* Move battery temp ranges to battery_info structRandall Spangler2013-12-032-8/+14
* Cleanly force battery to mAh mode when reading capacityRandall Spangler2013-12-022-15/+3
* Add battery_get_params()Randall Spangler2013-12-026-123/+156