From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 71E03B7311 for ; Thu, 17 Nov 2011 02:33:47 +1100 (EST) Subject: Re: [PATCH 2/5, v3] fsl-rio: Add two ports and rapidio message units support Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <0CE8B6BE3C4AD74AB97D9D29BD24E552024917CC@CORPEXCH1.na.ads.idt.com> Date: Wed, 16 Nov 2011 09:33:15 -0600 Message-Id: References: <1321099352-21462-1-git-send-email-Gang.Liu@freescale.com> <1321099352-21462-2-git-send-email-Gang.Liu@freescale.com> <0CE8B6BE3C4AD74AB97D9D29BD24E552024917CC@CORPEXCH1.na.ads.idt.com> To: "Bounine, Alexandre" Cc: Jin Qing , r58472@freescale.com, r61911@freescale.com, linux-kernel@vger.kernel.org, Liu Gang , akpm@linux-foundation.org, linuxppc-dev@lists.ozlabs.org, B11780@freescale.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Nov 16, 2011, at 7:39 AM, Bounine, Alexandre wrote: >> -----Original Message----- >> From: linuxppc-dev-bounces+alexandre.bounine=idt.com@lists.ozlabs.org >> [mailto:linuxppc-dev- >> bounces+alexandre.bounine=idt.com@lists.ozlabs.org] On Behalf Of Liu >> Gang >> Sent: Saturday, November 12, 2011 7:02 AM >> To: linuxppc-dev@lists.ozlabs.org; Bounine, Alexandre >> Cc: Jin Qing; r58472@freescale.com; r61911@freescale.com; linux- >> kernel@vger.kernel.org; Liu Gang; akpm@linux-foundation.org; >> B11780@freescale.com >> Subject: [PATCH 2/5, v3] fsl-rio: Add two ports and rapidio message >> units support >> >> Usually, freescale rapidio endpoint can support one or two 1x or 4X >> LP-Serial link interfaces, and rapidio message transactions can be >> implemented by two message units. This adds the support of two >> rapidio ports and initializes message unit 0 and message unit 1. And >> these ports and message units can work simultaneously. >> >> Signed-off-by: Li Yang >> Signed-off-by: Jin Qing >> Signed-off-by: Liu Gang >> Signed-off-by: Kumar Gala >> --- >> arch/powerpc/sysdev/fsl_rio.c | 391 +++++++++++++++++++++----------- >> arch/powerpc/sysdev/fsl_rio.h | 75 ++++++- >> arch/powerpc/sysdev/fsl_rmu.c | 502 > ++++++++++++++++++--------------- >> -------- >> 3 files changed, 545 insertions(+), 423 deletions(-) >> > > Acked-by: Alexandre Bounine > applied to 'next' - k