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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 83A55C4743E for ; Tue, 8 Jun 2021 12:33:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6C3ED61287 for ; Tue, 8 Jun 2021 12:33:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232785AbhFHMfM (ORCPT ); Tue, 8 Jun 2021 08:35:12 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:55843 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232772AbhFHMfL (ORCPT ); Tue, 8 Jun 2021 08:35:11 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1623155599; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=rqM3fUXUMOHAbavoHfTY6h2xEOV5jKG4BPoa4nABeLE=; b=TXqjja5DRyYL7fDjg5ryhnwDk7iM77hOdceDNo4RldOOqZ22pceALIujZn7Swg18eOBojAGr zsogDLTHG0EGDgMW54nYknreK21tFQOhQTnTC81fjyJqX6Oe40HQlggFQhGHWWdkw0+cfHZF WrHcshv4fUZBpCC75xaz/xu3ziQ= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n02.prod.us-east-1.postgun.com with SMTP id 60bf6377e27c0cc77fa97adb (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 08 Jun 2021 12:32:55 GMT Sender: saiprakash.ranjan=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id C886FC43460; Tue, 8 Jun 2021 12:32:54 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: saiprakash.ranjan) by smtp.codeaurora.org (Postfix) with ESMTPSA id 37632C433F1; Tue, 8 Jun 2021 12:32:54 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 08 Jun 2021 18:02:54 +0530 From: Sai Prakash Ranjan To: Will Deacon Cc: Robin Murphy , Joerg Roedel , iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Jordan Crouse , Rob Clark , Akhil P Oommen , Bjorn Andersson Subject: Re: [PATCHv3 0/2] iommu/arm-smmu-qcom: Add SC7280 support In-Reply-To: <20210608120115.GA10174@willie-the-truck> References: <20210608120115.GA10174@willie-the-truck> Message-ID: <24b5ab1c287e86f195a34e6a780d5505@codeaurora.org> X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-06-08 17:31, Will Deacon wrote: > On Tue, Apr 20, 2021 at 11:34:55AM +0530, Sai Prakash Ranjan wrote: >> Patch 1 adds the sc7280 smmu compatible. >> Patch 2 moves the adreno smmu check before apss smmu to enable >> adreno smmu specific implementation. >> >> Note that dt-binding for sc7280 is already merged. > > This conflicts with what I've already got queued at [1]. Please can you > send an updated version, as I wasn't sure about the initialisation > order > you need here wrt to the ACPI parts. > > Thanks, > > Will > > [1] > https://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git/log/?h=for-joerg/arm-smmu/updates Sure, have rebased and sent the updated patch [1] after testing for the order. Thanks, Sai [1] https://lore.kernel.org/lkml/cover.1623155117.git.saiprakash.ranjan@codeaurora.org/ -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation