summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/cros_ec.h
Commit message (Expand)AuthorAgeFilesLines
* cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra2020-01-071-35/+0
* mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-308/+0
* mfd: cros_ec: Switch to use the new cros-ec-chardev driverEnric Balletbo i Serra2019-09-021-2/+0
* mfd / platform: cros_ec: Handle chained ECs as platform devicesEnric Balletbo i Serra2019-09-021-0/+18
* Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-07-151-0/+1
|\
| * mfd: cros_ec: differentiate SCP from EC by feature bitPi-Hsun Shih2019-07-021-0/+1
* | Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-07-111-0/+1
|\ \
| * | mfd / platform: cros_ec_debugfs: Expose resume result via debugfsEvan Green2019-07-011-0/+1
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
|/
* mfd: cros_ec: Instantiate properly CrOS Touchpad MCU deviceEnric Balletbo i Serra2019-05-141-0/+1
* mfd: cros_ec: Instantiate properly CrOS FP MCU deviceEnric Balletbo i Serra2019-05-141-0/+1
* platform/chrome: Add support for v1 of host sleep eventEvan Green2019-05-141-0/+2
* mfd: cros_ec: Instantiate properly CrOS ISH MCU deviceRushikesh S Kadam2019-05-141-0/+1
* mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra2019-02-011-3/+0
* mfd / platform: cros_ec: Move debugfs attributes to its own driverEnric Balletbo i Serra2019-02-011-6/+0
* mfd / platform: cros_ec: Move vbc attributes to its own driverEnric Balletbo i Serra2019-02-011-1/+0
* mfd / platform: cros_ec: Move lightbar attributes to its own driverEnric Balletbo i Serra2019-02-011-1/+0
* mfd / platform: cros_ec: Use devm_mfd_add_devicesEnric Balletbo i Serra2019-02-011-10/+0
* platform/chrome: straighten out cros_ec_get_{next,host}_event() error codesBrian Norris2018-11-131-2/+4
* mfd: cros_ec: Fix and improve kerneldoc comments.Enric Balletbo i Serra2018-09-071-101/+113
* mfd: cros-ec: Increase maximum mkbp event sizeNeil Armstrong2018-07-131-1/+1
* Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-06-111-18/+2
|\
| * mfd: cros_ec: Don't try to grab log when suspendedDouglas Anderson2018-05-291-0/+2
| * Revert "mfd: cros_ec: Add ACPI GPE handler for LID0 devices"Wenkai Du2018-05-161-18/+0
* | platform/chrome: Use to_cros_ec_dev more broadlyGwendal Grignou2018-05-301-0/+2
|/
* platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angleGwendal Grignou2018-04-101-0/+2
* cros_ec: Move cros_ec_dev module to drivers/mfdThierry Escande2017-12-151-0/+4
* cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh2017-06-271-1/+4
* mfd: cros_ec: add debugfs, console log fileEric Caruso2017-06-161-0/+4
* mfd: cros_ec: Add helper for event notifier.Gwendal Grignou2017-06-161-0/+10
* Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-05-031-0/+18
|\
| * mfd: cros_ec: Add ACPI GPE handler for LID0 devicesArchana Patni2017-04-271-0/+18
* | mfd: cros-ec: Fix host command buffer sizeVic Yang2017-04-051-1/+2
|/
* mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo2017-02-131-0/+2
* platform/chrome: Introduce a new function to check EC features.Vincent Palatin2016-10-251-0/+1
* iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC Sensor Hub.Enric Balletbo i Serra2016-10-251-0/+9
* mfd: cros_ec: Add MKBP event supportVic Yang2016-08-311-0/+18
* mfd: cros_ec: Add cros_ec_cmd_xfer_status() helperTomeu Vizoso2016-07-251-0/+15
* platform/chrome: cros_ec_dev - Fix security issueGwendal Grignou2016-05-111-2/+4
* mfd: cros_ec: Small kerneldoc fixTomeu Vizoso2016-03-161-1/+1
* platform/chrome: Support reading/writing the vboot contextEmilio López2015-10-071-0/+1
* mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-151-6/+38
* mfd: cros_ec: add bus-specific proto v3 codeStephen Barber2015-06-151-0/+6
* mfd: cros_ec: add proto v3 skeletonStephen Barber2015-06-151-2/+26
* mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-151-4/+2
* mfd: cros_ec: Remove parent fieldGwendal Grignou2015-06-151-2/+0
* mfd: cros_ec: Add char dev and virtual dev pointersJavier Martinez Canillas2015-02-261-1/+14
* mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas2015-02-261-4/+4
* mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker2014-10-061-6/+18
* mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker2014-07-091-2/+0