From: Ben Dooks Date: Fri, 26 Jan 2007 08:56:43 +0000 (-0800) Subject: [PATCH] S3C24XX: fix passing spi chipselect to select routine X-Git-Tag: v2.6.20-rc7~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8736b9270c2f8993ca44c30f64d4c6d25e379687;p=pandora-kernel.git [PATCH] S3C24XX: fix passing spi chipselect to select routine It turns out that the spi chipselect was not being passed to the set_cs routine if one was specified in the platform data. As part of the fix, change to using a set_cs field in the controller state, and put a default gpio routine in if the data passed does not specify it. Also remove the //#define DEBUG Signed-off-by: Ben Dooks Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed