aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/cros_ec.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2019-05-14mfd: cros_ec: Instantiate properly CrOS Touchpad MCU deviceEnric Balletbo i Serra1-0/+1
2019-05-14mfd: cros_ec: Instantiate properly CrOS FP MCU deviceEnric Balletbo i Serra1-0/+1
2019-05-14platform/chrome: Add support for v1 of host sleep eventEvan Green1-0/+2
2019-05-14mfd: cros_ec: Instantiate properly CrOS ISH MCU deviceRushikesh S Kadam1-0/+1
2019-02-01mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra1-3/+0
2019-02-01mfd / platform: cros_ec: Move debugfs attributes to its own driverEnric Balletbo i Serra1-6/+0
2019-02-01mfd / platform: cros_ec: Move vbc attributes to its own driverEnric Balletbo i Serra1-1/+0
2019-02-01mfd / platform: cros_ec: Move lightbar attributes to its own driverEnric Balletbo i Serra1-1/+0
2019-02-01mfd / platform: cros_ec: Use devm_mfd_add_devicesEnric Balletbo i Serra1-10/+0
2018-11-13platform/chrome: straighten out cros_ec_get_{next,host}_event() error codesBrian Norris1-2/+4
2018-09-07mfd: cros_ec: Fix and improve kerneldoc comments.Enric Balletbo i Serra1-101/+113
2018-07-13mfd: cros-ec: Increase maximum mkbp event sizeNeil Armstrong1-1/+1
2018-06-11Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-18/+2
2018-05-30platform/chrome: Use to_cros_ec_dev more broadlyGwendal Grignou1-0/+2
2018-05-29mfd: cros_ec: Don't try to grab log when suspendedDouglas Anderson1-0/+2
2018-05-16Revert "mfd: cros_ec: Add ACPI GPE handler for LID0 devices"Wenkai Du1-18/+0
2018-04-10platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angleGwendal Grignou1-0/+2
2017-12-15cros_ec: Move cros_ec_dev module to drivers/mfdThierry Escande1-0/+4
2017-06-27cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh1-1/+4
2017-06-16mfd: cros_ec: add debugfs, console log fileEric Caruso1-0/+4
2017-06-16mfd: cros_ec: Add helper for event notifier.Gwendal Grignou1-0/+10
2017-05-03Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-0/+18
2017-04-27mfd: cros_ec: Add ACPI GPE handler for LID0 devicesArchana Patni1-0/+18
2017-04-05mfd: cros-ec: Fix host command buffer sizeVic Yang1-1/+2
2017-02-13mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo1-0/+2
2016-10-25platform/chrome: Introduce a new function to check EC features.Vincent Palatin1-0/+1
2016-10-25iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC Sensor Hub.Enric Balletbo i Serra1-0/+9
2016-08-31mfd: cros_ec: Add MKBP event supportVic Yang1-0/+18
2016-07-25mfd: cros_ec: Add cros_ec_cmd_xfer_status() helperTomeu Vizoso1-0/+15
2016-05-11platform/chrome: cros_ec_dev - Fix security issueGwendal Grignou1-2/+4
2016-03-16mfd: cros_ec: Small kerneldoc fixTomeu Vizoso1-1/+1
2015-10-07platform/chrome: Support reading/writing the vboot contextEmilio López1-0/+1
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou1-6/+38
2015-06-15mfd: cros_ec: add bus-specific proto v3 codeStephen Barber1-0/+6
2015-06-15mfd: cros_ec: add proto v3 skeletonStephen Barber1-2/+26
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas1-4/+2
2015-06-15mfd: cros_ec: Remove parent fieldGwendal Grignou1-2/+0
2015-02-26mfd: cros_ec: Add char dev and virtual dev pointersJavier Martinez Canillas1-1/+14
2015-02-26mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas1-4/+4
2014-10-06mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker1-6/+18
2014-07-09mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker1-2/+0
2014-07-09mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson1-4/+4
2014-07-09mfd: cros_ec: Check result code from EC messagesBill Richardson1-0/+12
2014-07-09mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson1-13/+6
2014-07-09mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson1-2/+0
2014-07-09mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson1-17/+18
2014-07-09mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson1-30/+35
2014-07-09mfd: cros_ec: Allow static din/dout buffers with cros_ec_register()Bill Richardson1-2/+2
2014-07-09mfd: cros_ec: Fix the comment on cros_ec_remove()Bill Richardson1-2/+1