summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/cros_ec_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* platform/chrome: cros_ec_debugfs: Fix permissions for panicinfoAvadhut Naik2023-11-211-1/+1
* platform/chrome: cros_ec_debugfs: Convert to platform remove callback returni...Uwe Kleine-König2023-09-281-4/+2
* platform/chrome: cros_ec_debugfs: fix kernel-doc warningTzung-Bi Shih2023-04-241-1/+1
* platform/chrome: cros_ec: Separate logic for getting panic infoRob Barnes2023-04-241-9/+33
* platform/chrome: fix kernel-doc warnings for panic notifierTzung-Bi Shih2023-01-131-0/+2
* platform/chrome: cros_ec: Poll EC log on EC panicRob Barnes2023-01-061-0/+23
* platform/chrome: cros_ec_debugfs: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-021-0/+1
* platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfsEvan Green2022-08-241-0/+3
* platform/chrome: cros_ec_debugfs: detach log reader wq from devmTzung-Bi Shih2022-03-311-6/+6
* platform/chrome: cros_ec_debugfs: Control uptime information requestGwendal Grignou2020-06-191-2/+22
* cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra2020-01-071-1/+0
* mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-1/+2
* mfd / platform: cros_ec_debugfs: Expose resume result via debugfsEvan Green2019-07-011-0/+3
* platform/chrome: cros_ec_debugfs: cros_ec_uptime_fops can be statickbuild test robot2019-06-181-1/+1
* platform/chrome: cros_ec_debugfs: Fix kernel-doc comment first lineEnric Balletbo i Serra2019-06-181-1/+2
* platform/chrome: cros_ec_debugfs: Add debugfs entry to retrieve EC uptimeTim Wawrzynczak2019-06-181-0/+38
* platform/chrome: cros_ec: Make some symbols staticYueHaibing2019-06-051-2/+2
* Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite.kernel.org/pub/scm...Linus Torvalds2019-05-121-55/+19
|\
| * platform/chrome: cros_ec_debugfs: Use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra2019-04-171-22/+8
| * platform/chrome: cros_ec_debugfs: no need to check return value of debugfs_cr...Enric Balletbo i Serra2019-04-151-29/+6
| * platform/chrome: cros_ec_debugfs: Remove dev_warn when console log is not sup...Enric Balletbo i Serra2019-04-051-4/+5
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* platform/chrome: cros_ec_debugfs: cancel/schedule logging work only if supportedGuenter Roeck2019-03-191-3/+7
* platform/chrome: cros_ec_debugfs: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-18/+4
* mfd / platform: cros_ec: Move debugfs attributes to its own driverEnric Balletbo i Serra2019-02-011-20/+42
* mfd: cros_ec: Don't try to grab log when suspendedDouglas Anderson2018-05-291-0/+20
* platform/chrome: cros_ec_debugfs: Add PD port info to debugfsShawn Nematbakhsh2018-04-101-0/+72
* platform/chrome: cros_ec_debugfs: Use octal permissions '0444'Enric Balletbo i Serra2018-04-101-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* | cros_ec: Move cros_ec_dev module to drivers/mfdThierry Escande2017-12-151-3/+0
* | cros_ec: Split cros_ec_devs moduleThierry Escande2017-12-151-0/+2
|/
* mfd: cros_ec: Add support for dumping panic informationNicolas Boichat2017-06-161-0/+54
* cros_ec_debugfs: Pass proper struct sizes to cros_ec_cmd_xfer()Shawn Nematbakhsh2017-06-161-3/+3
* mfd: cros_ec: add debugfs, console log fileEric Caruso2017-06-161-0/+347