summaryrefslogtreecommitdiff
path: root/board/samus_pd/board.c
Commit message (Expand)AuthorAgeFilesLines
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* charge_manager: Enter safe mode at bootShawn Nematbakhsh2017-11-021-0/+2
* chg_ramp: Add charge_is_consuming_full_input_current().Aseda Aboagye2017-11-011-1/+1
* charge_ramp: Move ramp allowed / ilim callbacks to common codeShawn Nematbakhsh2017-10-061-33/+0
* samus_pd: Adjust input current limit downward to prevent OCShawn Nematbakhsh2017-09-261-5/+2
* Treat SYSTEM_IMAGE_RW_B also as RW copyDaisuke Nojiri2017-09-091-3/+2
* driver: Move PI3USB9281 to bc12 directory.Aseda Aboagye2017-07-311-1/+1
* charge_ramp: Specify port number in board_is_vbus_too_low()Shawn Nematbakhsh2017-02-021-1/+1
* charge_state_v2: Limit i/p current to meet allowed MAX i/p system powerVijay Hiremath2016-12-051-2/+4
* charge_manager: Pass uncapped / max current to current limit callbackShawn Nematbakhsh2016-09-131-1/+1
* 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