Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752154AbdGVP0G (ORCPT ); Sat, 22 Jul 2017 11:26:06 -0400 Received: from mail-pg0-f46.google.com ([74.125.83.46]:33173 "EHLO mail-pg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750989AbdGVP0E (ORCPT ); Sat, 22 Jul 2017 11:26:04 -0400 From: Kevin Hilman To: Joseph Kogut Cc: carlo@caione.org, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM64: meson-gxl: disable broken eee Organization: BayLibre References: <20170707013257.18250-1-joseph.kogut@gmail.com> Date: Sat, 22 Jul 2017 08:26:02 -0700 In-Reply-To: <20170707013257.18250-1-joseph.kogut@gmail.com> (Joseph Kogut's message of "Thu, 6 Jul 2017 18:32:57 -0700") Message-ID: <7ho9scsdbp.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 421 Lines: 17 Hi Joseph, Joseph Kogut writes: > Meson GXL appears to suffer from the same broken eee issue as GXB, > originally fixed by feb3cbea0946. > > This patch disables the broken energy-efficient ethernet for GXL, > avoiding the tx link breakage. > > Signed-off-by: Joseph Kogut Can you share what platforms you tested to find/fix this problem? Thanks for the patch! Kevin