From: Russ Gorby Date: Mon, 7 Feb 2011 20:02:31 +0000 (-0800) Subject: serial: ifx6x60: probe routine needs to call spi_setup X-Git-Tag: v2.6.39-rc1~470^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aff8d90a073e5a07e1ff5a94779d6a21fb72dd2;p=pandora-kernel.git serial: ifx6x60: probe routine needs to call spi_setup The probe routine should call spi_setup() to configure the SPI bus so it can properly communicate with the device. E.g. the device operates in SPI mode 1. Called spi_setup to configure SPI mode, max_speed_hz, and bpw Signed-off-by: Russ Gorby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed