1. 28 8月, 2012 1 次提交
  2. 09 8月, 2012 2 次提交
  3. 20 1月, 2012 1 次提交
  4. 08 1月, 2012 1 次提交
  5. 02 1月, 2012 3 次提交
  6. 23 12月, 2011 1 次提交
  7. 25 11月, 2011 1 次提交
  8. 23 11月, 2011 1 次提交
    • L
      ASoC: Constify snd_soc_dai_ops structs · 85e7652d
      Lars-Peter Clausen 提交于
      Commit 1ee46ebd("ASoC: Make the DAI ops constant in the DAI structure")
      introduced the possibility to have constant DAI ops structures, yet this is
      barley used in both existing drivers and also new drivers being submitted,
      although none of them modifies its DAI ops structure. The later is not
      surprising since existing drivers are often used as templates for new drivers.
      So this patch just constifies all existing snd_soc_dai_ops structs to eliminate
      the issue altogether.
      
      The patch was generated with the following coccinelle semantic patch:
      // <smpl>
      @@
      identifier ops;
      @@
      -struct snd_soc_dai_ops ops =
      +const struct snd_soc_dai_ops ops =
      { ... };
      // </smpl>
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      85e7652d
  9. 14 10月, 2011 1 次提交
  10. 08 10月, 2011 1 次提交
  11. 30 9月, 2011 1 次提交
    • J
      ASoC: Davinci: Fix FS polarity for I2S format · ad51f765
      Jarkko Nikula 提交于
      Commit 75d9ac46 ("ASoC: Allow DAI formats to be specified in the dai_link")
      changed DAI format flag values and we cannot simply invert anymore e.g.
      frame-sync with ^= SND_SOC_DAIFMT_NB_IF (which was anyway misuse) as there
      is no anymore fixed bit position for bit-clock or frame-sync inversion.
      
      Fix this by relying only on DAI format flag values passed to us and by not
      making any assumption on individual bit positions
      Signed-off-by: NJarkko Nikula <jarkko.nikula@bitmer.com>
      Cc: Vaibhav Bedia <vaibhav.bedia@ti.com>
      Cc: Sekhar Nori <nsekhar@ti.com>
      Cc: Kevin Hilman <khilman@ti.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      ad51f765
  12. 16 9月, 2011 1 次提交
  13. 29 8月, 2011 1 次提交
  14. 21 7月, 2011 2 次提交
  15. 08 6月, 2011 1 次提交
  16. 27 5月, 2011 1 次提交
    • S
      mfd: Use mfd cell platform_data for davinci cells platform bits · cb5811cf
      Samuel Ortiz 提交于
      With the addition of a platform device mfd_cell pointer, MFD drivers
      can go back to passing platform back to their sub drivers.
      This allows for an mfd_cell->mfd_data removal and thus keep the
      sub drivers MFD agnostic. This is mostly needed for non MFD aware
      sub drivers.
      
      Cc: Miguel Aguilar <miguel.aguilar@ridgerun.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Liam Girdwood <lrg@slimlogic.co.uk>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      cb5811cf
  17. 25 5月, 2011 7 次提交
  18. 20 5月, 2011 1 次提交
  19. 26 4月, 2011 4 次提交
  20. 23 3月, 2011 1 次提交
  21. 10 2月, 2011 3 次提交
  22. 04 2月, 2011 1 次提交
  23. 22 1月, 2011 1 次提交
  24. 05 1月, 2011 1 次提交
  25. 25 11月, 2010 1 次提交