From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0103.outbound.protection.outlook.com [65.55.169.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 79F4F1A0C18 for ; Tue, 24 Feb 2015 09:02:08 +1100 (AEDT) Message-ID: <1424728915.4698.8.camel@freescale.com> Subject: Re: [PATCH][v3] powerpc/mpc85xx: Add FMan platform support From: Scott Wood To: Igal.Liberman Date: Mon, 23 Feb 2015 16:01:55 -0600 In-Reply-To: <1424268285-8491-1-git-send-email-igal.liberman@freescale.com> References: <1424268285-8491-1-git-send-email-igal.liberman@freescale.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org, Emilian.Medve@freescale.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2015-02-18 at 16:04 +0200, Igal.Liberman wrote: > From: Igal Liberman > > Get the FMan devices/sub-nodes (MAC, MDIO, etc.) auto-probed > > Signed-off-by: Igal Liberman > --- > arch/powerpc/platforms/85xx/common.c | 1 + > arch/powerpc/platforms/85xx/corenet_generic.c | 3 +++ > 2 files changed, 4 insertions(+) What changed from v2? -Scott