From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753045AbdCNAtb (ORCPT ); Mon, 13 Mar 2017 20:49:31 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35054 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751012AbdCNAt3 (ORCPT ); Mon, 13 Mar 2017 20:49:29 -0400 Subject: Re: [PATCH net-next 01/12] net: phy: bcm-phylib: replace obsolete EEE macro references To: Doug Berger References: <20170314004142.4746-1-opendmb@gmail.com> <20170314004142.4746-2-opendmb@gmail.com> Cc: robh+dt@kernel.org, mark.rutland@arm.com, davem@davemloft.net, rafal@milecki.pl, xow@google.com, joel@jms.id.au, jon.mason@broadcom.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, pgynther@google.com, jaedon.shin@gmail.com From: Florian Fainelli Message-ID: <443a2d7f-b625-9de2-d9f8-385f3c6952cd@gmail.com> Date: Mon, 13 Mar 2017 17:49:17 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170314004142.4746-2-opendmb@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 03/13/2017 05:41 PM, Doug Berger wrote: > The macros MDIO_AN_EEE_ADV_100TX and MDIO_AN_EEE_ADV_1000T are now > considered obsolete and are replaced in the kernel with the generic > macros MDIO_EEE_100TX and MDIO_EEE_1000T respectively. > > Signed-off-by: Doug Berger Reviewed-by: Florian Fainelli -- Florian