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 ESMTPS id 3644B47509 for ; Wed, 7 Jan 2009 15:28:33 +1100 (EST) Message-Id: <6DC0606C-1CDA-4549-8A63-E3F86010291B@kernel.crashing.org> From: Kumar Gala To: David Brownell In-Reply-To: <20081205200936.GA19137@oksana.dev.rtsoft.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [PATCH 0/7] OpenFirmware support for the spi_mpc83xx driver Date: Tue, 6 Jan 2009 22:28:10 -0600 References: <20081205200936.GA19137@oksana.dev.rtsoft.ru> Cc: linuxppc-dev list , spi-devel-general@lists.sourceforge.net List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Dec 5, 2008, at 2:09 PM, Anton Vorontsov wrote: > Hi all, > > The patch series are used to support SPI via the OF SPI subsystem > (driver/of/of_spi.c). Now the driver is able to manage its own > chip selects, and doesn't need any auxiliary support from the > board files or fsl_soc constructors. > > The series also contains PowerPC portions of the MMC SPI support. > > Since the series touches spi and powerpc trees, I think it would > be most convenient to pass it via one of these trees. The patches > doesn't touch any SPI functionality, only some probe routines, so > I believe powerpc.git is the best candidate... > > The other reason for powerpc tree is that the patches depends on > other patches as found in paulus/powerpc.git + of_gpio_count() > as found here: > http://ozlabs.org/pipermail/linuxppc-dev/2008-December/065917.html > > David, if you're OK with the patches, may I ask you to sign off on > the ones that touch drivers/spi so that we could pass it via Kumar's > powerpc.git? > > The queue: > > [1/7] powerpc: Implement get_brgfreq() and get_baudrate() stubs > [2/7] spi_mpc83xx: Fix sparse warnings > [3/7] spi_mpc83xx: Rework chip selects handling > [4/7] spi_mpc83xx: Add OF platform driver bindings > [5/7] powerpc/fsl_soc: Isolate legacy fsl_spi support to mpc832x_rdb > boards > [6/7] powerpc: Add mmc-spi-slot bindings > [7/7] powerpc/83xx: Add mmc-spi support via the device tree for > MPC8323E-RDB > > Thanks, > > -- > Anton Vorontsov > email: cbouatmailru@gmail.com > irc://irc.freenode.net/bd2 David, Any status on these patches? - k