summaryrefslogtreecommitdiff
path: root/drivers/platform/chrome/wilco_ec
AgeCommit message (Expand)AuthorFilesLines
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro3-3/+0
2024-06-06platform/chrome: cros_ec_lpc: MEC access can return error codeBen Walsh1-8/+14
2024-05-14Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+0
2024-04-24platform/chrome: add HAS_IOPORT dependenciesNiklas Schnelle1-0/+1
2024-04-24platform/chrome: wilco_ec: core: provide ID table for avoiding fallback matchTzung-Bi Shih1-1/+8
2024-04-24platform/chrome: wilco_ec: event: remove redundant MODULE_ALIASTzung-Bi Shih1-1/+0
2024-04-24platform/chrome: wilco_ec: debugfs: provide ID table for avoiding fallback matchTzung-Bi Shih1-1/+8
2024-04-24platform/chrome: wilco_ec: telemetry: provide ID table for avoiding fallback ...Tzung-Bi Shih1-1/+8
2024-04-24platform/chrome: wilco_ec: use sysfs_emit() instead of sprintf()Ai Chao1-1/+1
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 JAILLET2-5/+5
2023-09-28platform/chrome/wilco_ec: telemetry: Convert to platform remove callback retu...Uwe Kleine-König1-4/+2
2023-09-28platform/chrome/wilco_ec: debugfs: Convert to platform remove callback return...Uwe Kleine-König1-4/+2
2023-09-28platform/chrome/wilco_ec: core: Convert to platform remove callback returning...Uwe Kleine-König1-3/+2
2023-09-25platform/chrome: wilco_ec: Annotate struct ec_event_queue with __counted_byKees Cook1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+0
2023-04-24platform/chrome: wilco_ec: remove return value check of debugfs_create_dir()Zhengkang Huang1-2/+0
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman2-2/+0
2022-12-26platform/chrome: use sysfs_emit() instead of scnprintf()ye xingchen1-2/+1
2022-12-13Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-3/+1
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-3/+1
2022-11-01platform/chrome: cros_ec_lpc_mec: remove cros_ec_lpc_mec_destroy()Tzung-Bi Shih1-5/+0
2022-06-24platform/chrome: wilco_ec: event: Fix typo in commentJiang Jian1-1/+1
2021-03-30platform/chrome: wilco_ec: convert stream-like files from nonseekable_open ->...Yang Li1-1/+1
2021-01-20platform/chrome: Constify static attribute_group structsRikard Falkeborn1-1/+1
2020-04-13platform/chrome: wilco_ec: Provide correct output format to 'h1_gpio' fileBernardo Perez Priego1-1/+6
2020-03-22platform/chrome: wilco_ec: event: Replace zero-length array with flexible-arr...Gustavo A. R. Silva1-2/+2
2020-02-11platform/chrome: wilco_ec: Platform data shouldn't include kernel.hAndy Shevchenko2-0/+7
2020-02-11platform/chrome: wilco_ec: Include asm/unaligned instead of linux/ pathStephen Boyd1-1/+1
2020-01-22platform/chrome: wilco_ec: Allow wilco to be compiled in COMPILE_TESTStephen Boyd1-1/+2
2020-01-22platform/chrome: wilco_ec: Add newlines to printksStephen Boyd4-10/+10
2020-01-11Merge branch 'chrome-platform-5.5-fixes' into for-kernelciBenson Leung1-8/+20
2020-01-11platform/chrome: wilco_ec: Fix keyboard backlight probingDaniel Campello1-8/+20
2020-01-10platform/chrome: wilco_ec: Fix unregistration orderDaniel Campello1-1/+1
2019-12-02platform/chrome: wilco_ec: fix use after free issueWen Yang1-1/+1
2019-11-19platform/chrome: wilco_ec: Add keyboard backlight LED supportDaniel Campello4-6/+203
2019-11-19platform/chrome: wilco_ec: Add charging config driverNick Crews1-1/+14
2019-10-11platform/chrome: wilco_ec: Add Dell's USB PowerShare Policy controlDaniel Campello1-0/+91
2019-10-01platform/chrome: wilco_ec: Add debugfs test_event fileDaniel Campello1-10/+37
2019-08-22platform/chrome: wilco_ec: Add batt_ppid_info command to telemetry driverNick Crews1-21/+43
2019-07-12Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds9-30/+1372
2019-06-25platform/chrome: wilco_ec: Add circular buffer as event queueNick Crews1-109/+149
2019-06-20platform/chrome: cros_ec_lpc: Choose Microchip EC at runtimeEnric Balletbo i Serra1-1/+1
2019-06-18platform/chrome: wilco_ec: Fix unreleased lock in event_read()Nick Crews1-1/+1
2019-06-05platform/chrome: wilco_ec: Add version sysfs entriesRaul E Rangel1-0/+79
2019-06-05platform/chrome: wilco_ec: Add telemetry char device interfaceNick Crews5-1/+473
2019-06-03platform/chrome: wilco_ec: Add event handlingNick Crews3-0/+552
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20platform/chrome: wilco_ec: Remove 256 byte transfersNick Crews3-27/+8