summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* pd: Allow multiple mode entry.Todd Broch2015-01-302-88/+158
* pd: Cleanup alternate mode access.Todd Broch2015-01-301-22/+42
* pd: refactor object position index.Todd Broch2015-01-301-19/+12
* pd: export the data role to the APDuncan Laurie2015-01-301-1/+2
* Add USB-PD mode commands.Todd Broch2015-01-302-13/+87
* pd: log important events for accessoriesVincent Palatin2015-01-302-0/+4
* charge_manager: Log charge-related change eventsShawn Nematbakhsh2015-01-301-78/+135
* Add PD events loggingVincent Palatin2015-01-302-0/+152
* zinger: remove functions for analyzing bist resultsAlec Berg2015-01-301-27/+34
* pd: make VDO responses fasterAlec Berg2015-01-101-3/+3
* 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-102-17/+12
* pd: implement new type-C connect state machineAlec Berg2015-01-101-112/+226
* lightbar: Don't let EC control suspend/resume sequenceEric Caruso2015-01-101-2/+19
* ryu: add charge managerAlec Berg2015-01-091-1/+3
* pd: Queue initial DFP HPD till after DP Config VDM.Todd Broch2015-01-091-0/+3
* disable DMA before sysjumpingVincent Palatin2015-01-081-0/+6
* 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-081-15/+22
* pd: Refactor exit mode.Todd Broch2015-01-082-20/+23
* charge_manager: Prefer current active port in best port selectionShawn Nematbakhsh2015-01-081-5/+28
* pd: remove clearing of type-c current limit in hard resetAlec Berg2015-01-081-1/+0
* pd: dingdong/hoho: Enable flash write-protectionVincent Palatin2015-01-081-1/+6
* Queue: Add methods that accept a memcpy routineAnton Staaf2015-01-082-8/+31
* pd: fix bug when forcing port to sinkAlec Berg2015-01-071-4/+18
* pd: Show literal PD state name for 'ectool usbpd'Vic Yang2015-01-071-30/+40
* charge_manager: Bug fixes for power_info host commandsShawn Nematbakhsh2015-01-071-2/+2
* pd: Bugfix for pending VDM in disconnected state.Todd Broch2015-01-071-9/+7
* pd: Add timeout for HC flash commands.Todd Broch2015-01-072-17/+28
* pd: vdm: Add VDM related timeouts and busy response handling.Todd Broch2015-01-072-5/+56
* pd: add flags to pd state console commandAlec Berg2015-01-071-7/+2
* samus: add hot keys alt+voldown+0|1|2 to set charging portstabilize-6662.BAlec Berg2015-01-071-0/+45
* samus: pd: on PD connection, if sink, ask for power swapAlec Berg2015-01-071-36/+59
* 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-061-17/+48
* pd: Add CONFIG_CMD_TYPEC to optionally remove 'typec' console command.Todd Broch2015-01-061-0/+2
* Add CONFIG_CMD_HASH to optionally remove 'hash' console command.Todd Broch2015-01-061-2/+2
* Support command versioning of new host command rangeVic Yang2015-01-061-2/+5
* lightbar: Pulse lightbar in S5 if power-up is inhibitedShawn Nematbakhsh2015-01-061-4/+74
* pd: remove PD remote flashing console command by default.Todd Broch2015-01-051-3/+8
* pd: change receive timeout to 1.8msAlec Berg2015-01-051-1/+1
* pd: On invalid request, send reject and go to SRC_READYAlec Berg2015-01-031-0/+3
* pd: add new state to wait for getSinkCap responseAlec Berg2015-01-031-1/+12
* pd: reject getSourceCap/getSinkCap if doesn't applyAlec Berg2015-01-031-2/+13
* samus: when battery is full, and not in S0, stop chargingAlec Berg2015-01-033-14/+64
* pd: change hard reset power supply off delayAlec Berg2015-01-031-1/+1
* pd: change retry counter to 3Alec Berg2015-01-031-1/+1
* battery: Add support for TI's BQ27621_g1 fuel gauge.Myles Watson2014-12-311-0/+1
* gesture: add absolute threshold for start of tap for batteryAlec Berg2014-12-301-1/+2