1. 22 2月, 2009 2 次提交
  2. 19 2月, 2009 4 次提交
  3. 18 2月, 2009 9 次提交
  4. 17 2月, 2009 3 次提交
  5. 14 2月, 2009 1 次提交
  6. 13 2月, 2009 4 次提交
  7. 11 2月, 2009 3 次提交
  8. 10 2月, 2009 2 次提交
  9. 09 2月, 2009 5 次提交
  10. 06 2月, 2009 6 次提交
  11. 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