summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* usb: add USB console driverVincent Palatin2014-07-172-15/+55
* USB Power: Add config option to set default charge modeDave Parker2014-07-171-2/+6
* USB Power: Invert ILIM control line with 'smart simple' chargingDave Parker2014-07-171-3/+3
* Refactor STM32 SPI flash driverVic Yang2014-07-152-0/+842
* pd: support for dual-role portAlec Berg2014-07-141-10/+110
* samus: Add passthru for host commandsRandall Spangler2014-07-141-7/+27
* samus: use real AC_PRESENT signalAlec Berg2014-07-113-75/+2
* samus_pd: fix type-C ports muxingVincent Palatin2014-07-091-1/+1
* pd: ensure we always re-enable source powerVincent Palatin2014-07-081-2/+2
* pd: sink uses VBUS to detect connectionAlec Berg2014-07-081-10/+11
* pd: refactor disconnection detectionVincent Palatin2014-07-081-30/+28
* pd: properly transition when answering GetSourceCapVincent Palatin2014-07-081-1/+4
* flash: Fix bad check for flash_is_erased()Randall Spangler2014-07-081-1/+1
* charger v2: set charger mode when requesting current/voltageAndrew Bresticker2014-07-081-2/+15
* pd: resolve transmission conflicts fasterVincent Palatin2014-07-031-0/+7
* pd: add support for suspending the taskDominic Chen2014-07-021-1/+20
* samus: add retry mechanism for EC to PD host commandsAlec Berg2014-06-282-2/+14
* samus: temporary fix to allow dead battery charging w/o AC PRESENT signalAlec Berg2014-06-271-0/+25
* samus: hack to read AC present state from PDDuncan Laurie2014-06-273-2/+53
* 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