]> git.baikalelectronics.ru Git - kernel.git/commit
platform/chrome: Add Chrome OS EC userspace device interface
authorBill Richardson <wfrichar@chromium.org>
Mon, 2 Feb 2015 11:26:25 +0000 (12:26 +0100)
committerOlof Johansson <olof@lixom.net>
Thu, 26 Feb 2015 23:45:06 +0000 (15:45 -0800)
commit61c61e199a6d19ec3488948144fc2f55e0089f15
treefc04c2c7b00f2092040fffb628ea423bd4d0132f
parent9e13485db7a9746d629fa33dc90ef3c43a2a9b66
platform/chrome: Add Chrome OS EC userspace device interface

This patch adds a device interface to access the
Chrome OS Embedded Controller from user-space.

Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-by: Simon Glass <sjg@google.com>
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Tested-by: Gwendal Grignou <gwendal@chromium.org>
Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Documentation/ioctl/ioctl-number.txt
drivers/platform/chrome/Kconfig
drivers/platform/chrome/Makefile
drivers/platform/chrome/cros_ec_dev.c [new file with mode: 0644]
drivers/platform/chrome/cros_ec_dev.h [new file with mode: 0644]