1. 12 4月, 2013 4 次提交
  2. 10 2月, 2013 1 次提交
  3. 18 1月, 2013 1 次提交
  4. 17 12月, 2012 1 次提交
    • S
      ARM i.MX51 clock: Fix regression since enabling MIPI/HSP clocks · 69155fd6
      Sascha Hauer 提交于
      The MIPI/HSP clocks were recently turned on in the i.MX51 clock tree.
      It turned out that the system does not work properly when the MIPI/HSP
      clocks are enabled, but the IPU clock is disabled. This happens when
      IPU support is disabled. In this case the IPU clock gets disabled when
      the clock framework turns off unused clock in a late_initcall. This
      is broken since:
      
      | commit 9a2d4825
      | Author: Sascha Hauer <s.hauer@pengutronix.de>
      | Date:   Tue Jun 5 13:53:32 2012 +0200
      |
      |     ARM i.MX5: switch IPU clk support to devicetree bindings
      |
      |     The i.MX5 clk support has platform based clock bindings for the
      |     IPU. IPU support is devicetree only, so move them over to devicetree
      |     based bindings. Also, enable MIPI clocks which do not have a device
      |     associated with, but still need to be enabled to do graphics on
      |     i.MX51.
      
      This patch fixes this by setting some reserved bits in the CCM as recommended
      in the reference manual.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      Tested-by: NShawn Guo <shawn.guo@linaro.org>
      69155fd6
  5. 22 11月, 2012 1 次提交
  6. 16 11月, 2012 2 次提交
  7. 15 10月, 2012 4 次提交
  8. 12 9月, 2012 1 次提交
  9. 14 8月, 2012 1 次提交
  10. 03 8月, 2012 1 次提交
    • S
      ARM: imx: enable emi_slow_gate clock for imx5 · 68b0562d
      Shawn Guo 提交于
      The imx5 common clock migration causes a regression with smsc911x
      driver on imx53-ard board, where a smsc lan9220 controller gets
      connected on imx53 with EIM interface.  EIM needs clock emi_slow_gate
      to be functional.  In the new imx5 clock driver, there is no use count
      incremented for the clock by enabling it, so the framework closes the
      clock at late init time and makes EIM stop working then.
      
      Enable emi_slow_gate in clock driver initialization to fix the
      regression.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NSascha Hauer <s.hauer@pengutronix.de>
      68b0562d
  11. 17 7月, 2012 4 次提交
  12. 07 7月, 2012 1 次提交
  13. 05 6月, 2012 1 次提交
  14. 16 5月, 2012 2 次提交
  15. 11 5月, 2012 1 次提交
  16. 09 5月, 2012 1 次提交