From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4512726CE32; Thu, 29 Jan 2026 17:14:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769706842; cv=none; b=SR9NI1J05eroZp3qGP5HaHzY2voPajiFcZCZN3OYKIk4M0nZ4Jk/7TOyio4Rhp0P+2DuKrAXxlDFuC4IwKieduZLR26QzxOn8kEqouBhEKf2v7Ypyr7I6swqACJOpq/gkojct8lth7ngqx2zNCpH6CLQXOz6UfNJMYSkZpjJAL4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769706842; c=relaxed/simple; bh=27kNKSKigZ302oO4twnPMLC0uG5HbWa0Z1KJS0oe/D8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=U4ETeOWKNtVc1UST6z0dnxEZ8a+p4vqDBFRmLzMuPnTT0TDUZQaOcRP9/AXhGGdVptnQM90At+X2QVhXIgqd97IUgWyhudAcuf0A4RvkWv/uPIx3uKuzJqhy3mrWQVnIanZt/zCAW4F96C8gkX++l0ZcJ9NSZ4ffx3MUPXzCdDE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tN4zAYJX; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tN4zAYJX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B720BC4CEF7; Thu, 29 Jan 2026 17:14:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769706841; bh=27kNKSKigZ302oO4twnPMLC0uG5HbWa0Z1KJS0oe/D8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tN4zAYJXAZpEy3d6ProYbKGSY739oMbmdfcn5NU4TuOi72e2duwvu2H4xBEsLEWiC +JfvZeFm2UoEdMRZd47svwmODAxX4pi3zeaF22UV2W/nuE39wNgGsFhdZlmYMie1ta Nx/EhbK+wOMQoo6E+UtPTGBdAU+fTt5ml2q7wY8+UX2f35E1r04rmfWgxcV1rW4H0s q2/gPbIS54mC4uNOSqn1qmQZyZzuBAZEE6VlKzYlw5CsXsJoYKtAcDPJPCQ4gB16cp foi/HCKIAOHR6emQmWYkoPwzBE2XfhY7zv2hG+EzWGi58mMWxeiYd7rERf/JO/Mpv6 wDcR4TVpKurRA== Date: Thu, 29 Jan 2026 11:14:00 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Miguel Ojeda , Saravana Kannan , Nathan Chancellor , Nick Desaulniers , Bill Wendling , Justin Stitt , Russell King , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Krzysztof Kozlowski , Alim Akhtar , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , "Christophe Leroy (CS GROUP)" , Nipun Gupta , Nikhil Agarwal , Abel Vesa , Peng Fan , Michael Turquette , Stephen Boyd , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Vinod Koul , Sylwester Nawrocki , Mauro Carvalho Chehab , "Rafael J. Wysocki" , Viresh Kumar , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, llvm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-clk@vger.kernel.org, imx@lists.linux.dev, dmaengine@vger.kernel.org, linux-media@vger.kernel.org, linux-pm@vger.kernel.org, Jonathan Cameron , Frank Li Subject: Re: [PATCH v3 00/12] of/treewide: Simplify with for_each_compatible_node_scoped() Message-ID: <20260129171400.GA1287342-robh@kernel.org> References: <20260109-of-for-each-compatible-scoped-v3-0-c22fa2c0749a@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260109-of-for-each-compatible-scoped-v3-0-c22fa2c0749a@oss.qualcomm.com> On Fri, Jan 09, 2026 at 05:57:44PM +0100, Krzysztof Kozlowski wrote: > Dependencies/merging > ==================== > 1. First patch is a prerequisite for entire set, so either everything > goes via same tree, the further patches wait a cycle or stable tag is > shared from DT tree. > > 2. The last media patch depends on my earlier cleanup. > > Changes in v3: > - New patch: cdx: Use mutex guard to simplify error handling > - Collect tags > - Link to v2: https://patch.msgid.link/20260106-of-for-each-compatible-scoped-v2-0-05eb948d91f2@oss.qualcomm.com > > Changes in v2: > - Update also scripts/dtc/dt-extract-compatibles (Rob) > - Collect tags > - Link to v1: https://patch.msgid.link/20260105-of-for-each-compatible-scoped-v1-0-24e99c177164@oss.qualcomm.com > > Description > =========== > Simplify for_each_compatible_node() users with a new helper - > for_each_compatible_node_scoped(). > > Best regards, > Krzysztof > > --- > Krzysztof Kozlowski (12): > of: Add for_each_compatible_node_scoped() helper > ARM: at91: Simplify with scoped for each OF child loop > ARM: exynos: Simplify with scoped for each OF child loop > powerpc/fsp2: Simplify with scoped for each OF child loop > powerpc/wii: Simplify with scoped for each OF child loop > cdx: Simplify with scoped for each OF child loop > cdx: Use mutex guard to simplify error handling > clk: imx: imx27: Simplify with scoped for each OF child loop > clk: imx: imx31: Simplify with scoped for each OF child loop > dmaengine: fsl_raid: Simplify with scoped for each OF child loop > cpufreq: s5pv210: Simplify with scoped for each OF child loop > media: samsung: exynos4-is: Simplify with scoped for each OF child loop I applied all but the last patch which did not apply for me. Send it next cycle. Rob