1. 24 8月, 2013 6 次提交
  2. 18 8月, 2013 2 次提交
  3. 29 6月, 2013 10 次提交
  4. 19 6月, 2013 2 次提交
    • S
      [media] exynos4-is: Fix FIMC-IS clocks initialization · 722a860e
      Sylwester Nawrocki 提交于
      The ISP clock register content is not preserved over the ISP power domain
      off/on cycle. Instead of setting the clock frequencies once at probe time
      the clock rates set up is moved to the runtime_resume handler, which is
      invoked after the related power domain is already enabled, ensuring the
      clocks are properly configured when the device is actively used.
      This fixes the FIMC-IS malfunctions and STREAM ON timeout errors accuring
      on some boards:
      [ 59.860000] fimc_is_general_irq_handler:583 ISR_NDONE: 5: 0x800003e8, IS_ERROR_UNKNOWN
      [ 59.860000] fimc_is_general_irq_handler:586 IS_ERROR_TIME_OUT
      Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
      Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      722a860e
    • T
      platform: Check for ARCH_EXYNOS separately · 8a78649d
      Tomasz Figa 提交于
      ARCH_EXYNOS is going to be excluded from PLAT_S5P, so it must be checked
      separately in Exynos-related Kconfig entries.
      
      Cc: linux-media@vger.kernel.org
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
      Cc: Kamil Debski <k.debski@samsung.com>
      Cc: Tomasz Stanislawski <t.stanislaws@samsung.com>
      Cc: Jeongtae Park <jtp.park@samsung.com>
      Signed-off-by: NTomasz Figa <t.figa@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      8a78649d
  5. 13 6月, 2013 20 次提交