summaryrefslogtreecommitdiff
path: root/drivers/mfd/cros_ec.c
AgeCommit message (Expand)Author
2017-12-15cros_ec: Split cros_ec_devs moduleThierry Escande
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-07-06mfd: cros_ec: Free IRQ on exitJeffy Chen
2017-07-06mfd: cros_ec: Use devm_of_platform_populate()Benjamin Gaignard
2017-06-27cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh
2017-04-27mfd: cros_ec: Add ACPI GPE handler for LID0 devicesArchana Patni
2017-02-13mfd: cros_ec: Send correct suspend/resume event to ECShawn Nematbakhsh
2017-02-13mfd: cros_ec: Send suspend state notification to ECShawn Nematbakhsh
2017-02-13mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo
2016-08-31mfd: cros_ec: Add MKBP event supportVic Yang
2015-06-22mfd: cros_ec: Staticise some newly introduced structuresLee Jones
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou
2015-06-15mfd: cros_ec: add proto v3 skeletonStephen Barber
2015-06-15mfd: cros_ec: Move protocol helpers out of the MFD driverJavier Martinez Canillas
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas
2015-06-15mfd: cros_ec: Instantiate sub-devices from device treeTodd Broch
2015-02-26mfd: cros_ec: Instantiate ChromeOS EC character deviceJavier Martinez Canillas
2015-02-26mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas
2014-10-06mfd: cros_ec: wait for completion of commands that return IN_PROGRESSAndrew Bresticker
2014-10-06mfd: cros_ec: move locking into cros_ec_cmd_xferAndrew Bresticker
2014-10-06mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker
2014-07-09mfd: cros_ec: Move EC interrupt to cros_ec_keybAndrew Bresticker
2014-07-09mfd: cros_ec: Check result code from EC messagesBill Richardson
2014-07-09mfd: cros_ec: cleanup: Remove EC wrapper functionsBill Richardson
2014-07-09mfd: cros_ec: cleanup: remove unused fields from struct cros_ec_deviceBill Richardson
2014-07-09mfd: cros_ec: Use struct cros_ec_command to communicate with the ECBill Richardson
2014-07-09mfd: cros_ec: Tweak struct cros_ec_device for clarityBill Richardson
2014-06-03i2c: ChromeOS EC tunnel driverDoug Anderson
2014-06-03mfd: cros_ec: Sync to the latest cros_ec_commands.h from EC sourcesBill Richardson
2014-06-03mfd: cros_ec: cleanup: cros_ec.c is GPL licensed, like all the others.Bill Richardson
2014-01-06mfd: Constify struct mfd_cell where possibleGeert Uytterhoeven
2013-06-13mfd: cros_ec: Convert to managed resources for allocating memoryLee Jones
2013-04-05mfd: cros_ec: Export needed symbols for the i2c and spi modulesSamuel Ortiz
2013-04-05mfd: Add ChromeOS EC implementationSimon Glass