1. 21 10月, 2013 1 次提交
  2. 22 8月, 2013 5 次提交
  3. 16 8月, 2013 2 次提交
  4. 15 7月, 2013 1 次提交
  5. 17 6月, 2013 7 次提交
  6. 03 6月, 2013 1 次提交
  7. 23 5月, 2013 1 次提交
  8. 12 5月, 2013 3 次提交
  9. 12 4月, 2013 6 次提交
  10. 09 4月, 2013 2 次提交
    • D
      ARM i.MX6: Fix ldb_di clock selection · e8094b2c
      Dirk Behme 提交于
      According to the recent i.MX6 Quad technical reference manual, mode 0x4 (100b)
      of the CCM_CS2DCR register (address 0x020C402C) bits [11-9] and [14-12] select
      the PLL3 clock, and not the PLL3 PFD1 540M clock. In our code, the PLL3 root
      clock is named 'pll3_usb_otg', select this instead of the 540M clock.
      Signed-off-by: NDirk Behme <dirk.behme@de.bosch.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      e8094b2c
    • S
      ARM: imx: provide twd clock lookup from device tree · 2bb4b70b
      Shawn Guo 提交于
      While booting from device tree, imx6q used to provide twd clock lookup
      by calling clk_register_clkdev() in clock driver.  However, the commit
      bd603455 (ARM: use device tree to get smp_twd clock) forces DT boot to
      look up the clock from device tree.  It causes the failure below when
      twd driver tries to get the clock, and hence kernel has to calibrate the
      local timer frequency.
      
       smp_twd: clock not found -2
       ...
       Calibrating local timer... 396.13MHz.
      
      Fix the regression by providing twd clock lookup from device tree, and
      remove the unused twd clk_register_clkdev() call from clock driver.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      2bb4b70b
  11. 11 3月, 2013 1 次提交
  12. 10 2月, 2013 1 次提交
    • P
      ARM i.MX6: change mxs usbphy clock usage · a5120e89
      Peter Chen 提交于
      This mxs usbphy is only needs to be on after system boots
      up, and software never needs to control it anymore.
      Meanwhile, usbphy's parent needs to be notified if usb
      is suspend or not. So we design below mxs usbphy usage:
      
      - usbphy1_gate and usbphy2_gate:
      Their parents are dummy clock, we only needs to enable
      it after system boots up.
      - usbphy1 and usbphy2
      Usage reserved bit for this clock, in that case, the refcount
      will be updated, but without hardware changing.
      Signed-off-by: NPeter Chen <peter.chen@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      a5120e89
  13. 30 1月, 2013 1 次提交
  14. 29 1月, 2013 1 次提交
  15. 14 1月, 2013 1 次提交
    • S
      ARM: imx: correct low-power mode setting · 83ae2098
      Shawn Guo 提交于
      The hardware reset value of bit CCM_CLPCR_LPM enables WAIT mode
      (WAIT_UNCLOCKED) by default.  However this is undesirable because
      WAIT mode should only be enabled when there is a driver managing
      ARM clock gating.  Correct the initial power mode to WAIT_CLOCKED
      (disable WAIT mode).  While at it, the power mode after resuming
      is also set back to WAIT_CLOCKED from STOP_POWER_OFF.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      83ae2098
  16. 22 11月, 2012 3 次提交
  17. 16 11月, 2012 2 次提交
  18. 15 10月, 2012 1 次提交