From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Fri, 28 Mar 2014 09:58:40 -0500 Subject: [U-Boot] [PATCH v7] nand/denali: Adding Denali NAND driver support In-Reply-To: <20140328182101.DB51.AA925319@jp.panasonic.com> References: <1395673848-3551-1-git-send-email-clsee@altera.com> <20140328182101.DB51.AA925319@jp.panasonic.com> Message-ID: <1396018720.2560.1.camel@clsee-VirtualBox.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro, On Fri, 2014-03-28 at 18:21 +0900, Masahiro Yamada wrote: > Hi Chin, > > > > To add the Denali NAND driver support into U-Boot. It required > > information such as register base address from configuration > > header file within include/configs folder. > > > > Signed-off-by: Chin Liang See > > Cc: Artem Bityutskiy > > Cc: David Woodhouse > > Cc: Brian Norris > > Cc: Scott Wood > > Cc: Masahiro Yamada > > --- > > Changes for v7 > > - Adding Masahiro's code to support 64bit version controller > > - Removed unused stub functions > > - Enhanced the ECC calculation > > > > This version works on Panasonic SoCs and > looks good enough to be applied. > Thanks! > Great to hear that. It was a fun experience to work with you to get this patch work for both 32bit and 64 bit controller. Thanks Chin Liang > > Reviewed-by: Masahiro Yamada > Tested-by: Masahiro Yamada > > > > Best Regards > Masahiro Yamada >