summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* usb: add support for mass storage (bulk-only)Dominic Chen2014-08-151-0/+1
* pd: Fix bug in PD console commandVic Yang2014-08-141-3/+3
* pd: Guard console messages with log levelVic Yang2014-08-141-15/+42
* pd: issue PD soft reset on sysjumpVic Yang2014-08-142-0/+23
* pd: Implement PD soft resetVic Yang2014-08-131-20/+51
* samus: ryu: fix charge state machine init of input currentstabilize-6146.BAlec Berg2014-08-122-5/+21
* pd: modify PD to allow sending VDMs anytimeAlec Berg2014-08-111-62/+108
* pd: stop sending source cap after fixed number of attemptsAlec Berg2014-08-111-7/+15
* pd: use interrupt on Rx retryVic Yang2014-08-111-2/+14
* pd: log state transition and stop logging pingsVic Yang2014-08-111-7/+23
* Add more build conditions on x86-only code.Vincent Palatin2014-08-101-4/+4
* pd: Move more protocol layer constants to header fileVic Yang2014-08-101-55/+0
* 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-092-3/+31
* Move software CRC implementation to commonVic Yang2014-08-082-0/+95
* pd: add PD communication enable flagAlec Berg2014-08-071-5/+45
* 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
* samus_pd: remove dead code around allowing PD negotiationAlec Berg2014-08-062-6/+1
* pd: add commands to test flashing using PD communicationVincent Palatin2014-07-311-7/+120
* pd: fix transmit bug, add back in retry mechanismAlec Berg2014-07-311-2/+1
* ryu: Use get_base to access flash locationGwendal Grignou2014-07-301-39/+32
* Host command for USB PD role and mux controlVic Yang2014-07-301-0/+57
* Use mutex for EC->PD host commandsRandall Spangler2014-07-301-6/+28
* i2c: add support for timeout configuration at runtimeRandall Spangler2014-07-301-0/+6
* Unify 'typec' console commands in different boardsVic Yang2014-07-291-0/+45
* pd: zinger: add sending hard reset on pd_board_check() falutAlec Berg2014-07-291-1/+1
* pd: allow sink to request new voltage w/o dropping negotiationAlec Berg2014-07-291-26/+62
* power_button: allow to modify the active levelVincent Palatin2014-07-291-1/+7
* pd: sink change sending getSourceCap to hard reset after timeoutAlec Berg2014-07-291-23/+16
* plankton: Support 5V only modeVic Yang2014-07-291-3/+9
* samus: include a force source mode for dual-role portsAlec Berg2014-07-281-23/+55
* samus: pd: dual USB-PD port support for samusAlec Berg2014-07-281-282/+344
* samus: Kick battery out of disconnect state when AC is attachedShawn Nematbakhsh2014-07-231-0/+16
* I2C console command bug fixVic Yang2014-07-171-1/+1
* 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