summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* stm32: add USB driverVincent Palatin2014-06-181-0/+1
* i2c: remove (lack of) 10-bit support in i2c passthruRandall Spangler2014-06-171-7/+0
* Add 'at-shutdown' option to batterycutoff host commandDave Parker2014-06-151-17/+81
* flash: add config option to exclude building console commands by defaultDominic Chen2014-06-121-0/+2
* util: move console command argument parsing to util.cDominic Chen2014-06-112-32/+35
* pd: increase delay after receiving good CRC to avoid starting new packetAlec Berg2014-06-111-1/+1
* samus: Allow samus to charge w/o battery or with dead batterystabilize-5942.BAlec Berg2014-06-094-1/+65
* Add display-battery-level function to lightbarBill Richardson2014-06-071-51/+186
* samus: allow charging of dead battery requesting nilAlec Berg2014-06-071-0/+15
* samus: Add EC <-> PD i2c interface using host commandsAlec Berg2014-06-053-0/+196
* Add CONFIG_BRINGUP option to help debug signals for bringupBill Richardson2014-06-052-0/+9
* Make Ctrl-S and Ctrl-Q match the rest of the worldBill Richardson2014-06-041-4/+4
* samus: move als sampling from hooks to its own taskAlec Berg2014-06-041-13/+9
* pd: detect sink disconnectionVincent Palatin2014-06-031-0/+10
* pd: handle Soft ResetVincent Palatin2014-06-031-1/+7
* pd: support bist carrier mode 2Alec Berg2014-06-031-5/+110
* pd: set BMC bitVincent Palatin2014-06-031-1/+5
* pd: when PD sink request is rejected go back to discovery stateAlec Berg2014-05-231-2/+3
* pd: detect source disconnectionAlec Berg2014-05-231-0/+10
* samus_pd: add interrupt to detect VBUS transitions quicklyAlec Berg2014-05-231-0/+1
* samus_pd: when sinking power detect loss of VBUS and disconnectAlec Berg2014-05-211-0/+8
* Add cprints() and ccprints()Vic Yang2014-05-2137-247/+268
* pd: revert slow traces in PD codeVincent Palatin2014-05-211-18/+16
* reduced the charge v2 debug message sizeLouis Yung-Chieh Lo2014-05-201-23/+27
* zinger: add support to flash RW firmwareVincent Palatin2014-05-171-2/+17
* Add SHA-1 hashVincent Palatin2014-05-172-0/+175
* Add "debug" option to charge_state_v2.cBill Richardson2014-05-153-10/+32
* Add standalone lightbar simulation toolBill Richardson2014-05-151-3/+11
* Put the lightbar IC controls and pattern logic into separate filesBill Richardson2014-05-153-284/+278
* 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
* samus: add PD MCU boardAlec Berg2014-05-141-4/+4
* CHROMIUM: ec: Add Port 80 history access from ectoolsWenkai Du2014-05-071-2/+38
* cleanup: add square brackets to make test parser easierLouis Yung-Chieh Lo2014-05-078-24/+27
* zinger: implement fault protectionVincent Palatin2014-05-051-2/+11
* pd: more robust receptionVincent Palatin2014-05-021-5/+2
* pd: better sink transitionsVincent Palatin2014-05-021-13/+42
* baytrail: Workaround for stuck boot processRandall Spangler2014-04-301-12/+31
* pd: handle plug polarityVincent Palatin2014-04-301-6/+8
* pd: update policy, timeout and board callbacksVincent Palatin2014-04-301-11/+21
* Added v1 version of ectool gpioget supporting more functionsstabilize-5807.0.BMohammed Habibulla2014-04-291-9/+46
* Rename battery_vendor_params() to battery_override_params()Dave Parker2014-04-291-2/+2
* Add host command to set battery vendor parametersDave Parker2014-04-291-0/+66
* battery: don't talk to battery after cut-offLouis Yung-Chieh Lo2014-04-253-4/+51
* charger v2: only configure charger when AC is on.Louis Yung-Chieh Lo2014-04-241-10/+15
* battery: move cut-off commands to common/battery.cstabilize-5791.0.BLouis Yung-Chieh Lo2014-04-231-0/+20
* charger v2: supports charger watchdogLouis Yung-Chieh Lo2014-04-231-15/+31
* accel: add accel driver for lsm6ds0Alec Berg2014-04-231-0/+162
* nyan: add info_precharge for drained batteryLouis Yung-Chieh Lo2014-04-221-3/+9
* Fixed the stack overflow bug in 'battery' console command.stabilize-5784.0.BLouis Yung-Chieh Lo2014-04-214-15/+54