From patchwork Tue Aug 27 11:45:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jinjie Ruan X-Patchwork-Id: 13779363 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 5C86CC54735 for ; Tue, 27 Aug 2024 11:39:24 +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:Content-Type: Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject:To:From: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=RmI/Xg1AFnxD4Yy5w5fyH9m06SUAmvD8eY0ep/60C7c=; b=LtQIeoqlEeQGro D0Rur4sDw9ESRWW8mq/AefjY3ZYUkio4gqBmJKfVsuT5k3Psv8kTk3Q3JsTjqOHuPLMh34lHtdxe/ tZcDVgbkl/LM2B64lGOnMIlfDGNPypTRx8Z6dkKA8a2C3EUlZhe3mMPfZFwJCv/jqdCFcuaCGXhki fTZeXijRenHrJjF3cDp6H28oz4BKbc18lCtlAdhsG7b5hOXFKk7wuZh4PlO6DWVIKLFGpNTTDnA3s ByeqGHmwcT36CgNtRSLiT1qH1p4hNKOz9MHoZl9aLZUQ+oQTg+Ub6zRYNCzq9hcTCGGcjS0N3uVfD 8mDJcTevozmbrecgG/jA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1siuXc-0000000B3BF-0DcF; Tue, 27 Aug 2024 11:39:16 +0000 Received: from szxga01-in.huawei.com ([45.249.212.187]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1siuWd-0000000B2e1-2Cw7 for linux-arm-kernel@lists.infradead.org; Tue, 27 Aug 2024 11:38:17 +0000 Received: from mail.maildlp.com (unknown [172.19.88.105]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4WtQWS6HGQzyQYJ; Tue, 27 Aug 2024 19:37:24 +0800 (CST) Received: from kwepemh500013.china.huawei.com (unknown [7.202.181.146]) by mail.maildlp.com (Postfix) with ESMTPS id 0FFB6140137; Tue, 27 Aug 2024 19:38:12 +0800 (CST) Received: from huawei.com (10.90.53.73) by kwepemh500013.china.huawei.com (7.202.181.146) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Tue, 27 Aug 2024 19:38:11 +0800 From: Jinjie Ruan To: , , , , , , , , , , , , , , , , , , , , Subject: [PATCH -next 0/8] soc: Simplify with scoped for each OF child loop and dev_err_probe() Date: Tue, 27 Aug 2024 19:45:59 +0800 Message-ID: <20240827114607.4019972-1-ruanjinjie@huawei.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-IP: [10.90.53.73] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemh500013.china.huawei.com (7.202.181.146) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240827_043815_843771_5C13C104 X-CRM114-Status: UNSURE ( 5.39 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Use for_each_child_of_node_scoped() to simplify code. Jinjie Ruan (8): soc: fsl: cpm1: Simplify with scoped for each OF child loop soc: fsl: cpm1: Simplify with dev_err_probe() soc: fsl: cpm1: qmc: Simplify with scoped for each OF child soc: fsl: cpm1: qmc: Simplify with dev_err_probe() soc/tegra: pmc: Simplify with scoped for each OF child loop soc: dove: Simplify with scoped for each OF child loop soc: ti: knav_dma: Simplify with scoped for each OF child loop soc: ti: knav_qmss_queue: Simplify with scoped for each OF child loop drivers/soc/dove/pmu.c | 9 ++-- drivers/soc/fsl/qe/qmc.c | 66 ++++++++--------------- drivers/soc/fsl/qe/tsa.c | 90 ++++++++++---------------------- drivers/soc/tegra/pmc.c | 12 ++--- drivers/soc/ti/knav_dma.c | 16 ++---- drivers/soc/ti/knav_qmss_queue.c | 57 +++++++------------- 6 files changed, 80 insertions(+), 170 deletions(-)