From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 2ADE0B7243 for ; Fri, 19 Jun 2009 21:45:50 +1000 (EST) MIME-Version: 1.0 In-Reply-To: References: <4A39DC80.7030906@arvoo.nl> <20090618130955.GA1369@oksana.dev.rtsoft.ru> Date: Fri, 19 Jun 2009 13:45:46 +0200 Message-ID: Subject: Re: [PATCH -mm][POWERPC] mpc8xxx : allow SPI without cs. From: Leon Woestenberg To: Kumar Gala Content-Type: text/plain; charset=ISO-8859-1 Cc: spi-devel-general@lists.sourceforge.net, Rini van Zetten , linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello, On Thu, Jun 18, 2009 at 4:04 PM, Kumar Gala wrot= e: > On Jun 18, 2009, at 8:09 AM, Anton Vorontsov wrote: >> On Thu, Jun 18, 2009 at 08:19:44AM +0200, Rini van Zetten wrote: >>> >>> This patch adds the possibility to have a spi device without a cs. >>> > That is a good question. =A0What HW is this for (I don't think its for eS= PI > but I could be wrong). > We need SPI without CS too on our MPC8313E design. In our case having a CS line to each slave (18 of them) is too expensive and we use a chip select which piggy backs on another signal. Once the slave is selected, SPI is used to send large amounts of data. Regards, --=20 Leon