From: Simon Glass Date: Mon, 25 Feb 2013 22:08:37 +0000 (-0800) Subject: mfd: Add ChromeOS EC implementation X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab6174e8cdb007cf500e484bdf454b8d14d524a;p=pandora-kernel.git mfd: Add ChromeOS EC implementation This is the base EC implementation, which provides a high level interface to the EC for use by the rest of the kernel. The actual communcations is dealt with by a separate protocol driver which registers itself with this interface. Interrupts are passed on through a notifier. A simple message structure is used to pass messages to the protocol driver. Signed-off-by: Simon Glass Signed-off-by: Che-Liang Chiou Signed-off-by: Jonathan Kliegman Signed-off-by: Luigi Semenzato Signed-off-by: Olof Johansson Signed-off-by: Vincent Palatin Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed