From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 18 Aug 2009 10:28:43 -0500 Subject: [U-Boot] [PATCH] NAND: DaVinci: Adding 4 BIT ECC support In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5D7E99635F@dlee01.ent.ti.com> References: <1250001905-10172-1-git-send-email-s-paulraj@ti.com> <20090818000339.GA27217@b07421-ec1.am.freescale.net> <0554BEF07D437848AF01B9C9B5F0BC5D7E996155@dlee01.ent.ti.com> <20090818151213.GB26119@b07421-ec1.am.freescale.net> <0554BEF07D437848AF01B9C9B5F0BC5D7E99635F@dlee01.ent.ti.com> Message-ID: <4A8AC8AB.5020000@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Paulraj, Sandeep wrote: >> What I mean is using accessors such as readl/writel -- though we're still >> in a pretty sorry state with respect to what accessors we provide cross >> architectures (you have to pick between native endian with no barriers, >> or little endian with barriers). > > Scott, I am quite certain that I have received comments for other > patches that I have submitted earlier where I have been specifically > been asked to do things the way I am doing at the moment and not use > readl/writel(because of the reason you mentioned above). OK, I didn't see those comments. > So should I assume that my updated patch has your ACK as you mentioned above that you want NACK it It looks OK. -Scott