From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Sat, 17 Oct 2015 07:48:20 -0500 Subject: [U-Boot] [PATCH v4 1/5] spi: cadence_qspi: Ensure spi_calibration is run when sclk change In-Reply-To: <201510170106.46637.marex@denx.de> References: <1444987155-2650-1-git-send-email-clsee@altera.com> <1444990336.2436.1.camel@clsee-VirtualBox> <201510170106.46637.marex@denx.de> Message-ID: <1445086100.2096.4.camel@clsee-VirtualBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On Sat, 2015-10-17 at 01:06 +0200, marex at denx.de wrote: > On Friday, October 16, 2015 at 12:12:16 PM, Chin Liang See wrote: > > Hi! > > > From f22064087684b04d6d6ff105a4766a0902d361a8 Mon Sep 17 00:00:00 2001 > > From: Chin Liang See > > Date: Thu, 15 Oct 2015 13:56:45 +0800 > > Subject: [PATCH 1/5] spi: cadence_qspi: Ensure spi_calibration is run > > when > > sclk change > > Did something funny happen to the altera mail system ? :-) Haha, its fixed now after doing part time IT job :) Thanks Chin Liang > > > Ensuring spi_calibration is run when there is a change of sclk > > frequency. This will ensure the qspi flash access works for high > > sclk frequency > > [...] > > Best regards, > Marek Vasut