Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753235AbcCLB7m (ORCPT ); Fri, 11 Mar 2016 20:59:42 -0500 Received: from host.buserror.net ([209.198.135.123]:34412 "EHLO host.buserror.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751873AbcCLB7k (ORCPT ); Fri, 11 Mar 2016 20:59:40 -0500 Date: Fri, 11 Mar 2016 19:59:34 -0600 From: Scott Wood To: "Igal.Liberman" Cc: devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, scottwood@freescale.com, linux-kernel@vger.kernel.org, Shaohui.Xie@freescale.com, madalin.bucur@freescale.com Message-ID: <20160312015934.GA3286@home.buserror.net> References: <1438589651-15007-1-git-send-email-igal.liberman@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438589651-15007-1-git-send-email-igal.liberman@freescale.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 75.72.173.242 X-SA-Exim-Mail-From: oss@buserror.net X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * -15 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Subject: Re: [v5] powerpc/mpc85xx: Add MDIO bus muxing support to the board device tree(s) X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:57:07 +0000) X-SA-Exim-Scanned: Yes (on host.buserror.net) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2183 Lines: 54 On Mon, Aug 03, 2015 at 11:14:10AM +0300, Igal.Liberman wrote: > From: Igal Liberman > > Describe the PHY topology for all configurations supported by each board > > Based on prior work by Andy Fleming > > Signed-off-by: Shruti Kanetkar > Signed-off-by: Emil Medve > Signed-off-by: Igal Liberman > --- > > Depends on the following patch set: > https://patchwork.ozlabs.org/patch/503107/ > https://patchwork.ozlabs.org/patch/503108/ > > v4 ---> v5: > - Correct "Signed-off-by" order > > v3 ---> v4: > - Added T1024 support > > v2 ---> v3: > - Fixed incorrect E-Mail address (signed-off-by) > > v1 ---> v2 > - Remove 'Change-Id' > > arch/powerpc/boot/dts/fsl/b4860qds.dts | 60 ++++- > arch/powerpc/boot/dts/fsl/b4qds.dtsi | 51 ++++- > arch/powerpc/boot/dts/fsl/p1023rdb.dts | 24 +- > arch/powerpc/boot/dts/fsl/p2041rdb.dts | 92 +++++++- > arch/powerpc/boot/dts/fsl/p3041ds.dts | 112 ++++++++- > arch/powerpc/boot/dts/fsl/p4080ds.dts | 184 ++++++++++++++- > arch/powerpc/boot/dts/fsl/p5020ds.dts | 112 ++++++++- > arch/powerpc/boot/dts/fsl/p5040ds.dts | 234 ++++++++++++++++++- > arch/powerpc/boot/dts/fsl/t1023rdb.dts | 41 ++++ > arch/powerpc/boot/dts/fsl/t1024rdb.dts | 45 ++++ > arch/powerpc/boot/dts/fsl/t1040rdb.dts | 32 ++- > arch/powerpc/boot/dts/fsl/t1042rdb.dts | 30 ++- > arch/powerpc/boot/dts/fsl/t1042rdb_pi.dts | 18 +- > arch/powerpc/boot/dts/fsl/t104xqds.dtsi | 178 ++++++++++++++- > arch/powerpc/boot/dts/fsl/t104xrdb.dtsi | 33 ++- > arch/powerpc/boot/dts/fsl/t2080qds.dts | 158 ++++++++++++- > arch/powerpc/boot/dts/fsl/t2080rdb.dts | 67 +++++- > arch/powerpc/boot/dts/fsl/t2081qds.dts | 221 +++++++++++++++++- > arch/powerpc/boot/dts/fsl/t4240qds.dts | 400 ++++++++++++++++++++++++++++++++- > arch/powerpc/boot/dts/fsl/t4240rdb.dts | 149 +++++++++++- > 20 files changed, 2221 insertions(+), 20 deletions(-) p1023rdb removed when applying, as it has dtc errors due to missing base fman support. -SCott