1. 16 6月, 2009 1 次提交
  2. 05 6月, 2009 1 次提交
  3. 19 4月, 2009 1 次提交
  4. 17 4月, 2009 1 次提交
  5. 16 4月, 2009 1 次提交
  6. 15 4月, 2009 1 次提交
  7. 09 4月, 2009 1 次提交
  8. 07 4月, 2009 1 次提交
  9. 02 4月, 2009 2 次提交
  10. 16 3月, 2009 1 次提交
  11. 14 3月, 2009 2 次提交
  12. 13 3月, 2009 1 次提交
  13. 12 3月, 2009 1 次提交
  14. 11 3月, 2009 1 次提交
  15. 10 3月, 2009 1 次提交
  16. 09 3月, 2009 2 次提交
  17. 06 3月, 2009 1 次提交
  18. 05 3月, 2009 1 次提交
  19. 03 3月, 2009 1 次提交
  20. 25 2月, 2009 1 次提交
  21. 18 2月, 2009 2 次提交
  22. 11 2月, 2009 1 次提交
  23. 09 2月, 2009 2 次提交
  24. 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
  25. 23 1月, 2009 3 次提交
  26. 20 1月, 2009 2 次提交
  27. 17 1月, 2009 2 次提交
  28. 01 1月, 2009 1 次提交
  29. 10 12月, 2008 1 次提交
  30. 09 12月, 2008 2 次提交
    • M
      ASoC: Register platform drivers · 958e792c
      Mark Brown 提交于
      This is done at modprobe time, mirroring current behaviour, except for
      mpc5200_psc_i2s where we do registration at the same time as we register
      with soc-of-simple. Since the core currently ignores registration this
      has no practical impact.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      958e792c
    • M
      ASoC: Register platform DAIs · 3f4b783c
      Mark Brown 提交于
      Register all platform DAIs with the core.  In line with current behaviour
      this is done at module probe time rather than when the devices are probed
      (since currently that only happens as the entire ASoC card is registered
      except for those drivers that currently implement some kind of hotplug).
      Since the core currently ignores DAI registration this has no practical
      effect.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      3f4b783c