summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cros_ec.c
Commit message (Expand)AuthorAgeFilesLines
* mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra2019-09-021-280/+0
* mfd / platform: cros_ec: Handle chained ECs as platform devicesEnric Balletbo i Serra2019-09-021-30/+31
* Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-07-111-1/+5
|\
| * mfd / platform: cros_ec_debugfs: Expose resume result via debugfsEvan Green2019-07-011-1/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
|/
* platform/chrome: Add support for v1 of host sleep eventEvan Green2019-05-141-5/+34
* mfd / platform: cros_ec: Use devm_mfd_add_devicesEnric Balletbo i Serra2019-02-011-11/+3
* mfd: cros_ec: Check for mkbp events on resume only if supported.RaviChandra Sadineni2018-10-231-1/+2
* Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-06-111-27/+14
|\
| * mfd: cros_ec: Free IRQ automaticallyVincent Palatin2018-05-291-14/+6
| * mfd: cros_ec: Fail early if we cannot identify the ECVincent Palatin2018-05-291-1/+5
| * Revert "mfd: cros_ec: Add ACPI GPE handler for LID0 devices"Wenkai Du2018-05-161-12/+3
* | Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.Ravi Chandra Sadineni2018-05-301-12/+7
|/
* cros_ec: Split cros_ec_devs moduleThierry Escande2017-12-151-2/+2
* Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-07-111-3/+10
|\
| * cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh2017-06-271-3/+10
* | mfd: cros_ec: Free IRQ on exitJeffy Chen2017-07-061-0/+3
* | mfd: cros_ec: Use devm_of_platform_populate()Benjamin Gaignard2017-07-061-1/+1
|/
* mfd: cros_ec: Add ACPI GPE handler for LID0 devicesArchana Patni2017-04-271-3/+12
* mfd: cros_ec: Send correct suspend/resume event to ECShawn Nematbakhsh2017-02-131-4/+6
* mfd: cros_ec: Send suspend state notification to ECShawn Nematbakhsh2017-02-131-0/+49
* mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo2017-02-131-0/+2
* mfd: cros_ec: Add MKBP event supportVic Yang2016-08-311-3/+55
* mfd: cros_ec: Staticise some newly introduced structuresLee Jones2015-06-221-4/+4
* mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-151-8/+46
* mfd: cros_ec: add proto v3 skeletonStephen Barber2015-06-151-10/+13
* mfd: cros_ec: Move protocol helpers out of the MFD driverJavier Martinez Canillas2015-06-151-96/+0
* mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-151-8/+20
* mfd: cros_ec: Instantiate sub-devices from device treeTodd Broch2015-06-151-11/+11
* mfd: cros_ec: Instantiate ChromeOS EC character deviceJavier Martinez Canillas2015-02-261-0/+4
* mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas2015-02-261-8/+7
* mfd: cros_ec: wait for completion of commands that return IN_PROGRESSAndrew Bresticker2014-10-061-0/+33
* mfd: cros_ec: move locking into cros_ec_cmd_xferAndrew Bresticker2014-10-061-1/+9
* mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker2014-10-061-0/+7
* mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker2014-07-091-34/+1
* mfd: cros_ec: Check result code from EC messagesBill Richardson2014-07-091-0/+18
* mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson2014-07-091-32/+0
* mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson2014-07-091-1/+1
* mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson2014-07-091-14/+14
* mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson2014-07-091-1/+1
* i2c: ChromeOS EC tunnel driverDoug Anderson2014-06-031-0/+5
* mfd: cros_ec: Sync to the latest cros_ec_commands.h from EC sourcesBill Richardson2014-06-031-1/+1
* mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others.Bill Richardson2014-06-031-0/+3
* mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-061-1/+1
* mfd: cros_ec: Convert to managed resources for allocating memoryLee Jones2013-06-131-19/+9
* mfd: cros_ec: Export needed symbols for the i2c and spi modulesSamuel Ortiz2013-04-051-0/+7
* mfd: Add ChromeOS EC implementationSimon Glass2013-04-051-0/+189