From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0111.outbound.protection.outlook.com [207.46.100.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3CF531A0045 for ; Wed, 5 Aug 2015 06:37:13 +1000 (AEST) Message-ID: <1438720623.2097.95.camel@freescale.com> Subject: Re: [v5,RESEND] IFC: Change IO accessor based on endianness From: Scott Wood To: Brian Norris CC: , , Jaiprakash Singh Date: Tue, 4 Aug 2015 15:37:03 -0500 In-Reply-To: <20150528011910.GA16716@home.buserror.net> References: <1432174631-30091-1-git-send-email-scottwood@freescale.com> <20150528011910.GA16716@home.buserror.net> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2015-05-27 at 20:19 -0500, Scott Wood wrote: > On Wed, May 20, 2015 at 09:17:11PM -0500, Scott Wood wrote: > > From: Jaiprakash Singh > > > > IFC IO accressor are set at run time based > > on IFC IP registers endianness.IFC node in > > DTS file contains information about > > endianness. > > > > Signed-off-by: Jaiprakash Singh > > Signed-off-by: Scott Wood > > --- > > v5: I'm assuming it's the same as v4, but I didn't send v4, and this > > comes from a versionless [RESEND] that never made it to the mailing list, > > so bumping the version just in case. > > > > .../bindings/memory-controllers/fsl/ifc.txt | 3 + > > drivers/memory/fsl_ifc.c | 43 ++-- > > drivers/mtd/nand/fsl_ifc_nand.c | 258 +++++++++++----- > > ----- > > include/linux/fsl_ifc.h | 50 ++++ > > 4 files changed, 213 insertions(+), 141 deletions(-) > > Brian, can I get an ack for this? ping -Scott