summaryrefslogtreecommitdiff
path: root/core/host
Commit message (Expand)AuthorAgeFilesLines
* Zephyr: add more compliant implementation for irq_(un)lockYuval Peress2020-11-081-2/+2
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-022-2/+2
* atomic: remove deprecated atomic functionsDawid Niedzwiecki2020-10-301-34/+0
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-4/+4
* core/host: add Zephyr compatible atomic functionsDawid Niedzwiecki2020-10-131-0/+28
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-292-9/+18
* host: Fix task_wait_event() to return TASK_EVENT_TIMEREdward Hill2020-07-131-0/+3
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-061-0/+4
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* host: Add basic taskinfo console commandCraig Hesling2020-02-051-0/+22
* core/host: Format linker scriptCraig Hesling2019-12-161-117/+117
* host: remove leftovers from using system clock in testsJack Rosenthal2019-10-251-21/+0
* test: don't rely on system time for testsJett Rink2019-10-141-6/+10
* usbc: fix flaky testsJett Rink2019-10-101-0/+5
* printf: Fix up %p to %pPEvan Green2019-10-051-0/+1
* host: make get_time() test_mockableYicheng Li2019-06-271-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1912-12/+12
* core/host/task: Add OS sleeps instead of busy-loopingNicolas Boichat2019-05-241-2/+22
* USB-PD: Add hook for PD connect eventDaisuke Nojiri2019-05-081-0/+4
* stdlib cleanup.Allen Webb2019-01-031-4/+0
* test/usb_pd_fuzz: Fuzzing of USB PD dataNicolas Boichat2018-12-051-0/+2
* core/host: Fix __prog_name and make task struct const.Allen Webb2018-11-092-3/+3
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST testRuibin Chang2018-09-071-0/+4
* common: add BASE_CHANGE hookDmitry Torokhov2018-08-211-0/+4
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-162-5/+53
* core/host/task: Fix task_set_eventNicolas Boichat2018-06-271-4/+4
* core/host: Fall back to udelay when task is invalidNicolas Boichat2018-06-272-2/+3
* host: add __hw_clock_source_readAlexandru M Stan2018-05-141-0/+5
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-071-1/+0
* cleanup: Remove charge_state_v1Sam Hurst2017-02-061-4/+0
* iec: Improve efficiency of host command dispatcherSam Hurst2017-01-061-1/+1
* Revert "ec: Improve efficiency of host command dispatcher"Vadim Bendebury2016-11-261-1/+1
* ec: Improve efficiency of host command dispatcherSam Hurst2016-11-231-1/+1
* common: Add TABLET_MODE hook.Gwendal Grignou2016-09-071-0/+4
* core: Don't discard irqprio table entries due to LTOShawn Nematbakhsh2016-08-071-1/+1
* mkbp: Add support for buttons and switches.Aseda Aboagye2016-07-191-0/+5
* Add cts.tasklistDaisuke Nojiri2016-07-111-0/+3
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-0/+11
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+4
* task: Don't discard events on mutex contentionShawn Nematbakhsh2015-11-301-4/+1
* host: mock i2c_xferGwendal Grignou2015-09-161-27/+3
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-271-5/+5
* emulator: Fix handling of early IRQs.Aseda Aboagye2015-07-173-4/+26
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-132-16/+66
* cleanup: fix all the header guardsBill Richardson2015-06-182-6/+6
* common: Add i2c 32bit read/writeGwendal Grignou2015-06-171-0/+8
* core: add task_wait_event_mask() function to other coresAlec Berg2015-06-111-0/+28
* hooks: add hook for battery state of charge changeAlec Berg2015-02-031-0/+4
* Stop mutex_lock() from eating pending eventsBill Richardson2014-11-221-0/+3