From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=fuzziesquirrel.com (client-ip=173.167.31.197; helo=bajor.fuzziesquirrel.com; envelope-from=bradleyb@fuzziesquirrel.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=fuzziesquirrel.com Received: from bajor.fuzziesquirrel.com (mail.fuzziesquirrel.com [173.167.31.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 46dBcf0f0LzDqXQ for ; Wed, 25 Sep 2019 05:50:25 +1000 (AEST) X-Virus-Scanned: amavisd-new at fuzziesquirrel.com Received: from [192.168.253.30] (unknown [192.168.253.30]) by bajor.fuzziesquirrel.com (Postfix) with ESMTPSA id 50E1B1325D; Tue, 24 Sep 2019 15:50:23 -0400 (EDT) Content-Type: text/plain; charset=us-ascii; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH v2 linux dev-5.3 2/4] ARM: aspeed-g6: lpc: add compatible strings From: Brad Bishop In-Reply-To: Date: Tue, 24 Sep 2019 15:50:23 -0400 Cc: Joel Stanley , openbmc@lists.ozlabs.org Content-Transfer-Encoding: 7bit Message-Id: References: <20190919152340.23133-1-bradleyb@fuzziesquirrel.com> <20190919152340.23133-3-bradleyb@fuzziesquirrel.com> To: Andrew Jeffery X-Mailer: Apple Mail (2.3445.104.11) X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2019 19:50:26 -0000 at 2:31 AM, Andrew Jeffery wrote: > > > On Fri, 20 Sep 2019, at 00:53, Brad Bishop wrote: >> Assume the AST2600 SoC contains the same LPC devices as the AST2500. >> >> Signed-off-by: Brad Bishop >> --- >> v2: >> - removed DT binding documentation changes >> --- >> drivers/char/ipmi/bt-bmc.c | 1 + >> drivers/char/ipmi/kcs_bmc_aspeed.c | 1 + >> drivers/reset/reset-simple.c | 1 + >> drivers/soc/aspeed/aspeed-lpc-ctrl.c | 1 + >> drivers/soc/aspeed/aspeed-lpc-snoop.c | 2 ++ >> 5 files changed, 6 insertions(+) > > Also should be split for upstreaming, but as with the bindings the changes > are fine in principle. Split in three (ipmi, reset, socc) in v3.