[PATCH v2 1/2] cros: platform/chrome: Add cros-ec-uart driver for uart support

Greg Kroah-Hartman gregkh at linuxfoundation.org
Wed Jul 15 03:56:51 EDT 2020


On Wed, Jul 15, 2020 at 12:49:06AM -0700, Bhanu Prakash Maiya wrote:
> From: Bhanu Prakash Maiya <bhanumaiya at 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 at chromium.org>
> Reported-by: kernel test robot <lkp at intel.com>
> Change-Id: Icb23b633700f1ef4d123e3f21fd26fad21a3f207
> Signed-off-by: Bhanu Prakash Maiya <bhanumaiya at google.com>
> ---
>  MAINTAINERS                            |   1 +
>  drivers/platform/chrome/Kconfig        |  10 +
>  drivers/platform/chrome/Makefile       |   1 +
>  drivers/platform/chrome/cros_ec_uart.c | 411 +++++++++++++++++++++++++
>  4 files changed, 423 insertions(+)
>  create mode 100644 drivers/platform/chrome/cros_ec_uart.c

What changed from v1?

Always put that below the --- line.

thanks,

greg k-h



More information about the linux-arm-kernel mailing list