index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
chrome
/
cros_ec_debugfs.c
Age
Commit message (
Expand
)
Author
2024-06-12
platform/chrome: cros_ec_debugfs: fix wrong EC message version
Tzung-Bi Shih
2024-05-29
platform/chrome: cros_ec_debugfs: Make log polling period a parameter
Rob Barnes
2024-04-24
platform/chrome: cros_ec_debugfs: provide ID table for avoiding fallback match
Tzung-Bi Shih
2023-11-21
platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo
Avadhut Naik
2023-09-28
platform/chrome: cros_ec_debugfs: Convert to platform remove callback returni...
Uwe Kleine-König
2023-04-24
platform/chrome: cros_ec_debugfs: fix kernel-doc warning
Tzung-Bi Shih
2023-04-24
platform/chrome: cros_ec: Separate logic for getting panic info
Rob Barnes
2023-01-13
platform/chrome: fix kernel-doc warnings for panic notifier
Tzung-Bi Shih
2023-01-06
platform/chrome: cros_ec: Poll EC log on EC panic
Rob Barnes
2022-11-02
platform/chrome: cros_ec_debugfs: Set PROBE_PREFER_ASYNCHRONOUS
Brian Norris
2022-08-24
platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs
Evan Green
2022-03-31
platform/chrome: cros_ec_debugfs: detach log reader wq from devm
Tzung-Bi Shih
2020-06-19
platform/chrome: cros_ec_debugfs: Control uptime information request
Gwendal Grignou
2020-01-07
cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'
Enric Balletbo i Serra
2019-09-02
mfd / platform: cros_ec: Reorganize platform and mfd includes
Enric Balletbo i Serra
2019-07-01
mfd / platform: cros_ec_debugfs: Expose resume result via debugfs
Evan Green
2019-06-18
platform/chrome: cros_ec_debugfs: cros_ec_uptime_fops can be static
kbuild test robot
2019-06-18
platform/chrome: cros_ec_debugfs: Fix kernel-doc comment first line
Enric Balletbo i Serra
2019-06-18
platform/chrome: cros_ec_debugfs: Add debugfs entry to retrieve EC uptime
Tim Wawrzynczak
2019-06-05
platform/chrome: cros_ec: Make some symbols static
YueHaibing
2019-05-12
Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite.kernel.org/pub/scm...
Linus Torvalds
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2019-04-17
platform/chrome: cros_ec_debugfs: Use cros_ec_cmd_xfer_status helper
Enric Balletbo i Serra
2019-04-15
platform/chrome: cros_ec_debugfs: no need to check return value of debugfs_cr...
Enric Balletbo i Serra
2019-04-05
platform/chrome: cros_ec_debugfs: Remove dev_warn when console log is not sup...
Enric Balletbo i Serra
2019-03-19
platform/chrome: cros_ec_debugfs: cancel/schedule logging work only if supported
Guenter Roeck
2019-02-01
platform/chrome: cros_ec_debugfs: switch to SPDX identifier
Enric Balletbo i Serra
2019-02-01
mfd / platform: cros_ec: Move debugfs attributes to its own driver
Enric Balletbo i Serra
2018-05-29
mfd: cros_ec: Don't try to grab log when suspended
Douglas Anderson
2018-04-10
platform/chrome: cros_ec_debugfs: Add PD port info to debugfs
Shawn Nematbakhsh
2018-04-10
platform/chrome: cros_ec_debugfs: Use octal permissions '0444'
Enric Balletbo i Serra
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2017-12-15
cros_ec: Move cros_ec_dev module to drivers/mfd
Thierry Escande
2017-12-15
cros_ec: Split cros_ec_devs module
Thierry Escande
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-06-16
mfd: cros_ec: Add support for dumping panic information
Nicolas Boichat
2017-06-16
cros_ec_debugfs: Pass proper struct sizes to cros_ec_cmd_xfer()
Shawn Nematbakhsh
2017-06-16
mfd: cros_ec: add debugfs, console log file
Eric Caruso