Fabio Estevam 0f1411bc8d spi: mxc_spi: Set master mode for all channels
The glitch in the SPI clock line, which commit 3cea335c34 (spi: mxc_spi: Fix spi
clock glitch durant reset) solved, is back now and itwas re-introduced by
commit d36b39bf0d (spi: mxc_spi: Fix ECSPI reset handling).

Actually the glitch is happening due to always toggling between slave mode
and master mode by configuring the CHANNEL_MODE bits in this reset function.

Since the spi driver only supports master mode, set the mode for all channels
always to master mode in order to have a stable, "glitch-free" SPI clock line.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-04-13 17:46:42 +02:00
..
2012-03-26 23:09:26 +02:00
2012-11-16 09:16:45 +01:00
2012-09-18 12:01:51 -07:00
2011-07-16 13:00:11 +02:00
2011-11-29 15:43:38 +01:00
2013-02-04 09:05:45 -05:00
2011-02-21 08:30:55 +01:00
2012-05-15 08:31:26 +02:00
2012-11-20 00:16:08 +01:00
2011-07-04 10:55:25 +02:00
2010-10-13 09:59:33 +02:00
2013-02-03 14:43:58 +01:00