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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 85B5FC433EF for ; Sun, 6 Feb 2022 14:14:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bqSHnXgUVB9gB5VZHZGLVZ1Tfwe5745T4lXbbF01CfE=; b=D4e3rNjZplCTL7 PcOv6+ZziNfW718ouKVgLtCsno5rhkspl2fFx5W5qtMHcYsnrv0lBEZba8zCWZDEJmYzOGJ4zDX8q KUILMuUEaBllfF0kJFJjO4hjpVfUX7l6hGVsI3Y1j+T1WEShmuehAAkAfTalJIQh0lQomR+cGyfqL zf5aiH6cfpIjIEA+wnb0J+gdCxsKz0lICbN001a2HvyYgUtcGBBxUQuJE1DBacauTTT+hpMCky7bG pFC6ZCoCTJHNUu/H6/eyKbU5RPPNwEFwUrcpvftPEvLf/gbcf2zxDu8yFukDjLiAZH17UVMYSH+Qg qh4+B4BQd+Cz7/mGUVsg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nGiIG-008JFp-CV; Sun, 06 Feb 2022 14:13:32 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nGiIC-008JEz-Qo for linux-arm-kernel@lists.infradead.org; Sun, 06 Feb 2022 14:13:30 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id A5A5FCE0B31; Sun, 6 Feb 2022 14:13:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F924C340E9; Sun, 6 Feb 2022 14:13:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644156805; bh=6rEPcZDOEiCqd5h93cPWysUEW/ILdSQersDA3Eqm4dA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DcbA1bDNsD5FREkupR/LnejDuqnZYgVFEvdjq3BeqiyfGBmbADbQTBiP8tsnYdITW Ripa7CCJWKxvOq8ff1tT7LrSI3Oi4OAJO2K2447DymG1FmHk0MSj4X0h0tF3c6YQS7 FCjB8qnaNyAqcbKzmdYB46UhxEH/9eN5liC5nUlJGpd8wMOABo1Qy0kSch0BHrYzcD i/E26onpyyrZQZNBpBJsRouNvOtWrqrLCL7GP4kVhkR9D9RQK0/BtX576gMo3UUSlD kX1PkDP9I5QZps5SpGtWjU1J6gr7mhxW5o2PDNXgtU5KvQ6OmAUdFmE9Ww/BFkivkM OIjfYGBWpZdCg== Date: Sun, 6 Feb 2022 19:43:20 +0530 From: Vinod Koul To: Sai Prakash Ranjan Cc: Andy Gross , Bjorn Andersson , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Manivannan Sadhasivam , Rajendra Nayak , Prasad Subject: Re: [PATCHv2 0/9] soc: qcom: llcc: Add LLCC support for SM8450 SoC Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220206_061329_090846_B38325EA X-CRM114-Status: UNSURE ( 9.59 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 28-01-22, 13:17, Sai Prakash Ranjan wrote: > This patch series adds support for LLCC on SM8450 SoC. It mainly > consists of LLCC driver changes to incorporate newer LLCC HW found > on SM8450 SoC and the corresponding DT bits to enable LLCC. > Based on qcom/for-next branch. I have tested this on SM8450 QRD and MTP Tested-by: Vinod Koul -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel