From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 2116D1A0026 for ; Sat, 6 Feb 2016 07:08:27 +1100 (AEDT) Received: by mail-wm0-x234.google.com with SMTP id g62so42409245wme.0 for ; Fri, 05 Feb 2016 12:08:27 -0800 (PST) MIME-Version: 1.0 Sender: pku.leo@gmail.com In-Reply-To: <1454696631.2486.33.camel@buserror.net> References: <1454481372-10288-1-git-send-email-raghav@freescale.com> <1454635050.2486.25.camel@buserror.net> <1454696631.2486.33.camel@buserror.net> Date: Fri, 5 Feb 2016 14:08:23 -0600 Message-ID: Subject: Re: [PATCH] mtd/ifc: Add support for IFC controller version 2.0 From: Li Yang To: Scott Wood Cc: prabhakar.kushwaha@nxp.com, linux-mtd@lists.infradead.org, Brian Norris , linuxppc-dev , Raghav Dogra , Jaiprakash Singh Content-Type: text/plain; charset=UTF-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Feb 5, 2016 at 12:23 PM, Scott Wood wrote: > On Fri, 2016-02-05 at 12:05 -0600, Li Yang wrote: >> On Thu, Feb 4, 2016 at 7:17 PM, Scott Wood wrote: >> > On Thu, 2016-02-04 at 17:07 -0600, Li Yang wrote: >> > > On Wed, Feb 3, 2016 at 12:36 AM, Raghav Dogra >> > > wrote: >> > > > The new IFC controller version 2.0 has a different memory map page. >> > > > Upto IFC 1.4 PAGE size is 4 KB and from IFC2.0 PAGE size is 64KB. >> > > > This patch segregates the IFC global and runtime registers to >> > > > appropriate >> > > > PAGE sizes. >> > > >> > > If the global registers and the runtime registers are so independent >> > > that they have to be on different page boundaries, it would make more >> > > sense for them to be defined as separate reg regions in the device >> > > tree at the very beginning. Then we would only need to change the >> > > device tree now and it would be future proof for any page size. >> > >> > That's great if you have a time machine. Otherwise, NACK. >> >> I didn't suggest that we need to change it now. But we might need to >> be more careful in the future when creating bindings for new hardware. > > At the time the binding was created there was no reason to believe that the > layout would change. Probably separate blocks that intentionally start from a page boundary(with big gaps before it) would be a good idea? Regards, Leo