From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 16 Mar 2011 18:45:31 -0500 Subject: [U-Boot] [U-Boot, v3] atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN In-Reply-To: <20110315071638.GA16254@gandalf.sssup.it> References: <20110315071638.GA16254@gandalf.sssup.it> Message-ID: <20110316234531.GA11518@schlenkerla> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Mar 14, 2011 at 09:16:38PM -0000, michael wrote: > atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN > If NCE is hooked up to NCS3, we don't need to (and can't) > explicitly set the state of the NCE pin. Instead, the > controller asserts it automatically as part of a > command/data access. Only "CE don't care"-type NAND chips > can be used in this manner. > > Signed-off-by: Michael Trimarchi > Cc: Scott Wood > Cc: Reinhard Meyer > > --- > Change since V1 > - add a better description > Change since V2: > - change commit message Applied to u-boot-nand-flash next, with the subject line fixed as in this e-mail. -Scott