From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 9 Oct 2018 16:55:17 -0700 Subject: [U-Boot] [PATCH 19/45] cros: Adjust board_get_cros_ec_dev() to return a udevice In-Reply-To: <20181001182249.129565-20-sjg@chromium.org> References: <20181001182249.129565-20-sjg@chromium.org> <20181001182249.129565-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Rather than returning what is effectively an internal data structure, return the cros EC device itself. Signed-off-by: Simon Glass --- common/cros_ec.c | 4 ++-- include/cros_ec.h | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) Applied to u-boot-dm