summaryrefslogtreecommitdiff
path: root/common/lightbar.c
Commit message (Expand)AuthorAgeFilesLines
* lightbar: ask the PD MCU for the charge directionBill Richardson2014-12-111-5/+15
* lightbar: tap sequence can go in either directionBill Richardson2014-11-261-4/+22
* Clean up lightbar sequencing a bitBill Richardson2014-11-261-20/+39
* Improve EC console messages for lightbar stuffBill Richardson2014-11-211-12/+14
* Re-Calibrated lightbar values for Samus & RyuBill Richardson2014-11-061-4/+4
* Calibrated lightbar values for Samus & RyuBill Richardson2014-10-221-4/+11
* lightbar: interpreter additions to encode other patternsEric Caruso2014-10-151-42/+158
* lightbar: bring the TAP sequence in graduallyBill Richardson2014-10-151-2/+16
* lightbar: Rename structs and macros for kernel cros_ec_commandsEric Caruso2014-10-091-4/+6
* Remove PULSE and TEST sequences from lightbar moduleVic Yang2014-10-081-70/+0
* lightbar: refactoring RAMP_ONCE and CYCLE_ONCEEric Caruso2014-10-041-40/+31
* Remove 'param' option in lightbar console commandVic Yang2014-10-021-69/+0
* lightbar: hide program command over consoleEric Caruso2014-10-011-5/+4
* lightbar: Removing unused space in ramp tableEric Caruso2014-10-011-1/+1
* lightbar: simplify JUMP, SET_DELAY_TIME opcode executionEric Caruso2014-10-011-12/+2
* lightbar: treat HALT like a normal opcodeEric Caruso2014-10-011-7/+11
* lightbar: remove erroneous multiplications by FP_SCALEEric Caruso2014-09-301-2/+2
* lightbar: shrink size of sine table for rampingEric Caruso2014-09-301-28/+19
* Add compiler/decompiler for lightbar bytecode programs.Bill Richardson2014-09-301-28/+6
* Fix floating point usage in lightbar moduleVic Yang2014-09-271-4/+4
* Add demo_tap() function for lightbar demo modeBill Richardson2014-09-261-2/+10
* lightbar: add seq type PROGRAM for user-programmable sequencesEric Caruso2014-09-251-0/+374
* lightbar: show google colors in S0 (red for low battery)Bill Richardson2014-09-251-0/+54
* Remove floating point usage in lightbar codeVic Yang2014-09-231-84/+96
* lightbar: Enable tap-for-battery even in G3Bill Richardson2014-08-221-6/+14
* lightbar: correctly revert to the S0/S3/S5 patternsBill Richardson2014-08-201-25/+45
* Add display-battery-level function to lightbarBill Richardson2014-06-071-51/+186
* Add cprints() and ccprints()Vic Yang2014-05-211-18/+18
* Add standalone lightbar simulation toolBill Richardson2014-05-151-3/+11
* Put the lightbar IC controls and pattern logic into separate filesBill Richardson2014-05-151-283/+7
* Add GET_RGB, GET_BRIGHTNESS, and GET_DEMO subcommands to lightbarBill Richardson2014-05-151-53/+106
* Rearrange lightbar.c to separate IC control from pattern logicBill Richardson2014-05-151-185/+186
* Add 'lightbar version' console command.Bill Richardson2014-02-261-5/+14
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-5/+5
* cleanup: Fix the last few mixed-case BOARD_ macrosRandall Spangler2013-12-171-6/+6
* Add lightbar calibration for samusBill Richardson2013-12-071-0/+22
* cleanup: Battery header files and filenamesRandall Spangler2013-10-071-1/+0
* Add LIGHTBAR_CMD_VERSION command to detect lightbar features.stabilize-4636.BBill Richardson2013-08-301-0/+13
* Refactor PWM moduleVic Yang2013-08-271-2/+2
* Split pwm.c into pwm_fan.c and pwm_kblight.cBill Richardson2013-04-261-2/+2
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-1/+1
* Increase EC low-battery threshold to 14% to match kernelBill Richardson2013-04-231-1/+1
* Add AP userspace scripts to tweak lightbar colorsBill Richardson2012-12-201-3/+3
* Switch PWM to use HOOK_SECOND instead of its own taskRandall Spangler2012-10-301-2/+2
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-8/+3
* Rename POWERSTATE task to CHARGERRandall Spangler2012-10-291-1/+1
* Hook functions no longer return valuesRandall Spangler2012-10-231-11/+5
* Make S3 red-light flash adjustable.Bill Richardson2012-10-171-4/+6
* Finally final lightbar tweaks. Really. I think...Bill Richardson2012-10-161-17/+37
* Fix lightbar bug, add more tweaks.Bill Richardson2012-10-151-10/+42