summaryrefslogtreecommitdiff
path: root/board/host
Commit message (Expand)AuthorAgeFilesLines
* fpsensor: replace memset() with always_memset()Yicheng Li2019-09-041-0/+2
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-3/+3
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-3/+4
* chip/host: Add spi+trng support, and add gpio funcCraig Hesling2019-07-181-0/+9
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1912-12/+12
* chgmgr: Allow boards to customize supplier_priorityDaisuke Nojiri2019-05-291-3/+0
* charge_manager: Revisit charge supplier priority.stabilize-12206.BYilun Lin2019-05-141-0/+1
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-11/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* host: Add dcrypto definitions that can be used by fuzzing targets.Allen Webb2018-09-071-16/+28
* 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