From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0DE3AC433EF for ; Tue, 19 Oct 2021 15:41:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E7C9E60FDA for ; Tue, 19 Oct 2021 15:41:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232507AbhJSPoK (ORCPT ); Tue, 19 Oct 2021 11:44:10 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:46900 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231848AbhJSPoI (ORCPT ); Tue, 19 Oct 2021 11:44:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To: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=+OlbF0jSuR1cXQ3cNgQFhYBGf1ZZmkVncY84uNcWU8Y=; b=wlZeNwBvlU25W+mRhLeX89o/rQ pHdRSigCWgOSi+Y3P4l1ivNhiHMWCREGUNgrUNgFvHowdLiRksDHUzuzxHa9zUeDVd1xYyNzV8hLO pP+Aq2UJax0wTmrigSurIypV2omnepek1WATh7i5oXrHZ2fCPU+HuQI6TaaXi3EpauDg=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1mcrFN-00B5hX-MU; Tue, 19 Oct 2021 17:41:49 +0200 Date: Tue, 19 Oct 2021 17:41:49 +0200 From: Andrew Lunn To: =?iso-8859-1?Q?K=F6ry?= Maincent Cc: Geert Uytterhoeven , netdev , Linux-Renesas , Linux Kernel Mailing List , Thomas Petazzoni , Sergey Shtylyov , "David S. Miller" , Jakub Kicinski , Lad Prabhakar , Biju Das , Sergei Shtylyov , Adam Ford , Yoshihiro Shimoda , Yang Yingliang Subject: Re: [PATCH] net: renesas: Fix rgmii-id delays Message-ID: References: <20211019145719.122751-1-kory.maincent@bootlin.com> <20211019173520.0154a8cb@kmaincent-XPS-13-7390> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211019173520.0154a8cb@kmaincent-XPS-13-7390> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > When people update the kernel version don't they update also the devicetree? DT is ABI. Driver writers should not break old blobs running on new kernels. Often the DT blob is updated with the kernel, but it is not required. It could be stored in a hard to reach place, shared with u-boot etc. Andrew