1. 28 5月, 2009 1 次提交
  2. 15 5月, 2009 5 次提交
  3. 14 5月, 2009 1 次提交
  4. 12 5月, 2009 2 次提交
  5. 05 5月, 2009 1 次提交
  6. 23 4月, 2009 2 次提交
  7. 19 4月, 2009 1 次提交
  8. 17 4月, 2009 1 次提交
  9. 16 4月, 2009 1 次提交
  10. 15 4月, 2009 1 次提交
  11. 13 4月, 2009 1 次提交
    • D
      ASoC: pxa-ssp.c fix clock/frame invert · a8205320
      Daniel Ribeiro 提交于
      SCMODE(0): Data Driven (Falling), Data Sampled (Rising), Idle State (Low)
      SCMODE(1): Data Driven (Rising), Data Sampled (Falling), Idle State (Low)
      SCMODE(2): Data Driven (Rising), Data Sampled (Falling), Idle State (High)
      SCMODE(3): Data Driven (Falling), Data Sampled (Rising), Idle State (High)
      
      SCMODE(3) does not invert the clock polarity compared to the default SCMODE(0).
      
      This patch also adds all possible NF/IF, NB/IB combinations to the DSP_A and
      DSP_B modes.
      Signed-off-by: NDaniel Ribeiro <drwyrm@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      a8205320
  12. 09 4月, 2009 1 次提交
  13. 07 4月, 2009 1 次提交
  14. 02 4月, 2009 2 次提交
  15. 16 3月, 2009 1 次提交
  16. 14 3月, 2009 2 次提交
  17. 13 3月, 2009 1 次提交
  18. 12 3月, 2009 1 次提交
  19. 11 3月, 2009 1 次提交
  20. 10 3月, 2009 1 次提交
  21. 09 3月, 2009 2 次提交
  22. 06 3月, 2009 1 次提交
  23. 05 3月, 2009 1 次提交
  24. 03 3月, 2009 1 次提交
  25. 25 2月, 2009 1 次提交
  26. 18 2月, 2009 2 次提交
  27. 11 2月, 2009 1 次提交
  28. 09 2月, 2009 2 次提交
  29. 04 2月, 2009 1 次提交
    • P
      ASoC: pxa-ssp: fix SSP port request · 0664678a
      Philipp Zabel 提交于
      PXA2xx/3xx SSP ports start from 1, not 0. Thus, the probe function
      requested the wrong SSP port. Correcting this unveiled another bug
      where ssp_init tries to request the already-requested SSP port again.
      So this patch replaces the ssp_init/exit calls with their internals
      from mach-pxa/ssp.c, leaving out the redundant ssp_request and the
      unneeded IRQ request. Effectively, that leaves us with not much more
      than enabling/disabling the SSP clock.
      Signed-off-by: NPhilipp Zabel <philipp.zabel@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      0664678a