Re: [PATCH v3 1/2] platform/chrome: cros_ec_uart: Add cros-ec-uart transport layer
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2020-07-16 06:28:15
Also in:
linux-arm-kernel, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2020-07-16 06:28:15
Also in:
linux-arm-kernel, lkml
On Wed, Jul 15, 2020 at 10:14:29PM -0700, Bhanu Prakash Maiya wrote:
From: Bhanu Prakash Maiya <bhanumaiya@chromium.org> This patch enables uart transport layer for cros_ec framework. The cros-ec-uart binds with EC device working on uart transport to send request and receive response. Signed-off-by: Bhanu Prakash Maiya <bhanumaiya@chromium.org>
If this really is a "UART", why is this not a serial/tty driver? thanks, greg k-h