1. 02 5月, 2014 1 次提交
  2. 30 4月, 2014 3 次提交
  3. 22 4月, 2014 1 次提交
  4. 19 4月, 2014 18 次提交
  5. 15 4月, 2014 3 次提交
  6. 14 3月, 2014 1 次提交
  7. 13 3月, 2014 1 次提交
  8. 07 3月, 2014 1 次提交
  9. 04 3月, 2014 1 次提交
  10. 23 2月, 2014 1 次提交
  11. 20 2月, 2014 4 次提交
  12. 21 1月, 2014 1 次提交
  13. 24 12月, 2013 1 次提交
  14. 02 12月, 2013 1 次提交
    • J
      ASoC: omap: n810: Convert to clk_prepare_enable/clk_disable_unprepare · fb28a75a
      Jarkko Nikula 提交于
      N810 audio driver has stopped working at some point. Probably when
      OMAP2 was converted to common clock framework since now call to clk_enable
      dumps the stack trace in drivers/clk/clk.c: __clk_enable() due
      clk->prepare_count is zero.
      
      Fix this by converting clk_enable/_disable calls to those that take care
      of clock prepare/unprepare.
      
      I'm not queueing this to linux-stable since OMAP2 common clock framework
      conversion in commit ed1ebc49 ("ARM: OMAP2: clock: Convert to common clk")
      happened before N810 was really usable in mainline and user base for N810 is
      anyway small. Potential linux-stable candidates are only those after
      commit 3d3a6d18 ("watchdog: introduce retu_wdt driver").
      Signed-off-by: NJarkko Nikula <jarkko.nikula@bitmer.com>
      Signed-off-by: NMark Brown <broonie@linaro.org>
      fb28a75a
  15. 24 11月, 2013 1 次提交
  16. 08 11月, 2013 1 次提交