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
..
2011-02-08 08:29:53 -05:00
2011-07-25 23:40:11 +02:00
2011-07-25 23:40:11 +02:00
2013-03-04 13:42:07 +08:00
2012-09-20 20:39:27 +08:00
2013-03-04 13:42:07 +08:00
2009-06-14 23:01:38 +02:00
2008-10-18 21:54:03 +02:00
2013-02-11 10:35:25 -07:00