Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934774AbcJZVQL (ORCPT ); Wed, 26 Oct 2016 17:16:11 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:42036 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754127AbcJZVQJ (ORCPT ); Wed, 26 Oct 2016 17:16:09 -0400 Date: Wed, 26 Oct 2016 17:16:05 -0400 (EDT) Message-Id: <20161026.171605.2216738980188763095.davem@davemloft.net> To: xow@google.com Cc: f.fainelli@gmail.com, jaedon.shin@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, joel@jms.id.au Subject: Re: [PATCH 0/2] Broadcom BCM54612E support From: David Miller In-Reply-To: <1477070413-92621-1-git-send-email-xow@google.com> References: <1477070413-92621-1-git-send-email-xow@google.com> X-Mailer: Mew version 6.7 on Emacs 25.1 / Mule 6.0 (HANACHIRUSATO) 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]); Wed, 26 Oct 2016 14:16:09 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 443 Lines: 14 From: Xo Wang Date: Fri, 21 Oct 2016 10:20:11 -0700 > This series is based on tip of torvalds/master. > > The first patch adds register definitions from Broadcom docs. > > The second patch adds the BCM54612E PHY ID, flags, and device-specific > RGMII internal delay initialization. > > I tested on a custom board with an Aspeed AST2500 SOC with its second > MAC connected to this PHY. Series applied to net-next, thanks.