summaryrefslogtreecommitdiff
path: root/board/samus_pd
Commit message (Expand)AuthorAgeFilesLines
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2020-06-252-240/+5
* usb: de-dup common code from old and new PD stackJett Rink2020-06-251-3/+0
* Remove __7b, __8b and __7bfDenis Brockus2019-08-231-1/+1
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-08-231-1/+1
* ss-mux: remove unused port_addr initializationv2.1.0Jett Rink2018-09-181-4/+2
* servo_v4: add per port dualrole settingNick Sanders2018-08-151-2/+2
* test/build.mk: Allow boards to specify test listsNicolas Boichat2018-05-281-0/+3
* samus_pd: Enable Link-Time Optimizations.Aseda Aboagye2018-04-251-0/+1
* samus_pd: Remove `crash` command.Aseda Aboagye2018-04-251-0/+1
* cleanup: CONFIG_USB_PD_CUSTOM_VDM is not usedDivya Sasidharan2018-04-091-1/+0
* samus_pd: Remove 'adc' console commandShawn Nematbakhsh2018-01-301-0/+1
* charge_manager: Enter safe mode at bootShawn Nematbakhsh2017-11-022-0/+3
* 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-062-34/+1
* pd: Move *_set_input_current() to common codeShawn Nematbakhsh2017-10-051-18/+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
* pd_log: Make PD logging more generic for general purpose loggingShawn Nematbakhsh2017-08-021-1/+0
* driver: Move PI3USB9281 to bc12 directory.Aseda Aboagye2017-07-312-3/+3
* charge_ramp: Specify port number in board_is_vbus_too_low()Shawn Nematbakhsh2017-02-021-1/+1
* pd: Move PD_DEFAULT_STATE to a common define in usb_pd.hScott2017-01-261-3/+0
* charge_state_v2: Limit i/p current to meet allowed MAX i/p system powerVijay Hiremath2016-12-051-2/+4
* Support alignment for EC host command structuresRandall Spangler2016-10-191-0/+1
* charge_manager: Pass uncapped / max current to current limit callbackShawn Nematbakhsh2016-09-131-1/+1
* charger: Send host event after charge info is updated.Sam Hurst2016-08-241-6/+0
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-1/+0
* cleanup: pd: Define VBUS detection sourceShawn Nematbakhsh2016-06-021-0/+1
* Driver: BD99955: Enable BC1.2 supportVijay Hiremath2016-05-241-1/+3
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-4/+0
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-182-3/+4
* pd: Add config to disable PD communication in locked ROShawn Nematbakhsh2016-04-112-19/+1
* charge_manager: Report UNKNOWN USB charger for 2 seconds after changeShawn Nematbakhsh2016-04-031-1/+1
* samus_pd: Use less flash spaceShawn Nematbakhsh2016-04-033-2/+4
* cleanup: Add warning comment to gpio.inc filesBill Richardson2016-02-251-0/+3
* pwm: Add common initialization for PWM pinsShawn Nematbakhsh2015-12-042-2/+9
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-0/+2
* glados: oak: reboot EC if PD MCU crashesAlec Berg2015-10-231-7/+3
* cleanup: pd: remove duplicate code for checking request msgAlec Berg2015-10-131-26/+0
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-60/+52
* pd: set USB communications capable flag in PDOAlec Berg2015-09-181-1/+2
* 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
* pd: Add Try.SRC functionality to the pd_protocol state machineScott2015-07-081-0/+1
* usb_mux: Add driver interface for USB-C muxesShawn Nematbakhsh2015-06-306-121/+125