Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753517AbYJQIxj (ORCPT ); Fri, 17 Oct 2008 04:53:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751874AbYJQIxa (ORCPT ); Fri, 17 Oct 2008 04:53:30 -0400 Received: from bu3sch.de ([62.75.166.246]:54581 "EHLO vs166246.vserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751666AbYJQIx3 (ORCPT ); Fri, 17 Oct 2008 04:53:29 -0400 From: Michael Buesch To: "Magnus Damm" Subject: Re: [PATCH v3] Add SPI over GPIO driver Date: Fri, 17 Oct 2008 10:52:54 +0200 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: "Andrew Morton" , "Stephen Rothwell" , linux-kernel , "David Brownell" , "Piot Skamruk" , openwrt-devel@lists.openwrt.org References: <200807202146.12759.mb@bu3sch.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810171052.54823.mb@bu3sch.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1085 Lines: 28 On Friday 17 October 2008 05:14:26 Magnus Damm wrote: > On Mon, Jul 21, 2008 at 4:46 AM, Michael Buesch wrote: > > This adds a driver that lets you drive an SPI bus over > > generic GPIO pins. > > > > Signed-off-by: Michael Buesch > > Very useful. Fits my shiny new GPIO implementation for SuperH like a glove. > > Michael, as you know, I have some SuperH board code that makes use of > this driver. Are there any outstanding issues with this driver that I > can help resolving? bool cs_activelow should probably be removed from struct spi_gpio_platform_data. I think cs always is activelow, so we can simply hardcode this in spi_gpio_chipselect() If you want to do this, please feel free to do so. I currently don't have the time for this. The rest of the driver is fine with me. -- Greetings Michael. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/