From patchwork Tue Jul 9 14:13:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tengfei Fan X-Patchwork-Id: 13728138 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 16242C2BD09 for ; Tue, 9 Jul 2024 14:14:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:CC:To: Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Subject: 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=CaoST2pmH0+rKjnT4vtfSh/+Cyk6rbDR7dh4DEwAvUY=; b=A4FWpC9hVMwwNl Uj+iqJvtQIaJf2zQ4WuUE+5OEs4nIKcVZWL30W1G9y4Fv6ymq681DwNCEuhvU61rLbqoGbJO7XzMo JEXDAhzDrhn+VwI0lXLwIC9f4gqq6isvPOGvQYvirqhPxSPk7te+CdeFB+4TW5CX9Xxqs34qLiqfW CyjSgVnOoXro8BKpU2disRshIm3CTmjglktwQ5/0L6jc5ywbeDC5Myd5pZMCxDx7YRtcG/2NmGEUj WZcElZwrGdWCDd7pV85+6zuZr0cmwmokXlpO6Iy5ioJAyVsitNQE7GUVR/H/zi+HNZqa9KP/ATuOP PoxQbo8KINbAwxY32WEA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRBbl-00000007WYR-37Rg; Tue, 09 Jul 2024 14:14:17 +0000 Received: from mx0b-0031df01.pphosted.com ([205.220.180.131]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRBbK-00000007WPW-0vMO for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2024 14:13:52 +0000 Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 469BON6r006674; Tue, 9 Jul 2024 14:13:41 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to; s=qcppdkim1; bh=CaoST2pmH0+rKjnT4vtfSh /+Cyk6rbDR7dh4DEwAvUY=; b=n0TgL3stKVVtv4f+Am+sHjF/JrkP4pa7vi/W6j xUun1OCTgeG7hwNXKa9Vch/gvo+pX8rcAGWTd3/mPLfjoy3UM6a+0JrJHN/aRjV9 zN0DiYFtJD/B++0Fr7PXdM+lXkFHyS9Reqm2NNCSds1Nm4y0KVGOXryQg3UnEn58 v1OdPP56P2kaz35uSHjZF02UlPCK601aUNgy3J2X9gxHuwjIV5I2U2rxtEtm809I epPlWeW52eyKtCjBXv+09BIaz9kPUa9J5sXvj4EJQd88xEQxwRxiiJ241g+Ms8l9 HthV95BC1IXB0b4MSHZEM/DrRRYe2+K8H0yQk7gocDyGQqng== Received: from nalasppmta02.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 406wjn6vup-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 09 Jul 2024 14:13:40 +0000 (GMT) Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA02.qualcomm.com (8.17.1.19/8.17.1.19) with ESMTPS id 469EDdYc027290 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 9 Jul 2024 14:13:39 GMT Received: from tengfan-gv.ap.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Tue, 9 Jul 2024 07:13:31 -0700 From: Tengfei Fan Subject: [PATCH v2 0/2] net: stmmac: dwmac-qcom-ethqos: Add QCS9100 ethqos compatible Date: Tue, 9 Jul 2024 22:13:16 +0800 Message-ID: <20240709-add_qcs9100_ethqos_compatible-v2-0-ba22d1a970ff@quicinc.com> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIAHxFjWYC/zXNQQ6DIBRF0a00jIv5oEbsqPtoDEEE/UkLCtS0M e69aNLheYP7NhJNQBPJ7bKRYFaM6F0Gv16InpQbDcUhm3DgFTTQUjUMctGxZQDSpGnxUWr/mlX C/mmo7eu+F62wtipJbszBWPyc/UeXPWFMPnzPu5Ud679cAq9FDQVnDQcQlNHljVom40ar3P0AO l3kL9Lt+/4DZSQ5e7kAAAA= To: Vinod Koul , "David S. Miller" , Eric Dumazet , Jakub Kicinski , "Paolo Abeni" , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bhupesh Sharma , Alexandre Torgue , Giuseppe Cavallaro , Jose Abreu , Maxime Coquelin CC: , , , , , , , Tengfei Fan X-Mailer: b4 0.15-dev-a66ce X-Developer-Signature: v=1; a=ed25519-sha256; t=1720534411; l=1755; i=quic_tengfan@quicinc.com; s=20240709; h=from:subject:message-id; bh=Mw5x00adUnIjpT8DodMmSlrNRcQFSUqIMX44J0tivsw=; b=Dlmhrv55eb8QYhDCsA0jLYoMpuqxItalZicV2Do7X7cQ0L/BYcpZr+LeES9iMy98HabcYIEWn Vpqd1Mmgba6DTF+UgNTXQ84wUlNW8YDwj8Q8QQEXl8YwXxkp3ll/jLt X-Developer-Key: i=quic_tengfan@quicinc.com; a=ed25519; pk=4VjoTogHXJhZUM9XlxbCAcZ4zmrLeuep4dfOeKqQD0c= X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: hqRpyPPU7VmqBgsb72Xc4B8Q0JdtsroC X-Proofpoint-GUID: hqRpyPPU7VmqBgsb72Xc4B8Q0JdtsroC X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-07-09_04,2024-07-09_01,2024-05-17_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=799 clxscore=1015 mlxscore=0 adultscore=0 lowpriorityscore=0 suspectscore=0 priorityscore=1501 phishscore=0 malwarescore=0 bulkscore=0 impostorscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2406140001 definitions=main-2407090091 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240709_071350_437160_DC41231A X-CRM114-Status: GOOD ( 13.09 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Introduce support for the QCS9100 SoC device tree (DTSI) and the QCS9100 RIDE board DTS. The QCS9100 is a variant of the SA8775p. While the QCS9100 platform is still in the early design stage, the QCS9100 RIDE board is identical to the SA8775p RIDE board, except it mounts the QCS9100 SoC instead of the SA8775p SoC. The QCS9100 SoC DTSI is directly renamed from the SA8775p SoC DTSI, and all the compatible strings will be updated from "SA8775p" to "QCS9100". The QCS9100 device tree patches will be pushed after all the device tree bindings and device driver patches are reviewed. The final dtsi will like: https://lore.kernel.org/linux-arm-msm/20240703025850.2172008-3-quic_tengfan@quicinc.com/ The detailed cover letter reference: https://lore.kernel.org/linux-arm-msm/20240703025850.2172008-1-quic_tengfan@quicinc.com/ Signed-off-by: Tengfei Fan --- Changes in v2: - Split huge patch series into different patch series according to subsytems - Update patch commit message prevous disscussion here: [1] v1: https://lore.kernel.org/linux-arm-msm/20240703025850.2172008-1-quic_tengfan@quicinc.com/ --- Tengfei Fan (2): dt-bindings: net: qcom,ethqos: add description for qcs9100 net: stmmac: dwmac-qcom-ethqos: add support for emac4 on qcs9100 platforms Documentation/devicetree/bindings/net/qcom,ethqos.yaml | 1 + Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 ++ drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 1 + 3 files changed, 4 insertions(+) --- base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233 change-id: 20240709-add_qcs9100_ethqos_compatible-fb5bb898ff43 Best regards,