1. 28 11月, 2014 2 次提交
  2. 27 11月, 2014 1 次提交
  3. 18 11月, 2014 1 次提交
  4. 13 11月, 2014 3 次提交
  5. 04 11月, 2014 1 次提交
    • S
      ARM: imx: clk-vf610: define PLL's clock tree · c72c5532
      Stefan Agner 提交于
      So far, the required PLL's (PLL1/PLL2/PLL5) have been initialized
      by boot loader and the kernel code defined fixed rates according
      to those default configurations. Beginning with the USB PLL7 the
      code started to initialize the PLL's itself (using imx_clk_pllv3).
      
      However, since commit dc4805c2
      (ARM: imx: remove ENABLE and BYPASS bits from clk-pllv3 driver)
      imx_clk_pllv3 no longer takes care of the ENABLE and BYPASS bits,
      hence the USB PLL were not configured correctly anymore.
      
      This patch not only fixes those USB PLL's, but also makes use of
      the imx_clk_pllv3 for all PLL's and alignes the code with the PLL
      support of the i.MX6 series.
      Signed-off-by: NStefan Agner <stefan@agner.ch>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      c72c5532
  6. 31 10月, 2014 7 次提交
  7. 25 10月, 2014 1 次提交
  8. 01 10月, 2014 1 次提交
    • R
      clk: add pxa clocks infrastructure · bda00303
      Robert Jarzmik 提交于
      Add a the common code used by all PXA variants.
      
      This is the first step in the transition from architecture defined
      clocks (in arch/arm/mach-pxa) towards clock framework. The goal is to
      have the same features (and not all the features) of the existing
      clocks, and enable the transition of PXA to device-tree.
      
      All PXA rely on a "CKEN" type clock, which :
       - has a gate (bit in CKEN register)
       - is generated from a PLL, generally divided
       - has an alternate low power clock
      
      Each variant will specialize the CKEN clock :
       - pxa25x have no low power clock
       - pxa27x in low power use always the 13 MHz ring oscillator
       - pxa3xx in low power have specific dividers for each clock
      
      The device-tree provides a list of CLK_* (ex: CLK_USB or CLK_I2C) to get
      a handle on the clock. While pxa-clock.h will describe all the clocks of
      all the variants, each variant will only use a subset of it.
      Signed-off-by: NRobert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      bda00303
  9. 28 9月, 2014 4 次提交
  10. 27 9月, 2014 1 次提交
  11. 26 9月, 2014 3 次提交
  12. 22 9月, 2014 3 次提交
  13. 18 9月, 2014 1 次提交
  14. 16 9月, 2014 8 次提交
  15. 10 9月, 2014 2 次提交
  16. 09 9月, 2014 1 次提交