summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/cros_ec.c
AgeCommit message (Expand)AuthorLines
2014-10-06mfd: cros_ec: wait for completion of commands that return IN_PROGRESSAndrew Bresticker-0/+33
2014-10-06mfd: cros_ec: move locking into cros_ec_cmd_xferAndrew Bresticker-1/+9
2014-10-06mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker-0/+7
2014-07-09mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker-34/+1
2014-07-09mfd: cros_ec: Check result code from EC messagesBill Richardson-0/+18
2014-07-09mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson-32/+0
2014-07-09mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson-1/+1
2014-07-09mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson-14/+14
2014-07-09mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson-1/+1
2014-06-03i2c: ChromeOS EC tunnel driverDoug Anderson-0/+5
2014-06-03mfd: cros_ec: Sync to the latest cros_ec_commands.h from EC sourcesBill Richardson-1/+1
2014-06-03mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others.Bill Richardson-0/+3
2014-01-06mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven-1/+1
2013-06-13mfd: cros_ec: Convert to managed resources for allocating memoryLee Jones-19/+9
2013-04-05mfd: cros_ec: Export needed symbols for the i2c and spi modulesSamuel Ortiz-0/+7
2013-04-05mfd: Add ChromeOS EC implementationSimon Glass-0/+189