]> 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)
commitc60d7a5d2e5a6da346a2b4ef80c0b73e79b056f0
treefc04c2c7b00f2092040fffb628ea423bd4d0132f
parent314006c6f020b46eb4c060592a33a9249de060ed
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]