summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/cros_ec.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson2014-07-091-4/+4
* mfd: cros_ec: Check result code from EC messagesBill Richardson2014-07-091-0/+12
* mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson2014-07-091-13/+6
* mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson2014-07-091-2/+0
* mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson2014-07-091-17/+18
* mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson2014-07-091-30/+35
* mfd: cros_ec: Allow static din/dout buffers with cros_ec_register()Bill Richardson2014-07-091-2/+2
* mfd: cros_ec: Fix the comment on cros_ec_remove()Bill Richardson2014-07-091-2/+1
* mfd: cros_ec: Sync to the latest cros_ec_commands.h from EC sourcesBill Richardson2014-06-031-2/+2
* mfd: Add ChromeOS EC implementationSimon Glass2013-04-051-0/+170
OpenPOWER on IntegriCloud