Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941795AbcLWQrC (ORCPT ); Fri, 23 Dec 2016 11:47:02 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:44338 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761323AbcLWQrA (ORCPT ); Fri, 23 Dec 2016 11:47:00 -0500 Date: Fri, 23 Dec 2016 11:46:48 -0500 (EST) Message-Id: <20161223.114648.1048864820894046883.davem@davemloft.net> To: Joao.Pinto@synopsys.com Cc: peppe.cavallaro@st.com, seraphin.bonnaffe@st.com, hock.leong.kweh@intel.com, niklas.cassel@axis.com, pavel@ucw.cz, linux-kernel@vger.kernel.org, preid@electromag.com.au, netdev@vger.kernel.org Subject: Re: [PATCH v3] stmmac: CSR clock configuration fix From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 24.5 / 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]); Fri, 23 Dec 2016 07:47:44 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 384 Lines: 10 From: Joao Pinto Date: Fri, 23 Dec 2016 10:15:59 +0000 > When testing stmmac with my QoS reference design I checked a problem in the > CSR clock configuration that was impossibilitating the phy discovery, since > every read operation returned 0x0000ffff. This patch fixes the issue. > > Signed-off-by: Joao Pinto Applied, thank you.