summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/cros_ec_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* platform/chrome: cros_ec_sysfs: provide ID table for avoiding fallback matchTzung-Bi Shih2024-04-241-1/+8
* platform/chrome: cros_ec_sysfs: Convert to platform remove callback returning...Uwe Kleine-König2023-09-281-4/+2
* platform/chrome: use sysfs_emit_at() instead of scnprintf()Tzung-Bi Shih2022-12-261-22/+14
* platform/chrome: use sysfs_emit() instead of scnprintf()ye xingchen2022-12-261-2/+2
* platform/chrome: cros_ec_sysfs: Add cold-ap-off to sysfs reboot.Pi-Hsun Shih2021-01-201-1/+2
* platform/chrome: Constify static attribute_group structsRikard Falkeborn2021-01-201-1/+1
* platform/chrome: Use kobj_to_dev() instead of container_of()Wang Qing2020-09-291-1/+1
* platform/chrome: cros_ec_sysfs: Report range of error codes from ECGuenter Roeck2020-08-241-15/+9
* platform/chrome: cros_ec_sysfs: Use cros_ec_cmd_xfer_status helperEnric Balletbo i Serra2020-03-021-18/+18
* 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
* platform/chrome: cros_ec: Make some symbols staticYueHaibing2019-06-051-1/+1
* platform/chrome: cros_ec_sysfs: remove pr_fmt() defineEnric Balletbo i Serra2019-02-011-2/+0
* platform/chrome: cros_ec_sysfs: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-19/+5
* mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra2019-02-011-1/+35
* platform/chrome: Use to_cros_ec_dev more broadlyGwendal Grignou2018-05-301-2/+0
* platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angleGwendal Grignou2018-04-101-0/+81
* platform/chrome: cros_ec_sysfs: use permission-specific DEVICE_ATTR variantsEnric Balletbo i Serra2018-04-101-12/+12
* platform/chrome: cros_ec_sysfs: introduce to_cros_ec_dev define.Enric Balletbo i Serra2018-04-101-6/+5
* platform/chrome: cros_ec_sysfs: Modify error handlingGwendal Grignou2018-04-101-21/+4
* cros_ec: fix nul-termination for firmware build infoArnd Bergmann2017-12-151-1/+1
* cros_ec: Move cros_ec_dev module to drivers/mfdThierry Escande2017-12-151-2/+0
* cros_ec: Split cros_ec_devs moduleThierry Escande2017-12-151-0/+3
* mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-151-29/+19
* mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-151-59/+95
* platform/chrome: Create sysfs attributes for the ChromeOS ECBill Richardson2015-02-261-0/+271