Received: by 10.223.176.5 with SMTP id f5csp302444wra; Fri, 2 Feb 2018 23:26:03 -0800 (PST) X-Google-Smtp-Source: AH8x2279zqpU5MDD2iEuimDRrsaLRlCfVFwhxRz2e4AvKZNmKPCTW0Ryw/UYUYKpEyIngcRwvvMs X-Received: by 10.98.217.28 with SMTP id s28mr42561819pfg.69.1517642763857; Fri, 02 Feb 2018 23:26:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517642763; cv=none; d=google.com; s=arc-20160816; b=ztTg9YxgAfe4h0Iel0ri//4BKIhG915MK8e5ypLYaDjZQ+slporx5Nzf3NkSW0fO/3 mJOH0tvtIwdfbHZnILKz8bCzH9WOBIJ5g0Ldd6qIeB4EBIB22CObQhDZImBD0I5+hyKI sGDuhdp25w9VAOjqCOlmJH+yb83FYk09lDPPK4ZNobQuHi/ghg4ptl8WoHCd6EeCjZum VuWeShyx9MsaAoF8I9ax+obS190FiJhQcoAqWKBqFUNAueBMZ8EUrrkpgv/UwNDI0Jza 2WhzxQaLmvUTjk4QBEUVpRNEg0Ue5/UQfsZmfy5xebr4DgTYvYlH/E3JUAiJJeKQOIiy oKdQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:from:cc:to:subject :content-transfer-encoding:mime-version:references:in-reply-to:date :arc-authentication-results; bh=HeVnvn5SvDzsViV4+gHPwRnC7Ga5B92YrNoH3pVDwbo=; b=Fq1Ro3NmR9tuZ8DTtjuQVnzZ9VH8BnekVeI9quoM7Gy7/xQnJ4P35ynl8HRYnh+/y1 a28NDleBCvWh6VfWH+yir030BuccqquyrKdx11EAJVyTgdB6ycPTZ2drIsDNW2zvcK6C FIWfbWc8t2jHqGKJWmxjGfW3QURXu1QXgl93fCh4DE1bm5rhfobB4V4E9i9vjYfqMleD uKaFtULsOyYtJz2c+WwUIgUl+kGv2SWUBdjIga0EUhh2XHtRcB9uCVgQjsBykpFxIFdv qJwYD6gnEBQXJmtkHRfGovq1s1L7fiOljqJXUuqcMVnQyvK1E7bANPLZ40EbC4vAzC0+ 6AhQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b2-v6si3503229plk.478.2018.02.02.23.25.48; Fri, 02 Feb 2018 23:26:03 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750827AbeBCHWI convert rfc822-to-8bit (ORCPT + 99 others); Sat, 3 Feb 2018 02:22:08 -0500 Received: from hermes.aosc.io ([199.195.250.187]:44812 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750708AbeBCHWD (ORCPT ); Sat, 3 Feb 2018 02:22:03 -0500 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id BB68E56D81; Sat, 3 Feb 2018 07:22:00 +0000 (UTC) Date: Sat, 03 Feb 2018 15:21:42 +0800 In-Reply-To: References: <20180202180456.60378-1-icenowy@aosc.io> <20180202180456.60378-2-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [linux-sunxi] [PATCH 1/3] net: stmmac: dwmac-sun8i: drop V3s compatible and add V3 one To: linux-arm-kernel@lists.infradead.org, Julian Calaby CC: devicetree , netdev , linux-sunxi , "linux-kernel@vger.kernel.org" , Chen-Yu Tsai , Corentin Labbe , Giuseppe Cavallaro , Maxime Ripard , "David S . Miller" , "Mailing List, Arm" From: Icenowy Zheng Message-ID: <10F6ADAB-1E1E-4C14-8809-9471ABABBB8A@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年2月3日 GMT+08:00 下午2:00:33, Julian Calaby 写到: >Hi Icenowy, > >On Sat, Feb 3, 2018 at 5:04 AM, Icenowy Zheng wrote: >> The V3s is just a differently packaged version of the V3 chip, which >has >> a MAC with the same capability with H3. The V3s just doesn't wire out >> the external MII/RMII/RGMII bus. (V3 wired out it). >> >> Drop the compatible string of V3s in the dwmac-sun8i driver, and add >a >> V3 compatible string, which has all capabilities. > >Aren't compatible strings technically API, so don't we need to support >those that are out in the wild "forever"? > >Therefore shouldn't we leave the v3s variant around for compatibility >with existing device trees? You can run grep at arch/arm/boot/dts, this compatible string is not used at all. > >Thanks,