summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* zinger: do an intermediate step when discharging from 20V to 5Vstabilize-storm-6683.BVincent Palatin2015-01-101-19/+54
* pd: make VDO responses fasterAlec Berg2015-01-101-3/+3
* zinger: pre-compute RW hashVincent Palatin2015-01-101-6/+12
* pd: ensure power role matches CC pull resistor after hard resetAlec Berg2015-01-101-0/+14
* pd: avoid multiple role swaps on connectAlec Berg2015-01-101-1/+11
* pd: fix possible redundant requests (again)Alec Berg2015-01-103-17/+13
* pd: implement new type-C connect state machineAlec Berg2015-01-106-129/+279
* samus_pd: remove PWM moduleAlec Berg2015-01-102-1/+5
* lightbar: Don't let EC control suspend/resume sequenceEric Caruso2015-01-103-4/+31
* samus_pd: Remove CONFIG_CONSOLE_HISTORY to save flash spaceShawn Nematbakhsh2015-01-091-0/+1
* ryu: Debounce BC1.2 charger detection due to asynchronous pin contactVic Yang2015-01-092-37/+78
* ryu: add charge managerAlec Berg2015-01-098-10/+178
* samus: pd: fix potential junk at end of tx transmissionstabilize-6670.BAlec Berg2015-01-095-93/+94
* pd: Queue initial DFP HPD till after DP Config VDM.Todd Broch2015-01-093-5/+35
* twinkie: build a combined firmwareVincent Palatin2015-01-087-10/+85
* usb: fix sysjumpVincent Palatin2015-01-081-0/+2
* disable DMA before sysjumpingVincent Palatin2015-01-085-0/+35
* twinkie: fix sink firmwareVincent Palatin2015-01-081-0/+6
* twinkie: turn on/off VCONN INAVincent Palatin2015-01-081-0/+12
* charge_manager: fix initialization bug of best_port_powerAlec Berg2015-01-081-1/+1
* pd: Return immediately to host from erase RW.Todd Broch2015-01-083-16/+27
* pd: Refactor exit mode.Todd Broch2015-01-083-24/+33
* charge_manager: Prefer current active port in best port selectionShawn Nematbakhsh2015-01-082-5/+39
* pd: remove clearing of type-c current limit in hard resetAlec Berg2015-01-081-1/+0
* samus: Fix flaw in power up inhibitShawn Nematbakhsh2015-01-081-7/+9
* samus: pd: reject power swap if not in dual-role modeAlec Berg2015-01-081-2/+6
* pd: dingdong/hoho: Enable flash write-protectionVincent Palatin2015-01-086-13/+31
* Queue: Add methods that accept a memcpy routineAnton Staaf2015-01-084-13/+54
* USB: Add memcpy_from_usbram and update existing memcpyAnton Staaf2015-01-084-16/+76
* lm4: Increase time to wake up from deep sleepShawn Nematbakhsh2015-01-081-2/+2
* ryu: Re-enable low power idleVic Yang2015-01-081-0/+1
* tegra: Preserve sleep mask on sysjumpVic Yang2015-01-081-2/+5
* nyan: Disable console command helpVic Yang2015-01-081-0/+1
* USB: Delete mass storage driverAnton Staaf2015-01-088-1299/+0
* Read ADC channels one by one for STM32FVic Yang2015-01-071-1/+15
* OutStream: Remove unused prototypesAnton Staaf2015-01-071-3/+0
* pd: fix bug when forcing port to sinkAlec Berg2015-01-072-4/+19
* pd: Show literal PD state name for 'ectool usbpd'Vic Yang2015-01-073-32/+64
* charge_manager: Bug fixes for power_info host commandsShawn Nematbakhsh2015-01-072-3/+3
* pd: Bugfix for pending VDM in disconnected state.Todd Broch2015-01-071-9/+7
* pd: Add timeout for HC flash commands.Todd Broch2015-01-073-17/+31
* pd: vdm: Add VDM related timeouts and busy response handling.Todd Broch2015-01-073-5/+63
* Stop building ryu_p1 board.Todd Broch2015-01-071-1/+1
* pd: ryu_p1: Remove console 'typec' command.Todd Broch2015-01-071-0/+1
* pd: add flags to pd state console commandAlec Berg2015-01-071-7/+2
* samus: change power supply transition delay to 80msAlec Berg2015-01-071-2/+6
* samus: add hot keys alt+voldown+0|1|2 to set charging portstabilize-6662.BAlec Berg2015-01-072-0/+57
* samus: pd: on PD connection, if sink, ask for power swapAlec Berg2015-01-0713-62/+134
* pd: fix timeouts during power swap and send soft reset on no CRCAlec Berg2015-01-061-19/+60
* pd: Add NoResponseTimer to disconnect after no responseAlec Berg2015-01-062-17/+49