summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cros_ec_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue.Lee Jones2016-01-141-1/+1
* mfd: cros_ec_i2c: Add OF match tableJavier Martinez Canillas2015-10-261-0/+7
* mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski2015-08-111-1/+0
* mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-151-1/+0
* mfd: cros_ec: add bus-specific proto v3 codeStephen Barber2015-06-151-4/+162
* mfd: cros_ec: add proto v3 skeletonStephen Barber2015-06-151-0/+4
* mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-151-2/+2
* mfd: cros_ec: Remove parent fieldGwendal Grignou2015-06-151-1/+0
* mfd: cros_ec: Use the proper size when looking at the cros_ec_i2c resultDoug Anderson2014-07-091-3/+12
* mfd: cros_ec: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson2014-07-091-1/+1
* mfd: cros_ec: Check result code from EC messagesBill Richardson2014-07-091-5/+3
* mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson2014-07-091-1/+0
* mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson2014-07-091-12/+12
* mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson2014-07-091-2/+2
* mfd: cros ec: i2c: Use consistent function namesThierry Reding2014-01-211-4/+4
* mfd: Add ChromeOS EC I2C driverSimon Glass2013-04-051-0/+201
OpenPOWER on IntegriCloud