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 25DF621638D; Thu, 29 May 2025 11:31:27 +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=1748518288; cv=none; b=QvjFxUGKhJUYbxGGFD1jf+KwtX2JkGmBiNQZL0Yq9OGlJolyEh4ra91FlqfJgTPh1z0EEImSAEmbBmSaKa04Rs9jY6TZsa+RscISc1D+GgkQIiY8WE9x4W3TeHIHm/Msx9h7cSHh9kohAfZ6LAJ+dIcuXXkWiAb6V8rTuQS87js= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748518288; c=relaxed/simple; bh=53yuKezs5ilpcnEdLeOi3VA/lnDiQmGthxtSC8SQoCw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mYWTlh36LYp4M1HzunxGWEdhjYyaWHFxdwELy2o14/wtrL3Jjb8anFB6EUzeVCRwOiEW0/XDOd979ZVID6tzqtSNAAkKtoXaMPWa4ozbrERRPQli8KNDHukKOnWtrTFy27zxleFCgxuEhSYYI0vnqcB+PlVWw57P1uXhJi914eA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Efq02rrH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Efq02rrH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ED1B1C4CEE7; Thu, 29 May 2025 11:31:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1748518287; bh=53yuKezs5ilpcnEdLeOi3VA/lnDiQmGthxtSC8SQoCw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Efq02rrHVKWrTVeTHqrfz4P8aBiP8S5VoeLVafK3DbQUgDAPNznko4YJddWg9VXT8 ZG0GufYhF4BKGiQMjpIettK3p4JBRx9X1WLaFf6i0Y07LdqDYALVtbBNWgMty/AbBZ Jk7Ku0MOSK9fgRcyxZKhbBLbc0q0U6NzKCfeCKqE= Date: Thu, 29 May 2025 13:31:24 +0200 From: Greg Kroah-Hartman To: Andrea della Porta Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Florian Fainelli , Broadcom internal kernel review list , Lorenzo Pieralisi , Krzysztof Wilczynski , Manivannan Sadhasivam , Bjorn Helgaas , Linus Walleij , Catalin Marinas , Will Deacon , Bartosz Golaszewski , Derek Kiernan , Dragan Cvetic , Arnd Bergmann , Saravana Kannan , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-gpio@vger.kernel.org, Masahiro Yamada , Stefan Wahren , Herve Codina , Luca Ceresoli , Thomas Petazzoni , Andrew Lunn , Phil Elwell , Dave Stevenson , kernel-list@raspberrypi.com, Matthias Brugger Subject: Re: [PATCH v10 0/13] Add support for RaspberryPi RP1 PCI device using a DT overlay Message-ID: <2025052908-goldmine-ramp-b865@gregkh> References: Precedence: bulk X-Mailing-List: linux-pci@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: On Thu, May 29, 2025 at 01:23:35PM +0200, Andrea della Porta wrote: > *** RESENDING PATCHSET SINCE LAST ONE HAS CLOBBERED SEQUENCE NUMBER *** Then it needs to be a new version, not the same one please. thanks, greg k-h