summaryrefslogtreecommitdiff
path: root/board/host
Commit message (Expand)AuthorAgeFilesLines
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2020-06-252-26/+9
* Remove __7b, __8b and __7bfDenis Brockus2019-08-231-3/+3
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-08-231-3/+4
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-3/+3
* Cr50: Add logging functionality to PinWeaver.Allen Webb2018-04-271-1/+6
* Cr50: Added Pinweaver base implementation.Allen Webb2018-04-271-0/+61
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-1/+1
* fan: Allow board to configure fans at run timeDaisuke Nojiri2018-03-061-10/+15
* buttons: Make buttons[] common.Aseda Aboagye2017-11-172-12/+2
* charge_ramp: Ramp USB-C DTS sourcesShawn Nematbakhsh2017-10-191-0/+1
* test/entropy: Add host test and compute entropyNicolas Boichat2017-06-131-0/+17
* pd: support gotoMin and giveBackSam Hurst2017-01-261-0/+3
* pd: Move PD_DEFAULT_STATE to a common define in usb_pd.hScott2017-01-261-3/+0
* usb pd: Resend request after receiving a WAIT in response to a requestSam Hurst2016-12-021-0/+1
* Add check to prevent duplicate PIN assignmentsBill Richardson2016-09-091-12/+12
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-1/+0
* test: host: Fix sbc_charging_v2 test failureShawn Nematbakhsh2016-05-051-1/+1
* cleanup: Add warning comment to gpio.inc filesBill Richardson2016-02-251-0/+3
* pd: change battery and variable sink cap for voltage inaccuracyAlec Berg2015-10-231-2/+2
* cleanup: pd: remove duplicate code for checking request msgAlec Berg2015-10-131-26/+0
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-09-171-16/+0
* host: mock i2c_xferGwendal Grignou2015-09-162-25/+34
* oak: enable MBKP events for PD eventsBen Lok2015-08-311-1/+1
* cleanup: fix all the header guardsBill Richardson2015-06-182-6/+6
* charger: Move USB charger / BC1.2 task to common codeShawn Nematbakhsh2015-06-101-5/+4
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-13/+13
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-274-31/+23
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-13/+14
* host: Move interrupt enabled gpios to topAseda Aboagye2015-04-091-5/+5
* pd: treat externally powered dualrole devices as dedicated chargersAlec Berg2015-04-071-2/+2
* pd: Massage initialization at task start.Todd Broch2015-02-252-0/+7
* pd: samus: separate macros for power supply on and off delaysAlec Berg2015-01-171-1/+2
* pd: samus: do not request voltage within boost bypass deadbandAlec Berg2015-01-171-0/+6
* samus: pd: on PD connection, if sink, ask for power swapAlec Berg2015-01-071-2/+5
* charge_manager: Allow board to reject a selected charge portShawn Nematbakhsh2014-12-171-6/+0
* pd: refactor pd policy layer request voltage functionsAlec Berg2014-12-112-72/+6
* usb_pd: protocol field extraction error for RDOBernard Shyu2014-12-101-2/+2
* pd: wait tSnkTransition after ACCEPT to change voltageVincent Palatin2014-11-211-2/+7
* pd: allow policy layer to ask for PR/DR_swap on new contractAlec Berg2014-11-151-2/+7
* pd: add data role swapAlec Berg2014-11-141-2/+15
* charge_manager: Add unit testsShawn Nematbakhsh2014-11-131-0/+23
* pd: add delay for power supply startup before sending src capAlec Berg2014-11-111-1/+1
* pd: for request message, add operational and max currentAlec Berg2014-11-101-9/+28
* pd: remove redundant 5V source PDOsAlec Berg2014-11-061-2/+1
* pd: samus: add support for power swap commandAlec Berg2014-11-061-0/+6
* pd: update source/sink cap PDOs and use to get dual role capableAlec Berg2014-11-061-2/+3
* Samus: Handle fan startup in the EC, not the fan controllerBill Richardson2014-11-061-1/+2
* Samus: Split motion sense and lid angleGwendal Grignou2014-10-292-21/+2
* usb_pd_protocol: Add support for charge_manager and voltage reportingShawn Nematbakhsh2014-10-221-6/+11
* pd: Correct use of console printing in USB PD policy files.Todd Broch2014-10-211-7/+10