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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6CA22C43381 for ; Sun, 3 Mar 2019 21:49:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3BCB020830 for ; Sun, 3 Mar 2019 21:49:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726657AbfCCVtf (ORCPT ); Sun, 3 Mar 2019 16:49:35 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:53520 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726639AbfCCVtf (ORCPT ); Sun, 3 Mar 2019 16:49:35 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 7BA91146E7734; Sun, 3 Mar 2019 13:49:33 -0800 (PST) Date: Sun, 03 Mar 2019 13:49:29 -0800 (PST) Message-Id: <20190303.134929.1502798746298077805.davem@davemloft.net> To: Tristram.Ha@microchip.com Cc: andrew@lunn.ch, f.fainelli@gmail.com, pavel@ucw.cz, UNGLinuxDriver@microchip.com, netdev@vger.kernel.org Subject: Re: [PATCH v1 net-next 0/3] net: dsa: microchip: add KSZ9893 switch support From: David Miller In-Reply-To: <1551412644-17319-1-git-send-email-Tristram.Ha@microchip.com> References: <1551412644-17319-1-git-send-email-Tristram.Ha@microchip.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sun, 03 Mar 2019 13:49:34 -0800 (PST) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Date: Thu, 28 Feb 2019 19:57:21 -0800 > From: Tristram Ha > > This series of patches is to modify the KSZ9477 DSA driver to support > running KSZ9893 switch. > > The KSZ9893 switch is similar to KSZ9477 except the ingress tail tag has > 1 byte instead of 2 bytes. The XMII register that governs the MAC > communication also has different register definitions. > > v1 > - Put KSZ9893 tagging in separate patch > - Remove other switch support Series applied, please follow up with Florian about that register write question on patch #3. Thanks.