aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cros_ec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14platform/chrome: Add support for v1 of host sleep eventEvan Green1-5/+34
2019-02-01mfd / platform: cros_ec: Use devm_mfd_add_devicesEnric Balletbo i Serra1-11/+3
2018-10-23mfd: cros_ec: Check for mkbp events on resume only if supported.RaviChandra Sadineni1-1/+2
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-27/+14
2018-05-30Input: cros_ec_keyb - mark cros_ec_keyb driver as wake enabled device.Ravi Chandra Sadineni1-12/+7
2018-05-29mfd: cros_ec: Free IRQ automaticallyVincent Palatin1-14/+6
2018-05-29mfd: cros_ec: Fail early if we cannot identify the ECVincent Palatin1-1/+5
2018-05-16Revert "mfd: cros_ec: Add ACPI GPE handler for LID0 devices"Wenkai Du1-12/+3
2017-12-15cros_ec: Split cros_ec_devs moduleThierry Escande1-2/+2
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platformLinus Torvalds1-3/+10
2017-07-06mfd: cros_ec: Free IRQ on exitJeffy Chen1-0/+3
2017-07-06mfd: cros_ec: Use devm_of_platform_populate()Benjamin Gaignard1-1/+1
2017-06-27cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh1-3/+10
2017-04-27mfd: cros_ec: Add ACPI GPE handler for LID0 devicesArchana Patni1-3/+12
2017-02-13mfd: cros_ec: Send correct suspend/resume event to ECShawn Nematbakhsh1-4/+6
2017-02-13mfd: cros_ec: Send suspend state notification to ECShawn Nematbakhsh1-0/+49
2017-02-13mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo1-0/+2
2016-08-31mfd: cros_ec: Add MKBP event supportVic Yang1-3/+55
2015-06-22mfd: cros_ec: Staticise some newly introduced structuresLee Jones1-4/+4
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou1-8/+46
2015-06-15mfd: cros_ec: add proto v3 skeletonStephen Barber1-10/+13
2015-06-15mfd: cros_ec: Move protocol helpers out of the MFD driverJavier Martinez Canillas1-96/+0
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas1-8/+20
2015-06-15mfd: cros_ec: Instantiate sub-devices from device treeTodd Broch1-11/+11
2015-02-26mfd: cros_ec: Instantiate ChromeOS EC character deviceJavier Martinez Canillas1-0/+4
2015-02-26mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas1-8/+7
2014-10-06mfd: cros_ec: wait for completion of commands that return IN_PROGRESSAndrew Bresticker1-0/+33
2014-10-06mfd: cros_ec: move locking into cros_ec_cmd_xferAndrew Bresticker1-1/+9
2014-10-06mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker1-0/+7
2014-07-09mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker1-34/+1
2014-07-09mfd: cros_ec: Check result code from EC messagesBill Richardson1-0/+18
2014-07-09mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson1-32/+0
2014-07-09mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson1-1/+1
2014-07-09mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson1-14/+14
2014-07-09mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson1-1/+1
2014-06-03i2c: ChromeOS EC tunnel driverDoug Anderson1-0/+5
2014-06-03mfd: cros_ec: Sync to the latest cros_ec_commands.h from EC sourcesBill Richardson1-1/+1
2014-06-03mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others.Bill Richardson1-0/+3
2014-01-06mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven1-1/+1
2013-06-13mfd: cros_ec: Convert to managed resources for allocating memoryLee Jones1-19/+9
2013-04-05mfd: cros_ec: Export needed symbols for the i2c and spi modulesSamuel Ortiz1-0/+7
2013-04-05mfd: Add ChromeOS EC implementationSimon Glass1-0/+189