1. 22 4月, 2013 8 次提交
  2. 21 4月, 2013 1 次提交
  3. 17 4月, 2013 7 次提交
  4. 16 4月, 2013 13 次提交
  5. 14 4月, 2013 10 次提交
  6. 13 4月, 2013 1 次提交
    • F
      spi: mxc_spi: Set master mode for all channels · 0f1411bc
      Fabio Estevam 提交于
      The glitch in the SPI clock line, which commit 3cea335c (spi: mxc_spi: Fix spi
      clock glitch durant reset) solved, is back now and itwas re-introduced by
      commit d36b39bf (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: NFabio Estevam <fabio.estevam@freescale.com>
      0f1411bc