index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
chrome
/
cros_ec_debugfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
platform/chrome: cros_ec_debugfs: Convert to platform remove callback returni...
Uwe Kleine-König
2023-09-28
1
-4
/
+2
*
platform/chrome: cros_ec_debugfs: fix kernel-doc warning
Tzung-Bi Shih
2023-04-24
1
-1
/
+1
*
platform/chrome: cros_ec: Separate logic for getting panic info
Rob Barnes
2023-04-24
1
-9
/
+33
*
platform/chrome: fix kernel-doc warnings for panic notifier
Tzung-Bi Shih
2023-01-13
1
-0
/
+2
*
platform/chrome: cros_ec: Poll EC log on EC panic
Rob Barnes
2023-01-06
1
-0
/
+23
*
platform/chrome: cros_ec_debugfs: Set PROBE_PREFER_ASYNCHRONOUS
Brian Norris
2022-11-02
1
-0
/
+1
*
platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs
Evan Green
2022-08-24
1
-0
/
+3
*
platform/chrome: cros_ec_debugfs: detach log reader wq from devm
Tzung-Bi Shih
2022-03-31
1
-6
/
+6
*
platform/chrome: cros_ec_debugfs: Control uptime information request
Gwendal Grignou
2020-06-19
1
-2
/
+22
*
cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'
Enric Balletbo i Serra
2020-01-07
1
-1
/
+0
*
mfd / platform: cros_ec: Reorganize platform and mfd includes
Enric Balletbo i Serra
2019-09-02
1
-1
/
+2
*
mfd / platform: cros_ec_debugfs: Expose resume result via debugfs
Evan Green
2019-07-01
1
-0
/
+3
*
platform/chrome: cros_ec_debugfs: cros_ec_uptime_fops can be static
kbuild test robot
2019-06-18
1
-1
/
+1
*
platform/chrome: cros_ec_debugfs: Fix kernel-doc comment first line
Enric Balletbo i Serra
2019-06-18
1
-1
/
+2
*
platform/chrome: cros_ec_debugfs: Add debugfs entry to retrieve EC uptime
Tim Wawrzynczak
2019-06-18
1
-0
/
+38
*
platform/chrome: cros_ec: Make some symbols static
YueHaibing
2019-06-05
1
-2
/
+2
*
Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite.kernel.org/pub/scm...
Linus Torvalds
2019-05-12
1
-55
/
+19
|
\
|
*
platform/chrome: cros_ec_debugfs: Use cros_ec_cmd_xfer_status helper
Enric Balletbo i Serra
2019-04-17
1
-22
/
+8
|
*
platform/chrome: cros_ec_debugfs: no need to check return value of debugfs_cr...
Enric Balletbo i Serra
2019-04-15
1
-29
/
+6
|
*
platform/chrome: cros_ec_debugfs: Remove dev_warn when console log is not sup...
Enric Balletbo i Serra
2019-04-05
1
-4
/
+5
*
|
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2019-05-06
1
-1
/
+1
|
/
*
platform/chrome: cros_ec_debugfs: cancel/schedule logging work only if supported
Guenter Roeck
2019-03-19
1
-3
/
+7
*
platform/chrome: cros_ec_debugfs: switch to SPDX identifier
Enric Balletbo i Serra
2019-02-01
1
-18
/
+4
*
mfd / platform: cros_ec: Move debugfs attributes to its own driver
Enric Balletbo i Serra
2019-02-01
1
-20
/
+42
*
mfd: cros_ec: Don't try to grab log when suspended
Douglas Anderson
2018-05-29
1
-0
/
+20
*
platform/chrome: cros_ec_debugfs: Add PD port info to debugfs
Shawn Nematbakhsh
2018-04-10
1
-0
/
+72
*
platform/chrome: cros_ec_debugfs: Use octal permissions '0444'
Enric Balletbo i Serra
2018-04-10
1
-2
/
+2
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-30
1
-2
/
+2
|
\
|
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-2
/
+2
*
|
cros_ec: Move cros_ec_dev module to drivers/mfd
Thierry Escande
2017-12-15
1
-3
/
+0
*
|
cros_ec: Split cros_ec_devs module
Thierry Escande
2017-12-15
1
-0
/
+2
|
/
*
mfd: cros_ec: Add support for dumping panic information
Nicolas Boichat
2017-06-16
1
-0
/
+54
*
cros_ec_debugfs: Pass proper struct sizes to cros_ec_cmd_xfer()
Shawn Nematbakhsh
2017-06-16
1
-3
/
+3
*
mfd: cros_ec: add debugfs, console log file
Eric Caruso
2017-06-16
1
-0
/
+347