From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 22 Sep 2015 10:11:10 +0200 Subject: [U-Boot] [PATCH] spi : convert altera_spi to driver model In-Reply-To: <56010712.3030803@wytron.com.tw> References: <1442840311-12689-1-git-send-email-thomas@wytron.com.tw> <201509220613.46875.marex@denx.de> <56010712.3030803@wytron.com.tw> Message-ID: <201509221011.10217.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, September 22, 2015 at 09:45:22 AM, Thomas Chou wrote: > Hi Marek, Hi! > On 09/22/2015 12:13 PM, Marek Vasut wrote: > > I'm expecting that EPCQ Wundercontroller to have the same problem (see > > [1] section 42, Altera GQSPI). Altera tried to push this into mainline > > Linux even [2], without much success, in particular because they > > duplicated half of the spi-nor stack to do it. I suspect this driver is > > coming to U-Boot sooner or later. > > > > But maybe we should do this change to the SPI NOR stuff once this driver > > hits the U-Boot ML instead of preemptively adding such checks. What do > > you think ? > > Just sent the patch to skip the checks as separated. > [PATCH] spi: ignore set speed and mode if not available Thanks :) Best regards, Marek Vasut