From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D93BC433DF for ; Wed, 15 Jul 2020 07:56:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4CCE120672 for ; Wed, 15 Jul 2020 07:56:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594799773; bh=xZqtc5KFNzDMqv1v9PhQ/sqkiiymDO/f3b/2PSAL50o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=uQ9Oin5sCsu0XBk4ZwNm1OX7GriiMcI5Ci87meJNq4zAgJgYmZ1h4OMT9i8Nrbvxc zU/j1u27lbVOa+R1qXG4any2uj7r/LNf1NPgAfdYo/cItjw1EamtClP1tWYTTsu5cZ wHmW+/wf+GEbWFQ6fxoKgFx2YUwLWEXDpr2d2iMI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729505AbgGOH4M (ORCPT ); Wed, 15 Jul 2020 03:56:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:56532 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729001AbgGOH4L (ORCPT ); Wed, 15 Jul 2020 03:56:11 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 92BE12064C; Wed, 15 Jul 2020 07:56:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594799771; bh=xZqtc5KFNzDMqv1v9PhQ/sqkiiymDO/f3b/2PSAL50o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aGw0rplfw8f/k1FfNUkKQGBVYlQ4xVToAgpgsuO+QQc4bhsaVhcGYzzRY4JJ9ntAd zNV9h+ac/XodDn3iDCOTCDexqcuLaaAms7kgL7HE52wKcxqalcNdCRfo2ezryio/s/ u4Jisz+u01Didj1whBgMfzyt9iKyFRekqJ0R2Dgc= Date: Wed, 15 Jul 2020 09:56:07 +0200 From: Greg Kroah-Hartman To: Bhanu Prakash Maiya Cc: linux-arm-kernel@lists.infradead.org, Lee Jones , Furquan Shaikh , Raul E Rangel , Eric Peers , Duncan Laurie , Benson Leung , Enric Balletbo i Serra , Guenter Roeck , Mauro Carvalho Chehab , "David S . Miller" , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kernel test robot Subject: Re: [PATCH 1/2] cros: platform/chrome: Add cros-ec-uart driver for uart support Message-ID: <20200715075607.GA2514306@kroah.com> References: <20200715074106.1754048-1-bhanumaiya@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200715074106.1754048-1-bhanumaiya@google.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 15, 2020 at 12:41:06AM -0700, Bhanu Prakash Maiya wrote: > From: Bhanu Prakash Maiya > > 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 > Reported-by: kernel test robot > Change-Id: Icb23b633700f1ef4d123e3f21fd26fad21a3f207 I think you forgot to run checkpatch.pl on this :(