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 A74F3DDDE4 for ; Fri, 14 Sep 2007 23:19:08 +1000 (EST) In-Reply-To: <18154.32614.502824.264341@cargo.ozlabs.ibm.com> References: <11897176803590-git-send-email-galak@kernel.crashing.org> <1189717681533-git-send-email-galak@kernel.crashing.org> <1189717683471-git-send-email-galak@kernel.crashing.org> <11897176841013-git-send-email-galak@kernel.crashing.org> <11897176851400-git-send-email-galak@kernel.crashing.org> <1189717687832-git-send-email-galak@kernel.crashing.org> <11897176884163-git-send-email-galak@kernel.crashing.org> <1189717690413-git-send-email-galak@kernel.crashing.org> <1189717691261-git-send-email-galak@kernel.crashing.org> <11897176931664-git-send-email-galak@kernel.crashing.org> <118971769498-git-send-email-galak@kernel.crashing.org> <11897176964013-git-send-email-galak@kernel.crashing.org> <11897176992010-git-send-email-galak@kernel.crashing.org> <11897177013875-git-send-email-galak@kernel.crashing.org> <11897177032288-git-send-email-galak@kernel.crashing.org> <11897177042582-git-send-email-galak@kernel.crashing.org> <11897177052448-git-send-email-galak@kernel.crashing.org! > <11897177071168-git-send-email-galak@kernel.crashing.org> <11897177091972-git-send-email-galak@kernel.crashing.org> <11897177102281-git-send-email-galak@kernel.crashing.org> <1189717711656-git-send-email-galak@kernel.crashing.org> <11897177132273-git-send-email-galak@kernel.crashing.org> <11897177143496-git-send-email-galak@kernel.crashing.org> <18154.32614.502824.264341@cargo.ozlabs.ibm.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH 22/22] [POWERPC] MPC832x_RDB: Update dts to use SPI1 in QE, register mmc_spi stub Date: Fri, 14 Sep 2007 08:21:59 -0500 To: Paul Mackerras Cc: "linuxppc-dev@ozlabs.org list" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sep 14, 2007, at 7:32 AM, Paul Mackerras wrote: > Kumar Gala writes: > >> From: Anton Vorontsov >> >> mmc_spi already tested to work. When it will hit mainline >> the only change that will be needed is replacing "spidev" >> with "mmc_spi". > > That's a *remarkably* uninformative commit message. And what's the > use of putting in something about "when it will hit mainline" when > this is the point where it hits mainline? Yeah, I was afraid of that when I glanced at Anton's patches. I think the comment is in reference to a mainline SPI subsystem change intended for 2.6.24. - k