[PATCH] AT91: Update struct atmel_nand_data to support PMECC
Nicolas Ferre
nicolas.ferre at atmel.com
Thu Dec 15 08:35:36 EST 2011
On 12/08/2011 05:44 AM, Hong Xu :
> User will use the newly added field `correction_cap' and
> `sector_size' to pass PMECC parameters to driver.
>
> Signed-off-by: Hong Xu <hong.xu at atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre at atmel.com>
I will queue it for 3.3 soon.
Thanks,
> ---
> arch/arm/mach-at91/include/mach/board.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-at91/include/mach/board.h b/arch/arm/mach-at91/include/mach/board.h
> index eac92e9..b0035de 100644
> --- a/arch/arm/mach-at91/include/mach/board.h
> +++ b/arch/arm/mach-at91/include/mach/board.h
> @@ -117,6 +117,8 @@ struct atmel_nand_data {
> u8 ale; /* address line number connected to ALE */
> u8 cle; /* address line number connected to CLE */
> u8 bus_width_16; /* buswidth is 16 bit */
> + u8 correction_cap; /* PMECC correction capability */
> + u16 sector_size; /* Sector size for PMECC */
> struct mtd_partition *parts;
> unsigned int num_parts;
> };
--
Nicolas Ferre
More information about the linux-arm-kernel
mailing list