summaryrefslogtreecommitdiff
path: root/common/usb_pd_policy.c
Commit message (Expand)AuthorAgeFilesLines
...
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-1/+1
* usb_pd: Add host command to limit external charger voltage / currentShawn Nematbakhsh2015-08-221-6/+2
* charge_manager: Support multiple independent charge ceilingsShawn Nematbakhsh2015-08-191-1/+1
* pd: Change which DP pin config DP source uses for sink capabilities.Todd Broch2015-07-011-1/+1
* charger: Move USB charger / BC1.2 task to common codeShawn Nematbakhsh2015-06-101-0/+6
* pd: never answer malformed VDMVincent Palatin2015-05-271-0/+2
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-271-6/+5
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-4/+4
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-6/+6
* pd: fix PDO selection for low voltage boardsstabilize-7039.BVincent Palatin2015-05-051-0/+1
* plankton: HPD over USB PD.Todd Broch2015-05-011-1/+1
* samus_pd: Request different DP pin modes including multi-function.Todd Broch2015-04-301-0/+47
* samus: add device to dual-role charging white listAlec Berg2015-04-271-1/+1
* pd: Qualify modep pointer before use.Todd Broch2015-04-141-9/+15
* samus: create USB PD device whitelist for allowing chargingAlec Berg2015-04-071-0/+16
* pd: Allow multiple mode entry.Todd Broch2015-01-281-68/+138
* pd: Cleanup alternate mode access.Todd Broch2015-01-281-22/+42
* pd: refactor object position index.Todd Broch2015-01-281-19/+12
* pd: Validate size of discover identity received by DFP.Todd Broch2015-01-241-3/+5
* ryu: Choose low input voltage whenever possibleVic Yang2015-01-241-0/+14
* pd: Honor both max power and current for all power sourceVic Yang2015-01-241-2/+2
* pd: poll PD events only on Google accessoriesVincent Palatin2015-01-241-2/+7
* pd: samus: do not request voltage within boost bypass deadbandAlec Berg2015-01-171-0/+4
* Add USB-PD mode commands.Todd Broch2015-01-161-13/+50
* pd: Shorten console error strings.Todd Broch2015-01-161-9/+9
* pd: log important events for accessoriesVincent Palatin2015-01-151-0/+1
* pd: fix possible redundant requests (again)Alec Berg2015-01-101-9/+1
* pd: Queue initial DFP HPD till after DP Config VDM.Todd Broch2015-01-091-0/+3
* pd: Refactor exit mode.Todd Broch2015-01-081-18/+16
* pd: vdm: Add VDM related timeouts and busy response handling.Todd Broch2015-01-071-1/+0
* pd: Remove pe dump command by default.Todd Broch2014-12-221-0/+2
* pd: vdm: Handle VDM requests only through state machine.Todd Broch2014-12-221-12/+5
* pd: refactor pd policy layer request voltage functionsAlec Berg2014-12-111-0/+135
* pd: Re-factor common flash vdms.Todd Broch2014-12-051-0/+100
* pd: zinger: add firmware update alternate mode to zingerstabilize-6480.BAlec Berg2014-11-151-0/+8
* USB: Fix issue with USB RAM sizesAnton Staaf2014-11-111-1/+1
* pd: Add SVDM discovery info into host command.Todd Broch2014-11-111-1/+45
* pd: Send proper OPOS for DP status & config.Todd Broch2014-11-111-8/+17
* pd: svdm: Don't send response to UFPs attention.Todd Broch2014-11-111-9/+12
* pd: dingdong/hoho: inhibit USB Billboard.Todd Broch2014-10-311-4/+14
* pd: dingdong/hoho: HPD over USB PD.Todd Broch2014-10-301-2/+7
* pd: for DP mode, only enter mode if device is DFP_U capableAlec Berg2014-10-251-1/+3
* pd: Add DFP parsing for alternate mode status & attention.Todd Broch2014-10-251-13/+69
* pd: Add DisplayPort status and configure SVDMs.Todd Broch2014-10-211-4/+19
* pd: Correct use of console printing in USB PD policy files.Todd Broch2014-10-211-8/+9
* pd: do not respond to unknown SVDMsAlec Berg2014-10-211-0/+4
* pd: alternate mode: Limit response to valid modes during discovery.Todd Broch2014-10-201-11/+30
* pd: alternate mode: simplify mode entry choice.Todd Broch2014-10-201-31/+31
* pd: if no SVIDS are returned, do not attempt discover modesAlec Berg2014-10-181-0/+2
* pd: NACK unsupported VDM requestsVincent Palatin2014-10-171-5/+10