summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome/wilco_ec/event.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-18platform/chrome/wilco_ec: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-09-25platform/chrome: wilco_ec: Annotate struct ec_event_queue with __counted_byKees Cook1-1/+1
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-3/+1
2022-06-24platform/chrome: wilco_ec: event: Fix typo in commentJiang Jian1-1/+1
2020-03-22platform/chrome: wilco_ec: event: Replace zero-length array with flexible-arr...Gustavo A. R. Silva1-2/+2
2019-06-25platform/chrome: wilco_ec: Add circular buffer as event queueNick Crews1-109/+149
2019-06-18platform/chrome: wilco_ec: Fix unreleased lock in event_read()Nick Crews1-1/+1
2019-06-03platform/chrome: wilco_ec: Add event handlingNick Crews1-0/+541