summaryrefslogtreecommitdiff
path: root/drivers/mfd/cros_ec.c
Commit message (Expand)AuthorAge
* mfd: cros_ec: Send correct suspend/resume event to ECShawn Nematbakhsh2017-02-13
* mfd: cros_ec: Send suspend state notification to ECShawn Nematbakhsh2017-02-13
* mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo2017-02-13
* mfd: cros_ec: Add MKBP event supportVic Yang2016-08-31
* mfd: cros_ec: Staticise some newly introduced structuresLee Jones2015-06-22
* mfd: cros_ec: Support multiple EC in a systemGwendal Grignou2015-06-15
* mfd: cros_ec: add proto v3 skeletonStephen Barber2015-06-15
* mfd: cros_ec: Move protocol helpers out of the MFD driverJavier Martinez Canillas2015-06-15
* mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas2015-06-15
* mfd: cros_ec: Instantiate sub-devices from device treeTodd Broch2015-06-15
* mfd: cros_ec: Instantiate ChromeOS EC character deviceJavier Martinez Canillas2015-02-26
* mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas2015-02-26
* mfd: cros_ec: wait for completion of commands that return IN_PROGRESSAndrew Bresticker2014-10-06
* mfd: cros_ec: move locking into cros_ec_cmd_xferAndrew Bresticker2014-10-06
* mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker2014-10-06
* mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker2014-07-09
* mfd: cros_ec: Check result code from EC messagesBill Richardson2014-07-09
* mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson2014-07-09
* mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson2014-07-09
* mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson2014-07-09
* mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson2014-07-09
* i2c: ChromeOS EC tunnel driverDoug Anderson2014-06-03
* mfd: cros_ec: Sync to the latest cros_ec_commands.h from EC sourcesBill Richardson2014-06-03
* mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others.Bill Richardson2014-06-03
* mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven2014-01-06
* mfd: cros_ec: Convert to managed resources for allocating memoryLee Jones2013-06-13
* mfd: cros_ec: Export needed symbols for the i2c and spi modulesSamuel Ortiz2013-04-05
* mfd: Add ChromeOS EC implementationSimon Glass2013-04-05