From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: Re: [PATCH 00/11] Enable access to SPI NOR flash on Samsung Snow board Date: Thu, 4 Jun 2015 00:53:29 +0200 Message-ID: <201506040053.29482.marex@denx.de> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Michal Suchanek Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Kukjin Kim , Krzysztof Kozlowski , Vinod Koul , Dan Williams , David Woodhouse , Brian Norris , Han Xu , Mark Brown , Geert Uytterhoeven , =?utf-8?q?Rafa=C5=82?= =?utf-8?q?_Mi=C5=82ecki?= , Alison Chaiken , Huang Shijie , Ben Hutchings , Knut Wohlrab , "Bean Huo =?utf-8?q?=E9=9C=8D=E6=96=8C=E6=96=8C?= (beanhuo)" List-Id: devicetree@vger.kernel.org On Wednesday, June 03, 2015 at 11:26:39 PM, Michal Suchanek wrote: > Hello, Hi, > this patch series makes it possible to access the SPI NOR flash in the > Samsung XE303 'Snow' Chromebook. > > Unfortunately not all issues are resolved. To work around an issue with the > pl330 dma engine I respun the patch for limiting transfer size in m25p80 > driver. Looks like fixing a bug at the wrong place to me ... > As the flash does not contain any sane filesystem and is only likely to be > accessed with mtd_debug or similar tool the limit of the dma engine is > easily reached. Filesystems using shorter data transfers are less likely > to be affected. Sounds like the DMA engine driver should be fixed. Best regards, Marek Vasut