Andrew Bresticker a6551a76ff mfd: cros_ec: stop calling ->cmd_xfer() directly
Instead of having users of the ChromeOS EC call the interface-specific
cmd_xfer() callback directly, introduce a central cros_ec_cmd_xfer()
to use instead.  This will allow us to put all the locking and retry
logic in one place instead of duplicating it across the different
drivers.

Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
2014-10-06 21:29:07 +01:00
..
2014-08-14 23:02:58 -07:00
2014-08-06 23:36:12 -07:00
2014-08-06 23:31:48 -07:00
2012-08-21 22:29:49 -07:00
2014-07-23 10:18:02 -07:00
2012-08-21 22:29:49 -07:00
2012-08-21 22:29:49 -07:00
2014-07-20 13:17:42 -07:00