--- v6
+++ v5
@@ -6,17 +6,9 @@
Allows userspace to display to the user if the machine is charging and
on which port, and if another device is being charged by a port.
-This series may be best integrated through the MFD tree, for which we'll
-need ACKs from Olof (for the changes to platform/chrome), from Dmitry
-(for changes to cros_ec_keyb.c) and from Sebastian Reichel for the
-new driver.
-
Thanks,
Tomeu
-
-Changes in v6:
-- Return 0 if the EC doesn't support MKBP, as expected by callers.
Changes in v5:
- Check explicitly for !EC_RES_SUCCESS as suggested by Benson Leung.