1. 11 4月, 2015 2 次提交
  2. 04 4月, 2015 1 次提交
  3. 31 3月, 2015 1 次提交
  4. 28 3月, 2015 1 次提交
  5. 27 3月, 2015 1 次提交
  6. 24 3月, 2015 1 次提交
  7. 21 3月, 2015 1 次提交
  8. 04 3月, 2015 1 次提交
  9. 27 2月, 2015 1 次提交
  10. 23 2月, 2015 1 次提交
  11. 06 2月, 2015 7 次提交
  12. 05 2月, 2015 1 次提交
  13. 04 2月, 2015 1 次提交
  14. 02 2月, 2015 1 次提交
    • P
      clk: tegra: Update binding doc for Tegra132 · 4ef0f2fd
      Peter De Schrijver 提交于
      Tegra132 has almost the same clock structure than Tegra124. This patch
      documents the missing clock IDs.
      Signed-off-by: NPeter De Schrijver <pdeschrijver@nvidia.com>
      [paul@pwsan.com: updated binding documentation to reflect the recent
       split of Tegra124 clock IDs into a Tegra124/132-common file and a
       Tegra124-specific file]
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Signed-off-by: NPaul Walmsley <pwalmsley@nvidia.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Thierry Reding <thierry.reding@gmail.com>
      Cc: Alexandre Courbot <gnurou@gmail.com>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
      Cc: Kumar Gala <galak@codeaurora.org>
      4ef0f2fd
  15. 28 1月, 2015 1 次提交
  16. 21 1月, 2015 3 次提交
    • T
      clk: ppc-corenet: rename driver to clk-qoriq · 93a17c05
      Tang Yuantian 提交于
      Freescale introduced new ARM-based socs which using the compatible
      clock IP block with PowerPC-based socs'. So this driver can be used
      on both platforms.
      Updated relevant descriptions and renamed this driver to better
      represent its meaning and keep the function of driver untouched.
      Signed-off-by: NTang Yuantian <Yuantian.Tang@freescale.com>
      Signed-off-by: NMichael Turquette <mturquette@linaro.org>
      93a17c05
    • T
      clk: ti: Add support for FAPLL on dm816x · 163152cb
      Tony Lindgren 提交于
      On dm816x the clocks are sourced from a FAPLL (Flying Adder PLL)
      that does not seem to be used on the other omap variants.
      
      There are four instances of the FAPLL on dm816x that each have three
      to seven child synthesizers.
      
      I've set up the FAPLL as a single fapll.c driver. Later on we could
      potentially have the PLL code generic. To do that, we would have to
      consider the following:
      
      1. Setting the PLL to bypass mode also sets the child synthesizers
         into bypass mode. As the bypass rate can also be generated by
         the PLL in regular mode, there's no way for the child synthesizers
         to detect the bypass mode based on the parent clock rate.
      
      2. The PLL registers control the power for each of the child
         syntheriser.
      
      Note that the clocks are currently still missing the set_rate
      implementation so things are still running based on the bootloader
      values. That's OK for now as most of the outputs have dividers and
      those can be set using the existing TI component clock code.
      
      I have verified that the extclk rates are correct for a few clocks,
      so adding the set_rate support should be fairly trivial later on.
      
      This code is partially based on the TI81XX-LINUX-PSP-04.04.00.02
      patches published at:
      
      http://downloads.ti.com/dsps/dsps_public_sw/psp/LinuxPSP/TI81XX_04_04/04_04_00_02/index_FDS.html
      
      Cc: Brian Hutchinson <b.hutchman@gmail.com>
      Cc: Paul Walmsley <paul@pwsan.com>
      Cc: Tero Kristo <t-kristo@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NMichael Turquette <mturquette@linaro.org>
      163152cb
    • C
      clk: sunxi: Add driver for A80 MMC config clocks/resets · 7a6fca87
      Chen-Yu Tsai 提交于
      On the A80 SoC, the 4 mmc controllers each have a separate register
      controlling their register access clocks and reset controls. These
      registers in turn share a ahb clock gate and reset control.
      
      This patch adds a platform device driver for these controls. It
      requires both clocks and reset controls to be available, so using
      CLK_OF_DECLARE might not be the best way.
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      7a6fca87
  17. 20 1月, 2015 2 次提交
  18. 18 1月, 2015 1 次提交
  19. 15 1月, 2015 2 次提交
  20. 14 1月, 2015 1 次提交
  21. 08 1月, 2015 5 次提交
  22. 23 12月, 2014 1 次提交
  23. 22 12月, 2014 1 次提交
  24. 21 12月, 2014 1 次提交
  25. 24 11月, 2014 1 次提交