From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 3F98FDDEB8 for ; Thu, 4 Oct 2007 01:51:31 +1000 (EST) In-Reply-To: <87przwxkzf.fsf@macbook.be.48ers.dk> References: <87przwxkzf.fsf@macbook.be.48ers.dk> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <085BE1E4-945F-4690-9DFC-627F242831A6@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH] fsl_spi devices should use mode "cpu" or "qe" Date: Wed, 3 Oct 2007 10:51:31 -0500 To: Peter Korsgaard Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 3, 2007, at 10:43 AM, Peter Korsgaard wrote: > According to booting-without-of.txt, fsl_spi mode should be either > "cpu" or "qe", not "cpu-qe". > > Signed-off-by: Peter Korsgaard I think we should update the doc instead of the code here. Thoughts? - k