1. 20 2月, 2014 1 次提交
  2. 08 1月, 2014 8 次提交
  3. 07 10月, 2013 1 次提交
  4. 07 8月, 2013 1 次提交
  5. 12 1月, 2013 1 次提交
  6. 02 1月, 2013 3 次提交
  7. 09 12月, 2012 1 次提交
  8. 22 9月, 2012 6 次提交
  9. 19 9月, 2012 1 次提交
  10. 04 4月, 2012 1 次提交
  11. 21 2月, 2012 1 次提交
  12. 10 2月, 2012 1 次提交
  13. 27 1月, 2012 1 次提交
  14. 20 1月, 2012 1 次提交
  15. 02 12月, 2011 1 次提交
  16. 28 11月, 2011 1 次提交
  17. 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
  18. 11 10月, 2011 1 次提交
  19. 06 10月, 2011 1 次提交
  20. 04 7月, 2011 2 次提交
  21. 27 5月, 2011 1 次提交
    • S
      mfd: Use mfd cell platform_data for twl4030 codec cells platform bits · a4579ad2
      Samuel Ortiz 提交于
      With the addition of a platform device mfd_cell pointer, MFD drivers
      can go back to passing platform data 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: Peter Ujfalusi <peter.ujfalusi@nokia.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Liam Girdwood <lrg@slimlogic.co.uk>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      a4579ad2
  22. 31 3月, 2011 1 次提交
  23. 23 3月, 2011 1 次提交
  24. 15 12月, 2010 1 次提交
  25. 22 11月, 2010 1 次提交