1. 06 3月, 2012 2 次提交
    • M
      OMAPDSS: HDMI: Add M2 divider while calculating clkout · dd2116a3
      Mythri P K 提交于
      While calculating regm and regmf value add using M2 divider in
      the equation.
      Formula for calculating:
      Output clock on digital core domain:
      	CLKOUT = (M / (N+1))*CLKINP*(1/M2)
      Internal oscillator output clock on internal LDO domain:
      	CLKDCOLDO = (M / (N+1))*CLKINP
      The current code when allows variable M2 values as input
      ignores using M2 divider values in calculation of regm and regmf.
      so fix it by using M2 in calculation although the default value for
      M2 is 1.
      Signed-off-by: NMythri P K <mythripk@ti.com>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      dd2116a3
    • T
      Merge commit 'v3.3-rc6' · 0ba86d7e
      Tomi Valkeinen 提交于
      Merge v3.3-rc6 to get the latest DSS and OMAP arch fixes.
      
      Conflicts:
      	arch/arm/mach-omap1/board-innovator.c
      	drivers/video/omap2/dss/apply.c
      0ba86d7e
  2. 04 3月, 2012 5 次提交
  3. 03 3月, 2012 13 次提交
  4. 02 3月, 2012 8 次提交
  5. 01 3月, 2012 12 次提交