summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* samus: ryu: fix charge state machine init of input currentstabilize-6146.BAlec Berg2014-08-125-16/+37
* firefly: default to requesting 20VAlec Berg2014-08-121-1/+1
* pd: modify PD to allow sending VDMs anytimeAlec Berg2014-08-113-68/+126
* pd: stop sending source cap after fixed number of attemptsAlec Berg2014-08-111-7/+15
* veyron: Porting to the new EC(STM32F071)Alexandru M Stan2014-08-114-18/+37
* Revert "Add unit test for usb_pd"Alec Berg2014-08-1112-754/+4
* pd: use interrupt on Rx retryVic Yang2014-08-113-4/+19
* pd: log state transition and stop logging pingsVic Yang2014-08-111-7/+23
* Add more build conditions on x86-only code.Vincent Palatin2014-08-102-5/+5
* Add unit test for usb_pdVic Yang2014-08-1012-4/+754
* pd: Move more protocol layer constants to header fileVic Yang2014-08-102-55/+57
* Hold I2C lock through entire PD read transactionShawn Nematbakhsh2014-08-091-2/+5
* samus: ryu: set input current limit based on PD negotiationAlec Berg2014-08-0912-58/+114
* samus_pd: change port C1 PD comparator to use window modeAlec Berg2014-08-091-3/+4
* stm32f0: stm32l: Fix backup register indexingVic Yang2014-08-081-0/+19
* i2c-stm32f0: Adjust scope of the I2C host codeAlexandru M Stan2014-08-081-3/+5
* Move software CRC implementation to commonVic Yang2014-08-085-17/+32
* STM32F0 SPI FixesAlexandru M Stan2014-08-082-6/+11
* samus_pd: add option to disallow PD communication in ROAlec Berg2014-08-072-0/+25
* pd: add PD communication enable flagAlec Berg2014-08-073-5/+57
* pd: hard reset if we get unexpected PS_RDYVic Yang2014-08-071-1/+4
* pd: hard reset if we get a request in disconnected statesVic Yang2014-08-071-15/+22
* pd: clean up timeout handling in state machineVic Yang2014-08-071-54/+92
* charger v2: Apply charge current to full battery in disconnect stateShawn Nematbakhsh2014-08-061-1/+12
* pd: add missing CONFIG_USB_PD_ optionsAlec Berg2014-08-061-2/+14
* veyron: Change EC_INT pin to high-Z in S5Chris Zhong2014-08-061-1/+4
* zinger: change source capabilities to support 20V at 3AAlec Berg2014-08-061-1/+1
* samus_pd: remove dead code around allowing PD negotiationAlec Berg2014-08-0610-72/+4
* ryu: set PD_DISABLE_DEBUG to 1 by defaultAaron Durbin2014-08-061-1/+1
* veyron: fix compile errzyw2014-08-051-0/+1
* Fix LM4 flashing in flash_ecVic Yang2014-08-041-16/+30
* Peppy: Switch to shared battery cut off command.Dave Parker2014-07-312-3/+2
* pd: add commands to test flashing using PD communicationVincent Palatin2014-07-316-7/+498
* ryu: remove console help to save flash spaceVincent Palatin2014-07-311-0/+1
* pd: fix transmit bug, add back in retry mechanismAlec Berg2014-07-311-2/+1
* samus_pd: increase stack size for pd tasksAlec Berg2014-07-311-2/+2
* Make board names in flash_ec less prone to conflictsChromeOS Developer2014-07-311-9/+54
* Fix flash_ec so that it finds stm32monVic Yang2014-07-301-1/+1
* stm32f0: Fix buffer size for i2c host command receiveRandall Spangler2014-07-301-2/+5
* ryu: Use get_base to access flash locationGwendal Grignou2014-07-301-39/+32
* Remove dependency of flash_ec on crosutilsVic Yang2014-07-301-5/+39
* Host command for USB PD role and mux controlVic Yang2014-07-303-0/+162
* Makefile: Add support for per-board symlinks to top levelAnton Staaf2014-07-3031-20/+69
* Use mutex for EC->PD host commandsRandall Spangler2014-07-301-6/+28
* i2c: add support for timeout configuration at runtimeRandall Spangler2014-07-303-3/+26
* Enable vboot hash calculationRandall Spangler2014-07-302-1/+2
* zinger: change behavior of pin PA0 for wakeup functionalityAlec Berg2014-07-291-3/+3
* ryu: Use firmware long press power-off timerVic Yang2014-07-291-0/+1
* Unify 'typec' console commands in different boardsVic Yang2014-07-299-133/+122
* cortex-m0: stm32f0: use RW vector table when running RW codeAlec Berg2014-07-292-12/+41