From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 19 Jan 2010 10:03:53 -0600 Subject: [U-Boot] [PATCH-V2 4/9] Nand mxc_nand add v1.1 controller support In-Reply-To: <4b73d43f1001182011i1f869c62w3c1854ab88cdb63c@mail.gmail.com> References: <1263703827-2727-1-git-send-email-jcrigby@gmail.com> <1263703827-2727-2-git-send-email-jcrigby@gmail.com> <1263703827-2727-3-git-send-email-jcrigby@gmail.com> <1263703827-2727-4-git-send-email-jcrigby@gmail.com> <1263703827-2727-5-git-send-email-jcrigby@gmail.com> <20100118210258.GC6490@loki.buserror.net> <4B54D154.5040606@gmail.com> <4b73d43f1001182011i1f869c62w3c1854ab88cdb63c@mail.gmail.com> Message-ID: <4B55D7E9.4060505@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 John Rigby wrote: > > >> --- > > > > The 16-bit detection conflicts with > > http://lists.denx.de/pipermail/u-boot/2009-November/064139.html > > > > Which way should I resolve the conflict? Or does one of you want > to respin? > > I don't see 16BIT/2KPAGE/get_nfc_info defined for MX31... and > does MX25 > > share MX27's imx-regs.h? > > > > > > I think it would be nice to keep all MXC-NAND-stuff in the driver, > that includes the IS_16BIT and other routines. > > It is fine with me to keep things that use only registers in the mxc in > the driver. Other stuff should be factored out into imx-regs.h > > mx25 and mx27 do not share an imx-regs.h but bot have one. I was just wondering because I saw the NAND parameters added to mx27, but not mx25 (or mx31). -Scott