git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b79b44
)
serial: ifx6x60: probe routine needs to call spi_setup
author
Russ Gorby
<russ.gorby@intel.com>
Mon, 7 Feb 2011 20:02:31 +0000
(12:02 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 17 Feb 2011 19:16:15 +0000
(11:16 -0800)
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>
No differences found