From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 1B56D168BD; Fri, 28 Nov 2025 11:36:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764329793; cv=none; b=n15/0ZpXPAHONrQa9/7ZopFK+YJSCqC2IKJ05lSNkZJsQsV8jSdb3k7CgSzIJhRKGlhDinfTJ9lqsuXtuy1gp4pPWCRlsRw/WOrHclJd7tlPOKmVly0RRShQar2Kx2hap6ICtXZXCdUJnAfT82G9hQboIdYmS1yEBVLA2+YzKho= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764329793; c=relaxed/simple; bh=J+3r3lcldx1cvjmCqxhjji4xpIJl5BiY1yYDwhHBj2w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rAI1/emsie69Tk5+/GHcm9B7/N1sb8wNZNV0s4gkw0QDFH9U6AqqeDCWNv1FW0NEcp4gGDuopwbaX4oBoxEPCrYncrRa6KSTtRuVFjljysaHfvUUVQcifpQdglbKrCCu8Tj/M49CHHS55UEpWTVTzUliCqze3xr2bt0aKKXrkD4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1vOwm4-0005X9-00; Fri, 28 Nov 2025 12:36:28 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 75E7FC0256; Fri, 28 Nov 2025 12:35:59 +0100 (CET) Date: Fri, 28 Nov 2025 12:35:59 +0100 From: Thomas Bogendoerfer To: Gregory CLEMENT Cc: =?iso-8859-1?Q?Th=E9o?= Lebrun , Vladimir Kondratiev , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Kishon Vijay Abraham I , Michael Turquette , Stephen Boyd , Philipp Zabel , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-clk@vger.kernel.org, =?iso-8859-1?Q?Beno=EEt?= Monin , Maxime Chevallier , Tawfik Bayouk , Thomas Petazzoni Subject: Re: [PATCH v4 6/7] MIPS: mobileye: eyeq5: add two Cadence GEM Ethernet controllers Message-ID: References: <20251124-macb-phy-v4-0-955c625a81a7@bootlin.com> <20251124-macb-phy-v4-6-955c625a81a7@bootlin.com> <87y0nq4hd2.fsf@BLaptop.bootlin.com> <87v7iu4eob.fsf@BLaptop.bootlin.com> Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87v7iu4eob.fsf@BLaptop.bootlin.com> On Fri, Nov 28, 2025 at 11:47:16AM +0100, Gregory CLEMENT wrote: > Thomas Bogendoerfer writes: > > > On Fri, Nov 28, 2025 at 10:49:13AM +0100, Gregory CLEMENT wrote: > >> Hello Thomas, > >> > >> > Add both MACB/GEM instances found in the Mobileye EyeQ5 SoC. > >> > > >> > Acked-by: Thomas Bogendoerfer > >> > >> Can you confirm that you will include this patch and the following one > >> in your mips-next branch? > > > > I haven't planned doing this. > > > >> As you gave your Acked-by on it, I believe this will be the case, but I > >> want to be sure they aren't forgotten. > > > > the Acked-by is meant for including the patches into the tree, where the > > rest of this series is going in. > > However, according to the cover letter, there are no build dependencies > between these patches and the driver-related patch. Furthermore, since > it introduces a new compatible string, even if the driver part is not > yet merged, we won’t experience any regression. Therefore, I believe it > is safe to merge these two patches unless you have any concerns about > them. no concerns, but aren't they useless without the code changes ? Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]