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 66904C7EE2F for ; Mon, 5 Jun 2023 16:35:42 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bkwf/eXpTb1OM/eR19f3M4x3EETmCXdDiGWTU2xbsGI=; b=d79AQzayeVISL1 4lQwod8KGIaRUgGeBHVhmn1av4lJWOqpqLC1YIieKcAFwwK5Q6sZlAZfDQZsxk/9ttECMdf2wvZZe 5pKM+NInaVTSj07RtTyCD9p7yBZWJzl7FUq2g5Cz7lUOxSQ4AN/HqC/N/p9b3UkvZNlRGpIlpnTKe yHj2RQvawLjZtfgmiFojA5i7rPmhyGIJqZpwBS9ZM1NZB3ljfR5gpMyY3IkHLoCvJT/h8wqWOuEsP QMjC/1TJzyJs22WZ5v6oQ5XCSDDm0bMGjyr5+mz5g4hQdYlxwFZoF+Q11RQfoSlyfgsIOzd5R5qNZ EpmYHs2dmkiIsEVPlVSw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q6DAt-00G9LZ-09; Mon, 05 Jun 2023 16:35:19 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q6DAq-00G9Ky-2P for linux-arm-kernel@lists.infradead.org; Mon, 05 Jun 2023 16:35:18 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 1D71562395; Mon, 5 Jun 2023 16:35:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 792CFC433D2; Mon, 5 Jun 2023 16:35:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685982915; bh=zDePudP0DIR1Wb1O58bInOt74h9pSblZwyhXOT/M3Hk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BRLcSUDjdioCI3RhbR5gPH62O+NlFoutQE/GVqFrkM8GfbZSRJHtR+8PqwyQvHs85 QLa+14K5UIVgmig6BroBG1m00K7UwoH2tLzrKzLsWTFc+yDW5MZ/SzbvOo5imJyDN3 tr5Vdz4Sy42wxrXVf4FjYd7njW5kzAtRbeBxyej4uMZ1VV06MQ4k5Bqy7Xl0ra389h VvEa1yf8mwxKHW0iJbjLhdZFHp6g79UMROiiVMcBaNJ5qXRs/00622zuejcFzRZKWf k+A1Vbzzq8YsaJv44tLRm2EJQ9VopXBmtbnaRdht9Q5admb/YUvkQ1zjVWbeb08Jz8 561RqQviWbv1Q== From: Will Deacon To: Andy Gross , Rob Herring , Catalin Marinas , Konrad Dybcio , Arnd Bergmann , Bjorn Andersson , Bartosz Golaszewski , Sebastian Reichel , Krzysztof Kozlowski Cc: kernel-team@android.com, Will Deacon , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski , linux-pm@vger.kernel.org Subject: Re: [PATCH v4 0/5] arm64: dts: qcom: sa8775p: add more IOMMUs Date: Mon, 5 Jun 2023 17:35:01 +0100 Message-Id: <168597911073.23229.8836975612213411980.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230417125844.400782-1-brgl@bgdev.pl> References: <20230417125844.400782-1-brgl@bgdev.pl> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230605_093516_846504_019201F9 X-CRM114-Status: GOOD ( 11.08 ) 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 Mon, 17 Apr 2023 14:58:39 +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add the GPU and PCIe IOMMUs for sa8775p platforms as well as the required > GPU clock controller driver. > > NOTE: I didn't pick up Krzysztof's tag for patch 4/5 as the patch changed > significantly. > > [...] Applied bindings patch to will (for-joerg/arm-smmu/bindings), thanks! [4/5] dt-bindings: iommu: arm,smmu: enable clocks for sa8775p Adreno SMMU https://git.kernel.org/will/c/387a80a74125 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel