From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/3 v2] net: dsa: Add DT bindings for Vitesse VSC73xx switches Date: Wed, 04 Jul 2018 11:32:20 +0900 (KST) Message-ID: <20180704.113220.981331804898149070.davem@davemloft.net> References: <20180630111731.19551-1-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, netdev@vger.kernel.org, openwrt-devel@lists.openwrt.org, lede-dev@lists.infradead.org, juhosg@openwrt.org, devicetree@vger.kernel.org To: linus.walleij@linaro.org Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:55206 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752480AbeGDCc2 (ORCPT ); Tue, 3 Jul 2018 22:32:28 -0400 In-Reply-To: <20180630111731.19551-1-linus.walleij@linaro.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Linus Walleij Date: Sat, 30 Jun 2018 13:17:29 +0200 > This adds the device tree bindings for the Vitesse VSC73xx > switches. We also add the vendor name for Vitesse. > > Cc: devicetree@vger.kernel.org > Reviewed-by: Florian Fainelli > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: > - Fix spelling error > - Properly reference the GPIO bindings > - Collect Florians ACK Applied.