[U-Boot] [PATCH 08/28] SPEAr : FSMC driver support added

Wolfgang Denk wd at denx.de
Thu Jul 15 23:41:57 CEST 2010


Dear Vipin KUMAR,

In message <1279084204-3263-9-git-send-email-vipin.kumar at st.com> you wrote:
> From: Vipin KUMAR <vipin.kumar at st.com>
> 
> Flexible static memory controller is a peripheral provided by ST,
> which controls the access to NAND chips along with many other
> memory device chips eg NOR, SRAM.
> 
> This patch adds the driver support for FSMC controller interfacing
> with NAND memory.
> 
> Signed-off-by: Vipin Kumar <vipin.kumar at st.com>
...
> +static void fsmc_nand_hwcontrol(struct mtd_info *mtd, int cmd, uint ctrl)
> +{
> +	struct nand_chip *this = mtd->priv;
> +	ulong IO_ADDR_W;

We don't allow for CAPITAL C identifiers - these are reserved for
macros.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Bus error -- please leave by the rear door.


More information about the U-Boot mailing list