commit | 2aff8d90a073e5a07e1ff5a94779d6a21fb72dd2 | [log] [tgz] |
---|---|---|
author | Russ Gorby <russ.gorby@intel.com> | Mon Feb 07 12:02:31 2011 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Feb 17 11:16:15 2011 -0800 |
tree | dbe4ec15ca988d3b4e020fdc1cde9ece98f46c8a | |
parent | 1b79b440576b80bace7b6fa012a57ed91d763b5f [diff] |
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 <russ.gorby@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>