From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Sat, 12 Oct 2013 09:20:57 +0800 Subject: [U-Boot] [PATCH 1/3] sf: add missing Atmel at25df321 spi flash support In-Reply-To: <52575333.30009@atmel.com> References: <1381381659-20975-1-git-send-email-voice.shen@atmel.com> <52575333.30009@atmel.com> Message-ID: <5258A3F9.10406@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 Jagan, Cc Tom. On 10/11/2013 09:24, Bo Shen wrote: > Hi Jagan, > > On 10/10/2013 22:14, Jagan Teki wrote: >> Thanks for this. >> >> On Thu, Oct 10, 2013 at 10:37 AM, Bo Shen wrote: >>> As the spi flash transfer to multiple parts, it is forgot to add >>> Atmel AT25DF321 spi flash support, which broken several Atmel EK >>> boards which this chip. So, add it >>> >>> Signed-off-by: Bo Shen >>> --- >>> drivers/mtd/spi/sf_probe.c | 1 + >>> 1 file changed, 1 insertion(+) If this patch not applied before release at Oct 14, it will make a regression for several Atmel EK boards boot from spi flash. Would you please pick it before release? Best Regards, Bo Shen