1. 06 3月, 2014 1 次提交
  2. 24 2月, 2014 2 次提交
  3. 07 1月, 2014 1 次提交
  4. 05 12月, 2013 3 次提交
  5. 09 6月, 2013 1 次提交
  6. 01 1月, 2013 1 次提交
  7. 28 11月, 2012 1 次提交
  8. 21 11月, 2012 2 次提交
  9. 01 11月, 2012 1 次提交
    • T
      ARM: OMAP: Move omap-pm-noop.c local to mach-omap2 · 6e740f9a
      Tony Lindgren 提交于
      This code should be private to mach-omap2.
      
      The only use for it in for omap1 has been in dmtimer.c
      to check for context loss. However, omap1 does not
      lose context during idle, so the code is not needed.
      Further, omap1 timer has OMAP_TIMER_ALWON set, so omap1
      was not hitting omap_pm_get_dev_context_loss_count()
      test.
      
      Cc: Jon Hunter <jon-hunter@ti.com>
      Cc: Kevin Hilman <khilman@deeprootsystems.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      6e740f9a
  10. 26 10月, 2012 1 次提交
  11. 28 9月, 2012 1 次提交
  12. 26 9月, 2012 1 次提交
  13. 16 8月, 2012 1 次提交
  14. 12 8月, 2012 3 次提交
  15. 14 5月, 2012 7 次提交
  16. 09 5月, 2012 1 次提交
  17. 20 12月, 2011 2 次提交
  18. 05 12月, 2011 1 次提交
  19. 25 11月, 2011 1 次提交
  20. 04 11月, 2011 2 次提交
  21. 22 9月, 2011 1 次提交
    • L
      [media] omap3isp: video: Avoid crashes when pipeline set stream operation fails · 5b6c3ef0
      Laurent Pinchart 提交于
      If streaming can't be enabled on the pipeline, the DMA buffers queue is
      not emptied. If the buffers then get freed the queue will end up
      referencing free memory. This is usually not an issue, as the DMA queue
      will be reinitialized the next time streaming is enabled, before
      enabling the hardware.
      
      However, if the sensor connected at the pipeline input is free-running,
      the CCDC will start generating interrupts as soon as it gets powered up,
      before the streaming gets enabled on the hardware. This will make the
      CCDC interrupt handler access freed memory, causing a crash.
      
      Reinitialize the DMA buffers queue in isp_video_streamon() if the error
      path to make sure this situation won't happen.
      Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      5b6c3ef0
  22. 11 9月, 2011 1 次提交
  23. 26 8月, 2011 2 次提交
  24. 28 7月, 2011 1 次提交
  25. 19 4月, 2011 1 次提交