summaryrefslogtreecommitdiff
path: root/board/samus_pd/board.c
Commit message (Expand)AuthorAgeFilesLines
* Drop some obsolete boardsJack Rosenthal2021-08-051-620/+0
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-5/+5
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-5/+5
* charge_manager: Port power swap based on presence of batteryMadhu M2020-07-061-0/+5
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-061-0/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+3
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* 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