summaryrefslogtreecommitdiff
path: root/board/samus_pd/board.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* Driver: BD99955: Enable BC1.2 supportVijay Hiremath2016-05-241-1/+3
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-1/+1
* pd: Add config to disable PD communication in locked ROShawn Nematbakhsh2016-04-111-17/+0
* samus_pd: Use less flash spaceShawn Nematbakhsh2016-04-031-1/+1
* pwm: Add common initialization for PWM pinsShawn Nematbakhsh2015-12-041-2/+5
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* glados: oak: reboot EC if PD MCU crashesAlec Berg2015-10-231-7/+3
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-60/+52
* usb_charger: move common usb charger code out of board directoryAlec Berg2015-08-051-87/+5
* usb_charger: cleanup: move setting usb 2 switches to usb_chargerAlec Berg2015-08-041-20/+0
* pd: don't enable try.src when battery is not present or too lowAlec Berg2015-08-021-2/+5
* tasks: Remove most task_start_called() calls.Aseda Aboagye2015-08-011-4/+2
* cleanup: remove board function callback on charge override timeoutrelease-R45-7262.BAlec Berg2015-07-131-7/+0
* cleanup: define one set of USB charger voltage and min currentAlec Berg2015-07-131-10/+7
* usb_mux: Add driver interface for USB-C muxesShawn Nematbakhsh2015-06-301-114/+0
* usb: pi3usb9281: Allow flexible chip configurationsShawn Nematbakhsh2015-06-121-8/+20
* charger: Move USB charger / BC1.2 task to common codeShawn Nematbakhsh2015-06-101-137/+6
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-271-6/+6
* pd: add explicit setting of D+/D- switch when setting type-C muxesAlec Berg2015-05-051-4/+7
* pd: Allow for setting USB mux when swapping into DFP roleScott2015-05-011-8/+14
* samus: ryu: allow charge ramp on CDP and proprietary chargersAlec Berg2015-03-071-2/+7
* samus: limit input current when batt near full and 5V chargerAlec Berg2015-03-061-20/+51
* samus_pd: Skip pericom detection if we're sourcing VBUSShawn Nematbakhsh2015-02-271-14/+20
* samus_pd: remove resetting pericom 30 sec after detecting SDPAlec Berg2015-02-211-20/+3
* samus: panic reboot EC if PD MCU crashesAlec Berg2015-02-181-0/+6
* samus: add charge ramp moduleAlec Berg2015-02-181-0/+102
* pd: charge_manager: make new VBUS charge supplierAlec Berg2015-02-181-10/+60
* charge_manager: Wait for dualrole determination before chargingShawn Nematbakhsh2015-02-081-22/+36
* samus: automatically recover from charge circuit failuresstabilize-6752.BAlec Berg2015-02-031-80/+87
* samus_pd: Do one auto port re-detection if an SDP port is detectedShawn Nematbakhsh2015-01-311-4/+27
* samus_pd: Increase pericom debounce time againShawn Nematbakhsh2015-01-271-1/+1
* samus: only wake PD task if the task has startedAlec Berg2015-01-211-2/+4
* samus_pd: Increase pericom debounce timeShawn Nematbakhsh2015-01-211-3/+3
* samus_pd: Restore usb data switches after pericom resetShawn Nematbakhsh2015-01-171-0/+23
* samus_pd: Respond to EC_CMD_PD_HOST_EVENT_STATUS with correct data typeShawn Nematbakhsh2015-01-161-1/+1
* samus: add 200mA offset for input current limitAlec Berg2015-01-161-1/+5
* samus_pd: remove PWM moduleAlec Berg2015-01-101-0/+4
* ryu: add charge managerAlec Berg2015-01-091-1/+1
* samus: when battery is full, and not in S0, stop chargingAlec Berg2015-01-031-28/+134
* samus: Debounce BC1.2 charger detection due to asynchronous pin contactShawn Nematbakhsh2014-12-291-56/+86
* charge_manager: Allow board to reject a selected charge portShawn Nematbakhsh2014-12-171-5/+11
* charge_manager: Add delayed port override for role swapShawn Nematbakhsh2014-12-091-0/+7
* samus_pd: Add workaround for unwanted pericom resetsShawn Nematbakhsh2014-12-031-0/+26
* samus: add active charge port to EC<->PD status exchangeAlec Berg2014-11-221-1/+2
* samus_pd: add more host events and host cmd to get event statusAlec Berg2014-10-311-4/+39
* samus_pd: add host command to get type-c port power infoAlec Berg2014-10-301-8/+42
* samus: use resulting current limit from charge managerAlec Berg2014-10-281-0/+74
* charge_manager: Move supplier list and priority hierarchy to boardShawn Nematbakhsh2014-10-261-0/+8
* samus_pd: Add BC1.2 charging and charge port + current limit selectionShawn Nematbakhsh2014-10-221-2/+114