Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758234AbcDAHGR (ORCPT ); Fri, 1 Apr 2016 03:06:17 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:28594 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752813AbcDAHGP (ORCPT ); Fri, 1 Apr 2016 03:06:15 -0400 From: Giuseppe Cavallaro To: CC: , , , , , , , , Giuseppe Cavallaro Subject: [PATCH (net.git) 0/3] stmmac MDIO and normal descr fixes Date: Fri, 1 Apr 2016 09:07:13 +0200 Message-ID: <1459494436-27386-1-git-send-email-peppe.cavallaro@st.com> X-Mailer: git-send-email 1.7.4.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [164.130.129.175] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-04-01_03:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 838 Lines: 23 This patch series is to fix the problems below and recently debugged in this mailing list: o to fix a problem for the HW where the normal descriptor o to fix the mdio registration according to the different platform configurations I am resending all the patches again: built on top of net.git repo. Giuseppe Cavallaro (3): stmmac: fix TX normal DESC Revert "stmmac: Fix 'eth0: No PHY found' regression" stmmac: fix MDIO settings drivers/net/ethernet/stmicro/stmmac/norm_desc.c | 16 ++-- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 16 +--- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 10 +-- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 91 ++++++++++++++------ include/linux/stmmac.h | 1 - 5 files changed, 80 insertions(+), 54 deletions(-) -- 1.7.4.4