summaryrefslogtreecommitdiff
path: root/common/device_event.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* common/device_event.c: Format with clang-formatJack Rosenthal2022-06-291-1/+1
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-4/+4
* PCHG: Enable device event on suspend completeDaisuke Nojiri2021-05-101-0/+5
* device_event: Don't notify host of disabled events (2)Daisuke Nojiri2021-01-301-9/+11
* device_event: Don't notify host of disabled eventsDaisuke Nojiri2021-01-301-0/+10
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-3/+3
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-1/+1
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-3/+3
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Add support for reporting device eventsDuncan Laurie2017-06-301-0/+129