summaryrefslogtreecommitdiff
path: root/common/lightbar.c
Commit message (Expand)AuthorAgeFilesLines
* ec: Created lightbar params v2Aseda Aboagye2015-03-311-1/+100
* lightbar: clear all segments first before starting konami seqAlec Berg2015-03-061-0/+3
* samus: change tap for battery to not show dimmed last segmentAlec Berg2015-03-061-1/+13
* lightbar: make tap red threshold match low battery thresholdAlec Berg2015-02-251-2/+3
* samus: fix lightbar tap sequence doesn't always show on AC eventAlec Berg2015-02-041-1/+1
* samus: lightbar: Set tap for battery red threshold to match kernelAlec Berg2015-01-211-1/+1
* lightbar: Don't let EC control suspend/resume sequenceEric Caruso2015-01-101-2/+19
* lightbar: Pulse lightbar in S5 if power-up is inhibitedShawn Nematbakhsh2015-01-061-4/+74
* samus: when battery is full, and not in S0, stop chargingAlec Berg2015-01-031-4/+9
* 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