From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bn0109.outbound.protection.outlook.com [157.56.110.109]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 7A5551A0063 for ; Mon, 5 Jan 2015 20:45:29 +1100 (AEDT) Message-ID: <54AA595C.9090909@Freescale.com> Date: Mon, 5 Jan 2015 03:29:00 -0600 From: Emil Medve MIME-Version: 1.0 To: Xie Shaohui-B21989 , "linuxppc-dev@lists.ozlabs.org" , "Wood Scott-B07421" Subject: Re: [PATCH 2/2] powerpc/config: enable mdio buses muxing via Memory-mapped device References: <1419240062-29559-1-git-send-email-shh.xie@gmail.com> <54A65A09.6070705@Freescale.com> In-Reply-To: Content-Type: text/plain; charset="utf-8" Cc: Andy Fleming , Kanetkar Shruti-B44454 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello Shao-Hui, On 01/03/2015 10:58 PM, Xie Shaohui-B21989 wrote: > Hello Emil, > > The patches sent by Shruti were marked as "Changes Requested" over 5 months. > to me if the patches do need changes, the possible changes seems not in 'config' but in corenet_generic.c. It was part of a series that needed changes in other patches > I'm not sure if it's OK to add some compatibles in corenet_generic.c. if we can use the existing compatible "simple-bus", > Then we will only need to enable MDIO mux option in config without adding compatible in corenet_generic.c. The container "bus" of the "muxing" nodes doesn't carry the "simple-bus" compatible and (as per the ePAPR definition) I'm unsure it would be applicable Cheers, > Best Regards, > Shaohui Xie > >> -----Original Message----- >> From: Emil Medve [mailto:Emilian.Medve@Freescale.com] >> Sent: Friday, January 02, 2015 4:43 PM >> To: shh.xie@gmail.com; linuxppc-dev@lists.ozlabs.org; Wood Scott-B07421 >> Cc: Andy Fleming; Xie Shaohui-B21989; Kanetkar Shruti-B44454 >> Subject: Re: [PATCH 2/2] powerpc/config: enable mdio buses muxing via >> Memory-mapped device >> >> Hello Shao-Hui, >> >> >> On 12/22/2014 03:21 AM, shh.xie@gmail.com wrote: >>> From: Andy Fleming >>> >>> Signed-off-by: Andy Fleming >>> Signed-off-by: Shaohui Xie >>> --- >>> arch/powerpc/configs/corenet32_smp_defconfig | 1 + >>> arch/powerpc/configs/corenet64_smp_defconfig | 1 + >>> 2 files changed, 2 insertions(+) >> >> Shruti submitted a more complete version of this patch here: >> >> http://patchwork.ozlabs.org/patch/370873 >> >> We should stick with that version >> >> >> Cheers,