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 AA59AC4332F for ; Mon, 14 Nov 2022 14:22:28 +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=0+ZQ3WmBc3CFFQBcPF/V/AqM0dIi8DnZEh8q/mu3Xz4=; b=RmY4hsxM3Y2FZV P+JYvAPD7Bi/xJw3G1TQUY6GxZYSqVINxGEVKgwYeE5nEDVi1MJoceaUooR0TNf88wMItXibNgxF4 FPs5nOMCRA5K7rVgGlXeIewP/8UNATNlRzy52gmMBWG1YdwUd4HJnQ35v8Ab7lx2M9N5XiEinKjaW nsKuAnXFiWgPWqbcb+hZ0fnhUU+kbYRs+bnS1noL6UYQ18dcQrkU2ccgooRL3SCFbr2xwsQkKuCda WXcCIzsucTWTQ1n7wgtznA51z0qLctrSMtyvQTdZTTbtBg/LyRutZiWBum5dwcFelXisaIGG81Six YYf9BsoOo0BF5d7ARVbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouaL7-001fEJ-3S; Mon, 14 Nov 2022 14:21:33 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouaKk-001f3M-Fp for linux-arm-kernel@lists.infradead.org; Mon, 14 Nov 2022 14:21:12 +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 A649B611BD; Mon, 14 Nov 2022 14:21:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6FDCC4314B; Mon, 14 Nov 2022 14:21:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668435669; bh=cCgr4l61itGawFxdRxllrVCXC16nmBiEm2SG8SHIWFw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qSoeGjCbIXhd8/b+yZ+GKamfZaFl3PMQIdG9uoC6nAEEA9Dnda/2836cIhpI/cCJ/ SgmEfXr4Zf1lEk+to1EhaXC1JgFOLIMfzhMfh11lSgWM3Mo4CHsgAxCpGCxtWsjGy3 80NNc7+cgscQLvHQXAuBZhSABsBiMXYalMDlMS6pRib+udvk8E5VHu5S+1QbFUZUPT DMUXbWOnW9teP+QQE+gz12DeNJY6amTcyDf+TWe0vTSEd2kk7YivaP8DcFq+8+S9dJ eXFl+oVeThDXvhXFzLpZnWCKRpq8mpmLzga4C/HUP1JQJnPvbfoX+8Uam/jQqg0qBm pFRhANNMgOuXw== From: Will Deacon To: Rob Herring , Melody Olvera , Krzysztof Kozlowski , Joerg Roedel Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , linux-kernel@vger.kernel.org, iommu@lists.linux.dev, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Robin Murphy Subject: Re: [PATCH v3 0/2] Add smmu support for QDU1000/QRU1000 SoCs Date: Mon, 14 Nov 2022 14:20:56 +0000 Message-Id: <166843314664.2454145.14229818075089029138.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221026190534.4004945-1-quic_molvera@quicinc.com> References: <20221026190534.4004945-1-quic_molvera@quicinc.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221114_062110_633119_ECD2082E X-CRM114-Status: GOOD ( 11.99 ) 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 Wed, 26 Oct 2022 12:05:32 -0700, Melody Olvera wrote: > This patchset adds smmu bindings and driver support for the QDU1000 > and QRU1000 SoCs. > > The Qualcomm Technologies, Inc. Distributed Unit 1000 and Radio Unit > 1000 are new SoCs meant for enabling Open RAN solutions. See more at > https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/documents/qualcomm_5g_ran_platforms_product_brief.pdf > > [...] Applied to arm64 (for-joerg/arm-smmu/bindings), thanks! [1/2] dt-bindings: arm-smmu: Add compatible bindings for QDU1000 and QRU1000 https://git.kernel.org/arm64/c/6313f4b5a438 [2/2] drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementation https://git.kernel.org/arm64/c/7b52f53ce191 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