index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
chrome
/
cros_ec.c
Age
Commit message (
Expand
)
Author
2025-09-14
platform/chrome: cros_ec: Add a flag to track registration state
Tzung-Bi Shih
2025-09-14
platform/chrome: cros_ec: Separate initialization from cros_ec_register()
Tzung-Bi Shih
2025-09-14
platform/chrome: Centralize common cros_ec_device initialization
Tzung-Bi Shih
2025-09-14
platform/chrome: Centralize cros_ec_device allocation
Tzung-Bi Shih
2025-08-13
platform/chrome: cros_ec: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
2025-07-23
platform/chrome: cros_ec: Unregister notifier in cros_ec_unregister()
Tzung-Bi Shih
2024-12-30
platform/chrome: cros_ec: jump to RW before probing
Dawid Niedzwiecki
2024-05-27
platform/chrome: cros_ec: let cros_ec_suspend() call cros_ec_suspend_*
Tzung-Bi Shih
2024-04-30
platform/chrome: cros_ec: Handle events during suspend after resume completion
Karthikeyan Ramasubramanian
2023-10-28
platform/chrome: cros_ec_lpc: Separate host command and irq disable
Lalith Rajendran
2023-07-26
platform: Explicitly include correct DT includes
Rob Herring
2023-04-24
platform/chrome: cros_ec: remove unneeded label and if-condition
Tzung-Bi Shih
2023-01-13
platform/chrome: cros_ec: Use per-device lockdep key
Chen-Yu Tsai
2023-01-11
platform/chrome: cros_ec: Fix panic notifier registration
Marek Szyprowski
2022-09-19
platform/chrome: cros_ec: Notify the PM of wake events during resume
Jameson Thies
2022-08-24
platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs
Evan Green
2022-06-14
platform/chrome: cros_ec: Always expose last resume result
Stephen Boyd
2022-06-10
platform/chrome: use macros for passthru indexes
Tzung-Bi Shih
2022-04-18
platform/chrome: cros_ec: append newline to all logs
Tzung-Bi Shih
2022-04-18
platform/chrome: cros_ec: sort header inclusion alphabetically
Tzung-Bi Shih
2022-04-18
platform/chrome: cros_ec: determine `wake_enabled` in cros_ec_suspend()
Tzung-Bi Shih
2022-04-18
platform/chrome: cros_ec: remove unused variable `was_wake_device`
Tzung-Bi Shih
2022-04-18
platform/chrome: cros_ec: fix error handling in cros_ec_register()
Tzung-Bi Shih
2022-02-09
platform/chrome: cros_ec: Make cros_ec_unregister() return void
Uwe Kleine-König
2021-01-22
platform/chrome: cros_ec: Call interrupt bottom half at probe time
Gwendal Grignou
2021-01-22
platform/chrome: cros_ec: Call interrupt bottom half in ISH or RPMSG mode
Gwendal Grignou
2020-03-02
platform/chrome: cros_ec: Use cros_ec_cmd_xfer_status helper
Enric Balletbo i Serra
2020-02-11
platform/chrome: cros_ec: Query EC protocol version if EC transitions between...
Yicheng Li
2020-02-03
platform/chrome: cros_ec: Match implementation with headers
Enric Balletbo i Serra
2020-01-22
platform/chrome: cros_ec: Drop unaligned.h include
Stephen Boyd
2019-11-21
platform/chrome: cros_ec: handle MKBP more events flag
Enrico Granata
2019-11-21
platform/chrome: cros_ec: Do not attempt to register a non-positive IRQ number
Gwendal Grignou
2019-11-21
platform/chrome: cros-ec: Record event timestamp in the hard irq
Gwendal Grignou
2019-11-21
platform/chrome: cros_ec: Put docs with the code
Gwendal Grignou
2019-09-02
mfd / platform: cros_ec: Reorganize platform and mfd includes
Enric Balletbo i Serra
2019-09-02
mfd / platform: cros_ec: Move cros-ec core driver out from MFD
Enric Balletbo i Serra