From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752757AbdASWeX (ORCPT ); Thu, 19 Jan 2017 17:34:23 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:34170 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750874AbdASWeV (ORCPT ); Thu, 19 Jan 2017 17:34:21 -0500 Subject: Re: [PATCH v3 0/8] ARM: dts: Switch to new DSA binding To: linux-arm-kernel@lists.infradead.org, Gregory Clement References: <20170117182224.32212-1-f.fainelli@gmail.com> Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Rob Herring , Mark Rutland , Russell King , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , vivien.didelot@savoirfairelinux.com From: Florian Fainelli Message-ID: <633afd2c-75e4-adeb-f3a0-b59b5f47f1a7@gmail.com> Date: Thu, 19 Jan 2017 14:26:21 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170117182224.32212-1-f.fainelli@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/17/2017 10:22 AM, Florian Fainelli wrote: > Hi all, > > This patch series converts the in-tree users to utilize the new (relatively) > DSA binding that was introduced with commit 8c5ad1d6179d ("net: dsa: Document > new binding"). The legacy binding node is kept included, but is marked > disabled. > > Changes in v3: > > - collected tags from Andrew and Russell > - added missing change to arch/arm/boot/dts/kirkwood-rd88f6281-a.dts > > Changes in v2: > > - patch 1: Use an hexadecimal reg property > - patch 2: fixed the subject > - patch 3: s/okay/disabled/ for the legacy DSA node > - patches 7/8: fixed a stray whitespace > > In about 2-3 releases we may consider removing the old DSA binding entirely > from the kernel. Gregory, all patches have been reviewed/tested now, can you take this for an upcoming 4.11 pull request? Thanks! -- Florian