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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 C3906C433FE for ; Mon, 11 Apr 2022 09:50:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 8448740A05; Mon, 11 Apr 2022 09:50:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yvhm1c1xYpnB; Mon, 11 Apr 2022 09:50:50 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp4.osuosl.org (Postfix) with ESMTPS id 4B54A416C5; Mon, 11 Apr 2022 09:50:50 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id E4668C0033; Mon, 11 Apr 2022 09:50:49 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 1D9E4C0083 for ; Mon, 11 Apr 2022 09:50:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id A7D6E82AA9 for ; Mon, 11 Apr 2022 09:50:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (1024-bit key) header.d=quicinc.com Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lBsg1fb80_sM for ; Mon, 11 Apr 2022 09:50:47 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from alexa-out.qualcomm.com (alexa-out.qualcomm.com [129.46.98.28]) by smtp1.osuosl.org (Postfix) with ESMTPS id 145CF82951 for ; Mon, 11 Apr 2022 09:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1649670647; x=1681206647; h=from:to:cc:subject:date:message-id; bh=FwIfYF2sW0uBB3HT6Ujtl39ujKcPOfiLJ8Kif3t6TUQ=; b=q0PzwOckVK8GQL+YPML3NhwAIybWc9yHY4dHquc5Sf+aXlsMv7QtaCco klqM/jv+cGXD9oEz6rtWxtcQ7ipd4iy7umhleJmlyVprsIhDzkGgJAkkl 94jjpERf34SqmQKXscOmTnU6GYV/c/0HGYBP4pLoxvJQI0rC6o9/gahL4 Q=; Received: from ironmsg08-lv.qualcomm.com ([10.47.202.152]) by alexa-out.qualcomm.com with ESMTP; 11 Apr 2022 02:50:47 -0700 X-QCInternal: smtphost Received: from ironmsg02-blr.qualcomm.com ([10.86.208.131]) by ironmsg08-lv.qualcomm.com with ESMTP/TLS/AES256-SHA; 11 Apr 2022 02:50:45 -0700 X-QCInternal: smtphost Received: from hu-rohiagar-hyd.qualcomm.com (HELO hu-sgudaval-hyd.qualcomm.com) ([10.213.106.138]) by ironmsg02-blr.qualcomm.com with ESMTP; 11 Apr 2022 15:20:24 +0530 Received: by hu-sgudaval-hyd.qualcomm.com (Postfix, from userid 3970568) id 76E3C3A9B; Mon, 11 Apr 2022 15:20:23 +0530 (+0530) From: Rohit Agarwal To: will@kernel.org, robin.murphy@arm.com, joro@8bytes.org, robh+dt@kernel.org, krzk+dt@kernel.org, ulf.hansson@linaro.org, agross@kernel.org, bjorn.andersson@linaro.org Subject: [PATCH v2 0/7] SDX65 devicetree updates Date: Mon, 11 Apr 2022 15:20:08 +0530 Message-Id: <1649670615-21268-1-git-send-email-quic_rohiagar@quicinc.com> X-Mailer: git-send-email 2.7.4 Cc: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, Rohit Agarwal , manivannan.sadhasivam@linaro.org, linux-arm-kernel@lists.infradead.org X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" Hello, This series adds devicetree nodes for SDX65. It adds reserved memory nodes, SDHCI, smmu and tcsr mutex support. Changes from v1: - Addressed Mani's Comments and made necessary. - Rebased on top of v5.18-rc2. Thanks, Rohit. Rohit Agarwal (7): ARM: dts: qcom: sdx65: Add reserved memory nodes dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible ARM: dts: qcom: sdx65: Add support for SDHCI controller dt-bindings: arm-smmu: Add binding for SDX65 SMMU ARM: dts: qcom: sdx65: Enable ARM SMMU ARM: dts: qcom: sdx65: Add support for TCSR Mutex ARM: dts: qcom: sdx65: Add Shared memory manager support .../devicetree/bindings/iommu/arm,smmu.yaml | 1 + .../devicetree/bindings/mmc/sdhci-msm.txt | 1 + arch/arm/boot/dts/qcom-sdx65-mtp.dts | 21 ++++ arch/arm/boot/dts/qcom-sdx65.dtsi | 110 +++++++++++++++++++++ 4 files changed, 133 insertions(+) -- 2.7.4 _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2529C4332F for ; Mon, 11 Apr 2022 09:51:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344722AbiDKJyF (ORCPT ); Mon, 11 Apr 2022 05:54:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345006AbiDKJxM (ORCPT ); Mon, 11 Apr 2022 05:53:12 -0400 Received: from alexa-out.qualcomm.com (alexa-out.qualcomm.com [129.46.98.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7359B41987; Mon, 11 Apr 2022 02:50:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1649670650; x=1681206650; h=from:to:cc:subject:date:message-id; bh=FwIfYF2sW0uBB3HT6Ujtl39ujKcPOfiLJ8Kif3t6TUQ=; b=DibQT0sMxRRdRNiRMr6MTO7VxEiJ6jJ1YruitlRGncKFX6wkwzN5rFsm C4OnZpJme3tXaEJvyL8zrbNcuauLqpsJMiEYTiw518Dfl04zxZ0/GEg6I YcGewp6+vvQDyGwIzmi0gQfL+/ufTfntIpVcfHfjkc8LwlRzzEpgMoZg7 Y=; Received: from ironmsg09-lv.qualcomm.com ([10.47.202.153]) by alexa-out.qualcomm.com with ESMTP; 11 Apr 2022 02:50:49 -0700 X-QCInternal: smtphost Received: from ironmsg02-blr.qualcomm.com ([10.86.208.131]) by ironmsg09-lv.qualcomm.com with ESMTP/TLS/AES256-SHA; 11 Apr 2022 02:50:47 -0700 X-QCInternal: smtphost Received: from hu-rohiagar-hyd.qualcomm.com (HELO hu-sgudaval-hyd.qualcomm.com) ([10.213.106.138]) by ironmsg02-blr.qualcomm.com with ESMTP; 11 Apr 2022 15:20:24 +0530 Received: by hu-sgudaval-hyd.qualcomm.com (Postfix, from userid 3970568) id 76E3C3A9B; Mon, 11 Apr 2022 15:20:23 +0530 (+0530) From: Rohit Agarwal To: will@kernel.org, robin.murphy@arm.com, joro@8bytes.org, robh+dt@kernel.org, krzk+dt@kernel.org, ulf.hansson@linaro.org, agross@kernel.org, bjorn.andersson@linaro.org Cc: manivannan.sadhasivam@linaro.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-arm-msm@vger.kernel.org, Rohit Agarwal Subject: [PATCH v2 0/7] SDX65 devicetree updates Date: Mon, 11 Apr 2022 15:20:08 +0530 Message-Id: <1649670615-21268-1-git-send-email-quic_rohiagar@quicinc.com> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hello, This series adds devicetree nodes for SDX65. It adds reserved memory nodes, SDHCI, smmu and tcsr mutex support. Changes from v1: - Addressed Mani's Comments and made necessary. - Rebased on top of v5.18-rc2. Thanks, Rohit. Rohit Agarwal (7): ARM: dts: qcom: sdx65: Add reserved memory nodes dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible ARM: dts: qcom: sdx65: Add support for SDHCI controller dt-bindings: arm-smmu: Add binding for SDX65 SMMU ARM: dts: qcom: sdx65: Enable ARM SMMU ARM: dts: qcom: sdx65: Add support for TCSR Mutex ARM: dts: qcom: sdx65: Add Shared memory manager support .../devicetree/bindings/iommu/arm,smmu.yaml | 1 + .../devicetree/bindings/mmc/sdhci-msm.txt | 1 + arch/arm/boot/dts/qcom-sdx65-mtp.dts | 21 ++++ arch/arm/boot/dts/qcom-sdx65.dtsi | 110 +++++++++++++++++++++ 4 files changed, 133 insertions(+) -- 2.7.4 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 1831DC433F5 for ; Mon, 11 Apr 2022 10:20:55 +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:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id: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:In-Reply-To:References: List-Owner; bh=PD/7HJOPR5TZrQGYakPehmMeeQqmcg2fLgf1GpxMQio=; b=0tNkEdflYNAnmW mztzujx+FoYPBlLuYtes9wQ1unK5VztTYYemaN0MOI4QBBWAug5agUqH+ILDMJbaJSN2mrRtWDzGP 4t+Ag5tqIK9PRJGOXMhlrAuz+eSNGlHiCVRm0VWnk2Mp/1fxK3q2IfCr6+r1mEdJNZOGh+PXQThCs 8RUa2+HsUdlYRK3/tHW51k1ZEAaWkwLCyPGnkudnWuBkQ2rNInqICxH7tr4UEboSyUg40Nboj5uHA 9/3W7vI07PRNIKNeJEWPoH993ziy523V2+j4AO5AHL52MgdcnVpTq4D5zFAFiOmUXrfZATL9qlV2d jr68IQOztm5OXBYvndBw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndr8w-008GAR-UQ; Mon, 11 Apr 2022 10:19:35 +0000 Received: from alexa-out.qualcomm.com ([129.46.98.28]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndqh7-00835n-Mj for linux-arm-kernel@lists.infradead.org; Mon, 11 Apr 2022 09:50:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1649670650; x=1681206650; h=from:to:cc:subject:date:message-id; bh=FwIfYF2sW0uBB3HT6Ujtl39ujKcPOfiLJ8Kif3t6TUQ=; b=DibQT0sMxRRdRNiRMr6MTO7VxEiJ6jJ1YruitlRGncKFX6wkwzN5rFsm C4OnZpJme3tXaEJvyL8zrbNcuauLqpsJMiEYTiw518Dfl04zxZ0/GEg6I YcGewp6+vvQDyGwIzmi0gQfL+/ufTfntIpVcfHfjkc8LwlRzzEpgMoZg7 Y=; Received: from ironmsg07-lv.qualcomm.com ([10.47.202.151]) by alexa-out.qualcomm.com with ESMTP; 11 Apr 2022 02:50:47 -0700 X-QCInternal: smtphost Received: from ironmsg02-blr.qualcomm.com ([10.86.208.131]) by ironmsg07-lv.qualcomm.com with ESMTP/TLS/AES256-SHA; 11 Apr 2022 02:50:46 -0700 X-QCInternal: smtphost Received: from hu-rohiagar-hyd.qualcomm.com (HELO hu-sgudaval-hyd.qualcomm.com) ([10.213.106.138]) by ironmsg02-blr.qualcomm.com with ESMTP; 11 Apr 2022 15:20:24 +0530 Received: by hu-sgudaval-hyd.qualcomm.com (Postfix, from userid 3970568) id 76E3C3A9B; Mon, 11 Apr 2022 15:20:23 +0530 (+0530) From: Rohit Agarwal To: will@kernel.org, robin.murphy@arm.com, joro@8bytes.org, robh+dt@kernel.org, krzk+dt@kernel.org, ulf.hansson@linaro.org, agross@kernel.org, bjorn.andersson@linaro.org Cc: manivannan.sadhasivam@linaro.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org, linux-arm-msm@vger.kernel.org, Rohit Agarwal Subject: [PATCH v2 0/7] SDX65 devicetree updates Date: Mon, 11 Apr 2022 15:20:08 +0530 Message-Id: <1649670615-21268-1-git-send-email-quic_rohiagar@quicinc.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220411_025049_932453_24E9496B X-CRM114-Status: UNSURE ( 8.00 ) 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: , MIME-Version: 1.0 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 Hello, This series adds devicetree nodes for SDX65. It adds reserved memory nodes, SDHCI, smmu and tcsr mutex support. Changes from v1: - Addressed Mani's Comments and made necessary. - Rebased on top of v5.18-rc2. Thanks, Rohit. Rohit Agarwal (7): ARM: dts: qcom: sdx65: Add reserved memory nodes dt-bindings: mmc: sdhci-msm: Document the SDX65 compatible ARM: dts: qcom: sdx65: Add support for SDHCI controller dt-bindings: arm-smmu: Add binding for SDX65 SMMU ARM: dts: qcom: sdx65: Enable ARM SMMU ARM: dts: qcom: sdx65: Add support for TCSR Mutex ARM: dts: qcom: sdx65: Add Shared memory manager support .../devicetree/bindings/iommu/arm,smmu.yaml | 1 + .../devicetree/bindings/mmc/sdhci-msm.txt | 1 + arch/arm/boot/dts/qcom-sdx65-mtp.dts | 21 ++++ arch/arm/boot/dts/qcom-sdx65.dtsi | 110 +++++++++++++++++++++ 4 files changed, 133 insertions(+) -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel