From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Fri, 17 Aug 2012 13:08:01 +0800 Subject: [U-Boot] [PATCH 1/3] spi: add atmel at25df321 serial flash support In-Reply-To: <201208170018.33799.vapier@gentoo.org> References: <1345092267-16077-1-git-send-email-voice.shen@atmel.com> <1345092267-16077-2-git-send-email-voice.shen@atmel.com> <201208170018.33799.vapier@gentoo.org> Message-ID: <502DD1B1.9060304@atmel.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 Mike, On 8/17/2012 12:18, Mike Frysinger wrote: > On Thursday 16 August 2012 00:44:25 Bo Shen wrote: >> Add atmel at25df321 serial flash support > After reading the spi framework. I found there are common interface for serial flash. So, I plan to use the common interface (spi_flash_cmd_write_multi) while not the private interface (dataflash_write_p2), and etc. I am sorry for this inconvenience. :( Will you revert this patch? Or, maybe I should submit a patch for this base on the merged code? which one will you prefer to? > thanks, merged into my spi flash branch > -mike >