summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Factor out common flash code for STM32F and STM32F0Vic Yang2014-10-151-1/+1
* charge_manager: Add module for managing battery charge limitsShawn Nematbakhsh2014-10-152-0/+152
* lightbar: interpreter additions to encode other patternsEric Caruso2014-10-151-42/+158
* lightbar: bring the TAP sequence in graduallyBill Richardson2014-10-151-2/+16
* pd: implement source recovery time after hard resetAlec Berg2014-10-151-0/+8
* pd: implement sink hard reset counterAlec Berg2014-10-151-2/+21
* pd: samus: ryu: add back in Vconn support correctlyAlec Berg2014-10-151-2/+9
* usb: export firmware versionVincent Palatin2014-10-111-0/+7
* pd: Enable alternate mode support for DP.Todd Broch2014-10-111-5/+5
* Revert "pd: samus: ryu: add Vconn support and enable for samus and ryu"Alec Berg2014-10-101-9/+2
* usb_pd: Add port parameter to pd_set_input_current_limitShawn Nematbakhsh2014-10-101-3/+3
* lightbar: Rename structs and macros for kernel cros_ec_commandsEric Caruso2014-10-091-4/+6
* Don't hibernate on low battery if hiberante is not supportedVic Yang2014-10-091-0/+2
* pd: samus: ryu: add Vconn support and enable for samus and ryuAlec Berg2014-10-091-2/+9
* pd: VDM Alternate mode support.Todd Broch2014-10-093-28/+323
* zinger: Remove references to SHA1 hashShawn Nematbakhsh2014-10-091-6/+5
* samus: support sensor at different power state.Sheng-Liang Song2014-10-081-31/+58
* samus: Fixed a bug in host_sensor_id_to_motion_sensorSheng-Liang Song2014-10-081-4/+3
* Remove PULSE and TEST sequences from lightbar moduleVic Yang2014-10-082-96/+0
* ectool: hostcmd support to set fans auto control individuallyMohammed Habibulla2014-10-071-4/+14
* zinger: samus_pd: increment zinger hardware id minor revisionAlec Berg2014-10-071-4/+4
* pd: zinger: move sending info VDM from UFP to DFPAlec Berg2014-10-071-5/+15
* Update Zinger flashing processVincent Palatin2014-10-071-19/+6
* ectool: Add hostcmd support to set fan duty cycle for each fan separatelyMohammed Habibulla2014-10-071-5/+15
* Add back unit test for usb_pd"Vic Yang2014-10-041-26/+0
* lightbar: refactoring RAMP_ONCE and CYCLE_ONCEEric Caruso2014-10-041-40/+31
* ectool: Add host command support to set fan RPM for each fan separatelyMohammed Habibulla2014-10-031-9/+24
* zinger: add hibernate if disconnected for 60sAlec Berg2014-10-031-1/+1
* zinger: check RW firmware signatureVincent Palatin2014-10-021-0/+1
* Remove 'param' option in lightbar console commandVic Yang2014-10-021-69/+0
* lightbar: hide program command over consoleEric Caruso2014-10-011-5/+4
* pd: Translate host command parameters with lookup tablesVic Yang2014-10-011-41/+26
* 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
* ryu: Use brief assertion failure messageVic Yang2014-10-011-0/+9
* 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
* i2c: allow for mulitple i2c busses to utilize automatic unwedgingAlec Berg2014-09-301-4/+16
* add RSA signature verification codeVincent Palatin2014-09-302-0/+215
* Add compiler/decompiler for lightbar bytecode programs.Bill Richardson2014-09-301-28/+6
* charge_state_v2: Send host event if charge state changesDuncan Laurie2014-09-301-0/+3
* Fix floating point usage in lightbar moduleVic Yang2014-09-271-4/+4
* Add demo_tap() function for lightbar demo modeBill Richardson2014-09-262-2/+13
* pd: change pd_soft_reset() to use PD task to send commandAlec Berg2014-09-252-16/+13
* 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
* [common]: Remove accelerator calibration code.Gwendal Grignou2014-09-254-511/+0
* samus: accel: fix calibration bug, only using base sensor dataAlec Berg2014-09-231-1/+1
* Remove floating point usage in lightbar codeVic Yang2014-09-231-84/+96