1. 08 6月, 2012 2 次提交
  2. 07 6月, 2012 3 次提交
  3. 06 6月, 2012 3 次提交
  4. 05 6月, 2012 4 次提交
  5. 04 6月, 2012 4 次提交
    • S
      ARM i.MX53: Fix PLL4 base address · cdd781ab
      Sascha Hauer 提交于
      MX53_DPLL4_BASE accidently returned the base address of PLL3.
      Fix this.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      Cc: stable@vger.kernel.org
      cdd781ab
    • S
      ARM i.MX pllv2: make round_rate accurate · 9ca41bcc
      Sascha Hauer 提交于
      in round_rate we made the assumption that we can set arbitrary
      frequencies and thus returned the input rate. This is not correct,
      for certain frequencies after setting a frequency with set_rate,
      recalc_rate will return different values. To fix this, introduce
      set_rate/recalc_rate functions which work on variables instead
      of registers directly. This way we can call these in round_rate
      to get the exact rate which we would get if we call set_rate
      with this value.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      9ca41bcc
    • S
      ARM i.MX pllv2: use standard register set unconditionally · 6cc90d6d
      Sascha Hauer 提交于
      The i.MX5 PLL has two different register sets for setting the
      rate. One is used for the standard case and and is used for
      DVFS. Which one of them is used depends on a hardware input
      of the PLL. Current implementation reads back from the hardware
      which setting is used. This is bogus: If we ever want to implement
      DVFS we have to program both register sets and not only the one
      which happens to be used at the moment. For now, just use the
      standard register set uncondionally.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      6cc90d6d
    • T
      ARM: OMAP: Fix lis3lv02d accelerometer to use gpio_to_irq · 4d04317f
      Tony Lindgren 提交于
      Commit 3b511201 (ARM: OMAP: rx51: Platform support for lis3lv02d accelerometer)
      added support for lis3lv02d accelerometer.
      
      The patch was still using OMAP_GPIO_IRQ which no longer exists.
      
      Fix it by using gpio_to_irq().
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      4d04317f
  6. 02 6月, 2012 5 次提交
  7. 01 6月, 2012 15 次提交
  8. 31 5月, 2012 2 次提交
  9. 30 5月, 2012 2 次提交