From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Norris Subject: Re: [PATCH 3/3] MTD: m25p80: Add option to limit SPI transfer size. Date: Wed, 20 May 2015 16:27:59 -0700 Message-ID: <20150520232759.GW11598@ld-irv-0074> References: <3b0c112672f364452e80c333048161eaffb655db.1430403750.git.hramrach@gmail.com> Reply-To: computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Content-Disposition: inline In-Reply-To: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Julian Calaby Cc: Michal Suchanek , linux-sunxi , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , David Woodhouse , Marek Vasut , Huang Shijie , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Ben Hutchings , Alison Chaiken , Mika Westerberg , Bean Huo =?utf-8?B?6ZyN5paM5paMIChiZWFuaHVvKQ==?= , "grmoore-EIB2kfCEclfQT0dZR+AlfA@public.gmane.org" , devicetree , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Fri, May 01, 2015 at 12:58:52AM +1000, Julian Calaby wrote: > On Thu, Apr 30, 2015 at 11:46 PM, Michal Suchanek wrote: > > My SPI driver does not support DMA so sizes larger than 64 bytes return > > an error. Add an option to limit transfer size so m25p80 can be used > > with reduced speed with such controller. > > I suspect that this will be rejected as the maximum transfer size is a > property of the SPI controller, not the device and should be exported > to the device driver from the controller, not specified in the > device's binding. Absolutely correct. This does not belong in the device tree. Brian