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 6CBEA303C82; Wed, 13 Aug 2025 17:30:43 +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=1755106244; cv=none; b=r8wUNGVdbVOB6kn74mSmps398nmq+Nxa2i2+tXNhVCpsSXZUfY7RyQ2gX/7PT8aV6WcRFki4hWHnfEHxQ7paCAG9jc06kfGo8Z8JEWmrS1gjG1iNJc9ZvHLq+OBNBsOMOOesYdG4f4IndlFTw3jAncdFDxGH1acSl/adfJFwTQ0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755106244; c=relaxed/simple; bh=vkLB7a4VicTO+02Fi1mYDkZouCIcofMubKLvSx0CDEg=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=HAZ1FeyY7BOetQRiLnS00Y7VEQtqDvzLO0Bm4y6bZMSEjs6fv/Fi0s+aKTx7CS6qRLzzU2ZeTrpcdZI2rY7jLd1NrcRhKXSkRuFuraLrPeLNkeMZO0Cb7Nso7PvXy16ybMQvb4dToV4T3A+pcsYrEUfgpghEcgrvkU9t5VJC9f0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UhEq2FrV; 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="UhEq2FrV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C65F5C4CEEB; Wed, 13 Aug 2025 17:30:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755106242; bh=vkLB7a4VicTO+02Fi1mYDkZouCIcofMubKLvSx0CDEg=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=UhEq2FrVKOmHpp+HrYxeluEC7/pDOEPcfqvj+bQ1JHTlACUpUKTLPBRLTs74MNLSV zyogIUVZHDqzCw+bGalltnInYr76IN7HBaG8niqR4BVQ3CeWMQUJ6gKGYXMIG5zRQ8 aI2yxKEXeDx1bKb4lev3bz25n1Ftu7DdpTQebCm/a4I97bvMlICxgruUzUdAQCBSCf 7FouKeuJE97cbFZ8gRJnA4dn3C44X1Sr1oHHJoSefOrJDYvafVHDKHcAdwPsC2FsY0 lMLR1fn3UuKnUC2PiLzZqg47rZrBebYnOYWpqXVIHnpY+aQcGUC004Damjel5BWc6Z 0JF6PPBHgzX0g== Date: Wed, 13 Aug 2025 12:30:41 -0500 From: Bjorn Helgaas To: Stephen Rothwell Cc: Rob Herring , Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: duplicate patch in the devicetree tree Message-ID: <20250813173041.GA280259@bhelgaas> Precedence: bulk X-Mailing-List: linux-next@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: <20250813121447.4a1d3383@canb.auug.org.au> On Wed, Aug 13, 2025 at 12:14:47PM +1000, Stephen Rothwell wrote: > Hi all, > > The following commit is also in the pci tree as a different commit > (but the same patch): > > 684339e80a93 ("dt-bindings: PCI: Add missing "#address-cells" to interrupt controllers") > > This is commit > > ddb81c5c9112 ("dt-bindings: PCI: Add missing "#address-cells" to interrupt controllers") > > in the pci tree. Dropped from the pci tree, thanks!