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 0FEE8DDF2A for ; Thu, 4 Oct 2007 02:08:48 +1000 (EST) In-Reply-To: References: <87przwxkzf.fsf@macbook.be.48ers.dk> <085BE1E4-945F-4690-9DFC-627F242831A6@kernel.crashing.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <71F6BAAD-EA02-478A-8E7C-64FC0B13E8B8@kernel.crashing.org> From: Kumar Gala Subject: Re: [PATCH] fsl_spi devices should use mode "cpu" or "qe" Date: Wed, 3 Oct 2007 11:08:51 -0500 To: "Grant Likely" 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:57 AM, Grant Likely wrote: > On 10/3/07, Kumar Gala wrote: >> >> 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? > > Updating the doc is more backward compatible. :-) Peter, can you respin this as an update to booting-without-of.txt thanks - k