From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 7C68429DB6A; Fri, 17 Oct 2025 17:46:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760723171; cv=none; b=AtP1gt+LtlPG2vOiJc2EzF9MZhuFlZagf2nTtUu93IBeSmRCdSUN88QEWI+j0P2SOcnpelAmUHXlQej/AZi1ut4hK7wzxZK2tVYnb726UQ7EtAnB9zAu3kAyquhbTV94iXzK1y5QLhzT2eSlJPjQcG2QTi+O0mP4L3MCUfJenng= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760723171; c=relaxed/simple; bh=AAJgAlguIMOetfHqhbRCkb3E7rW2+ov3rviLWVPySh8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pvXEpt0wAkxXY4PDh2tg0KJ28PuiDU/8AFqU1D5utSTsL9FwbBJaA7bb6Lt9GBWj7wbLdeIeYysvN+1mffzXEUFvZvaG6LjCI/PibmGYW/HDbh13FPEUqS6Wv4rb54au0qqtGztkicGhq1ZXjlM8pfhnKDqmgqoD/uzuvxzUReg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=46dndhZJ; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="46dndhZJ" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=g9a9Ld8B1QrKqdht/3ZlhdreVZqXI9snGiuRoSsK9lk=; b=46 dndhZJAuBlBuquZcBMgFLDkE+FdlbGzDwrakK1+BzQ0X6NYh7COnnSaLdI/Tu6BhPn8FAyGeqh68p /EcXX3ttp7C84DrVKx9+oeqadjHPnTuqpobpXNfa/j9n8sZjXKJtT21XYKQ5MgkonbKpprFo3rTEW 8AzWlY4EwwC19AA=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1v9oWb-00BJNM-2a; Fri, 17 Oct 2025 19:45:57 +0200 Date: Fri, 17 Oct 2025 19:45:57 +0200 From: Andrew Lunn To: =?iso-8859-1?Q?Th=E9o?= Lebrun Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Nicolas Ferre , Claudiu Beznea , Richard Cochran , Russell King , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Vladimir Kondratiev , Tawfik Bayouk , Thomas Petazzoni , =?iso-8859-1?Q?Gr=E9gory?= Clement , =?iso-8859-1?Q?Beno=EEt?= Monin , Maxime Chevallier , Krzysztof Kozlowski Subject: Re: [PATCH net-next 01/15] dt-bindings: net: cdns,macb: sort compatibles Message-ID: References: <20251014-macb-cleanup-v1-0-31cd266e22cd@bootlin.com> <20251014-macb-cleanup-v1-1-31cd266e22cd@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20251014-macb-cleanup-v1-1-31cd266e22cd@bootlin.com> On Tue, Oct 14, 2025 at 05:25:02PM +0200, Théo Lebrun wrote: > Compatibles inside this enum are sorted-ish. Make it sorted. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Théo Lebrun Reviewed-by: Andrew Lunn Andrew