1. 18 1月, 2013 1 次提交
  2. 12 11月, 2012 2 次提交
  3. 27 10月, 2012 1 次提交
    • A
      Revert "ARM i.MX25: Fix PWM per clock lookups" · 943bb487
      Arnd Bergmann 提交于
      This reverts commit 92063cee, it
      was applied prematurely, causing this build error for
      imx_v4_v5_defconfig:
      
      arch/arm/mach-imx/clk-imx25.c: In function 'mx25_clocks_init':
      arch/arm/mach-imx/clk-imx25.c:206:26: error: 'pwm_ipg_per' undeclared (first use in this function)
      arch/arm/mach-imx/clk-imx25.c:206:26: note: each undeclared identifier is reported only once for each function it appears in
      
      Sascha Hauer explains:
      > There are several gates missing in clk-imx25.c. I have a patch which
      > adds support for them and I seem to have missed that the above depends
      > on it.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      943bb487
  4. 15 10月, 2012 6 次提交
  5. 10 10月, 2012 3 次提交
  6. 18 9月, 2012 1 次提交
    • S
      ARM i.MX25: Make timer irq work again · 42a3f891
      Sascha Hauer 提交于
      Since i.MX has SPARSE_IRQ enabled the i.MX25 timer is broken. This
      is because the internal irqs now start at an offset of NR_IRQS_LEGACY.
      The patch fixed this up, but missed the i.MX25 timer which used a
      hardcoded value instead of a define. This patch introduces a define
      for the timer irq and uses it.
      
      This is broken since introduced with 3.6-rc1:
      
      | commit 8842a9e2
      | Author: Shawn Guo <shawn.guo@linaro.org>
      | Date:   Thu Jun 14 11:16:14 2012 +0800
      |
      |    ARM: imx: enable SPARSE_IRQ for imx platform
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      42a3f891
  7. 11 9月, 2012 1 次提交
  8. 16 5月, 2012 1 次提交
  9. 02 5月, 2012 1 次提交