aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/cros_ec.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-03mfd: cros_ec: Sync to the latest cros_ec_commands.h from EC sourcesBill Richardson1-2/+2
2013-04-05mfd: Add ChromeOS EC implementationSimon Glass1-0/+170