aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/wilco_ec/core.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'chrome-platform-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-2/+2
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-29platform/chrome: Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)1-2/+2
2024-10-28platform/chrome: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-04-24platform/chrome: wilco_ec: core: provide ID table for avoiding fallback matchTzung-Bi Shih1-1/+8
2023-09-28platform/chrome/wilco_ec: core: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-11-01platform/chrome: cros_ec_lpc_mec: remove cros_ec_lpc_mec_destroy()Tzung-Bi Shih1-5/+0
2020-01-22platform/chrome: wilco_ec: Add newlines to printksStephen Boyd1-1/+1
2020-01-10platform/chrome: wilco_ec: Fix unregistration orderDaniel Campello1-1/+1
2019-11-19platform/chrome: wilco_ec: Add keyboard backlight LED supportDaniel Campello1-4/+9
2019-11-19platform/chrome: wilco_ec: Add charging config driverNick Crews1-1/+14
2019-06-05platform/chrome: wilco_ec: Add telemetry char device interfaceNick Crews1-0/+13
2019-05-20platform/chrome: wilco_ec: Remove 256 byte transfersNick Crews1-3/+1
2019-05-20platform/chrome: wilco_ec: Add Boot on AC supportNick Crews1-0/+9
2019-02-21platform/chrome: wilco_ec: Add RTC driverNick Crews1-0/+18
2019-02-21platform/chrome: wilco_ec: Add support for raw commands in debugfsNick Crews1-0/+14
2019-02-21platform/chrome: Add new driver for Wilco ECNick Crews1-0/+104