aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cros_ec_i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-14mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue.Lee Jones1-1/+1
2015-10-26mfd: cros_ec_i2c: Add OF match tableJavier Martinez Canillas1-0/+7
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou1-1/+0
2015-06-15mfd: cros_ec: add bus-specific proto v3 codeStephen Barber1-4/+162
2015-06-15mfd: cros_ec: add proto v3 skeletonStephen Barber1-0/+4
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas1-2/+2
2015-06-15mfd: cros_ec: Remove parent fieldGwendal Grignou1-1/+0
2014-07-09mfd: cros_ec: Use the proper size when looking at the cros_ec_i2c resultDoug Anderson1-3/+12
2014-07-09mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson1-1/+1
2014-07-09mfd: cros_ec: Check result code from EC messagesBill Richardson1-5/+3
2014-07-09mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson1-1/+0
2014-07-09mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson1-12/+12
2014-07-09mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson1-2/+2
2014-01-21mfd: cros ec: i2c: Use consistent function namesThierry Reding1-4/+4
2013-04-05mfd: Add ChromeOS EC I2C driverSimon Glass1-0/+201