linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] AT91: Update struct atmel_nand_data to support PMECC
Date: Thu, 15 Dec 2011 14:35:36 +0100	[thread overview]
Message-ID: <4EE9F7A8.4060209@atmel.com> (raw)
In-Reply-To: <1323319461-19983-1-git-send-email-hong.xu@atmel.com>

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@atmel.com>

Signed-off-by: Nicolas Ferre <nicolas.ferre@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

      reply	other threads:[~2011-12-15 13:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08  4:44 [PATCH] AT91: Update struct atmel_nand_data to support PMECC Hong Xu
2011-12-15 13:35 ` Nicolas Ferre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EE9F7A8.4060209@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).