summaryrefslogtreecommitdiff
path: root/include/linux/mfd/cros_ec.h
AgeCommit message (Expand)Author
2017-12-15cros_ec: Move cros_ec_dev module to drivers/mfdThierry Escande
2017-06-27cros_ec: Don't signal wake event for non-wake host eventsShawn Nematbakhsh
2017-06-16mfd: cros_ec: add debugfs, console log fileEric Caruso
2017-06-16mfd: cros_ec: Add helper for event notifier.Gwendal Grignou
2017-05-03Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2017-04-27mfd: cros_ec: Add ACPI GPE handler for LID0 devicesArchana Patni
2017-04-05mfd: cros-ec: Fix host command buffer sizeVic Yang
2017-02-13mfd: cros_ec: Prevent data transfer while device is suspendedJoseph Lo
2016-10-25platform/chrome: Introduce a new function to check EC features.Vincent Palatin
2016-10-25iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC Sensor Hub.Enric Balletbo i Serra
2016-08-31mfd: cros_ec: Add MKBP event supportVic Yang
2016-07-25mfd: cros_ec: Add cros_ec_cmd_xfer_status() helperTomeu Vizoso
2016-05-11platform/chrome: cros_ec_dev - Fix security issueGwendal Grignou
2016-03-16mfd: cros_ec: Small kerneldoc fixTomeu Vizoso
2015-10-07platform/chrome: Support reading/writing the vboot contextEmilio López
2015-06-15mfd: cros_ec: Support multiple EC in a systemGwendal Grignou
2015-06-15mfd: cros_ec: add bus-specific proto v3 codeStephen Barber
2015-06-15mfd: cros_ec: add proto v3 skeletonStephen Barber
2015-06-15mfd: cros_ec: Use a zero-length array for command dataJavier Martinez Canillas
2015-06-15mfd: cros_ec: Remove parent fieldGwendal Grignou
2015-02-26mfd: cros_ec: Add char dev and virtual dev pointersJavier Martinez Canillas
2015-02-26mfd: cros_ec: Use fixed size arrays to transfer data with the ECJavier Martinez Canillas
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: ec_dev->cmd_xfer() returns number of bytes received from ECBill Richardson
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-07-09mfd: cros_ec: Allow static din/dout buffers with cros_ec_register()Bill Richardson
2014-07-09mfd: cros_ec: Fix the comment on cros_ec_remove()Bill Richardson
2014-06-03mfd: cros_ec: Sync to the latest cros_ec_commands.h from EC sourcesBill Richardson
2013-04-05mfd: Add ChromeOS EC implementationSimon Glass