aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/platform/chrome/wilco_ec/event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-05-14Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2024-04-24platform/chrome: wilco_ec: event: remove redundant MODULE_ALIASTzung-Bi Shih1-1/+0
2024-04-08platform/chrome: wilco_ec: drop owner assignmentKrzysztof Kozlowski1-1/+0
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-array memberGustavo 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