summaryrefslogtreecommitdiff
path: root/common/mkbp_event.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: Eliminate pointer from SYS_INIT functionsKeith Short2023-04-171-3/+1
* Reduce AP communication failure spamTim Van Patten2023-03-021-3/+23
* common/mkbp_event: Fix EC_CMD_GET_NEXT_EVENT responseCaveh Jalali2023-01-201-4/+4
* common: Sort header filesJeremy Bettis2022-11-291-1/+1
* test: add missing coverage for mkbp_event.cYuval Peress2022-11-181-0/+7
* zephyr: tests: Test force_mkbp_if_events() in mkbp_event.cTristan Honscheid2022-09-161-0/+3
* zephyr: tests: Test host command EC_CMD_GET_NEXT_EVENT in `mkbp_event.c`Tristan Honscheid2022-09-121-1/+10
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* Revert "mkbp: don't queue mkbp events in S3"Ting Shen2022-08-041-8/+5
* mkbp: don't queue mkbp events in S3Ting Shen2022-07-181-5/+8
* common/mkbp_event.c: Format with clang-formatJack Rosenthal2022-06-291-25/+19
* mkbp: Separate FIFO from the keyboard driverBoris Mittelberg2021-04-271-2/+2
* zephyr: add MKBP supportHyungwoo Yang2021-01-261-8/+36
* mkbp_event: Always mark MKBP interrupt as inactive before setting it againPatryk Duda2020-11-171-3/+47
* tree: rename strtoul to strtoull since it is 64-bitJett Rink2020-11-111-1/+1
* common: online_calibration: Fire MKBP event on new calibrationYuval Peress2020-03-091-1/+1
* Fix skip interrupt logic for host eventHeng-Ruey Hsu2019-11-111-4/+10
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-3/+4
* common/mkbp_event: Avoid accessing an uninitialized variablePatrick Georgi2019-09-041-1/+3
* mkbp_event: Only notify MKBP via hostevent in suspendAseda Aboagye2019-08-011-4/+7
* mkbp_event: Only declare EC_CMD_MKBP_WAKE_MASK host command if neededNicolas Boichat2019-07-301-2/+2
* common/mkbp_event: Remove prints in hc_mkbp_wake_maskNicolas Boichat2019-07-301-4/+0
* ec_commands: Add EC_CMD_MKBP_WAKE_MASK.Aseda Aboagye2019-07-251-2/+119
* mkbp_event: Add CONFIG_MKBP_USE_GPIO_AND_HOST_EVENT.Aseda Aboagye2019-07-171-3/+16
* config: Add CONFIG_MKBP_EVENT_WAKEUP_MASKAseda Aboagye2019-07-171-3/+12
* cleanup: Rename CONFIG_MKBP_WAKEUP_MASK for clarity.Aseda Aboagye2019-07-021-11/+14
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* mkbp: take timestamp closer to hardware interruptJett Rink2019-04-241-15/+2
* mkbp: handle multiple writes of interruptJett Rink2019-04-181-76/+224
* mkbp: non-gpio-based mkbp events, leave interruptsJett Rink2019-03-261-5/+24
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* arcada_ish: Send MKBP events over HECIMathew King2019-03-111-0/+11
* mkbp_event,include/config.h: Clarify MKBP delivery method.Yilun Lin2019-03-071-4/+8
* mkbp: Enable the EC to report whether it has more events on mkbp_get_next_eventEnrico Granata2018-11-281-1/+3
* mkbp_event: deassert host irq when if the current event cannot be fetchedNicolas Boichat2018-11-071-3/+3
* FIXUP: mkbp: add support for board-specific host notificationEnrico Granata2018-10-041-6/+6
* mkbp: add support for board-specific host notificationEnrico Granata2018-10-021-7/+23
* ec: Make it possible to build tests using clangNicolas Boichat2018-06-281-0/+2
* Reland "npcx: CEC: Send CEC message in mkbp event"Stefan Adolfsson2018-05-161-1/+1
* Revert "npcx: CEC: Send CEC message in mkbp event"stabilize-10682.BIlja H. Friedel2018-05-151-1/+1
* motion_sense: Lower jitter of EC->AP timestampAlexandru M Stan2018-05-141-0/+12
* npcx: CEC: Send CEC message in mkbp eventStefan Adolfsson2018-05-121-1/+1
* power: Allow host to request higher-power wakeable S3Shawn Nematbakhsh2017-07-281-1/+3
* mkbp_event: Properly queue events during host sleepShawn Nematbakhsh2016-11-041-10/+6
* mkbp_event: Don't use memmap'd host event maskShawn Nematbakhsh2016-11-041-3/+1
* mkbp_event: Provide host event wake mask to hostShawn Nematbakhsh2016-08-191-0/+15
* mkbp_event: Allow host to report sleep state for non-wake event skippingShawn Nematbakhsh2016-08-121-2/+18
* mkbp: Clear host interrupt if no more events.Aseda Aboagye2016-08-021-1/+3
* mkbp: Add support for buttons and switches.Aseda Aboagye2016-07-191-25/+38