commit | f020c39e51b1ef8389d5cf38190d32f55ff9d556 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <[email protected]> | Tue Feb 08 21:08:59 2011 +0100 |
committer | Grant Likely <[email protected]> | Tue Feb 15 15:10:11 2011 -0700 |
tree | 8813281630a49f837b1ddbf8c3c181574d53300e | |
parent | 12e8b325f28a87ad006822d0561112c1751dfc9b [diff] |
spi/imx: select master mode for all channels The hardware seems to have a race condition when the inactive channels are in slave mode. We support master mode only, so we can just switch all channels to master mode. Signed-off-by: Sascha Hauer <[email protected]> [ukleinek: add more verbose comment about the race] Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Grant Likely <[email protected]>