1. 22 4月, 2016 1 次提交
  2. 16 4月, 2016 1 次提交
  3. 02 4月, 2016 1 次提交
  4. 04 3月, 2016 1 次提交
  5. 02 3月, 2016 1 次提交
  6. 26 2月, 2016 1 次提交
  7. 30 1月, 2016 1 次提交
  8. 25 12月, 2015 1 次提交
  9. 08 12月, 2015 1 次提交
  10. 01 12月, 2015 1 次提交
  11. 17 11月, 2015 1 次提交
  12. 22 10月, 2015 2 次提交
  13. 09 10月, 2015 1 次提交
  14. 02 10月, 2015 1 次提交
  15. 28 9月, 2015 1 次提交
    • S
      clk: add support for clocks provided by SCP(System Control Processor) · cd52c2a4
      Sudeep Holla 提交于
      On some ARM based systems, a separate Cortex-M based System Control
      Processor(SCP) provides the overall power, clock, reset and system
      control. System Control and Power Interface(SCPI) Message Protocol
      is defined for the communication between the Application Cores(AP)
      and the SCP.
      
      This patch adds support for the clocks provided by SCP using SCPI
      protocol.
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      Reviewed-by: NStephen Boyd <sboyd@codeaurora.org>
      Cc: Mike Turquette <mturquette@baylibre.com>
      Cc: Liviu Dudau <Liviu.Dudau@arm.com>
      Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Cc: Jon Medhurst (Tixy) <tixy@linaro.org>
      Cc: linux-clk@vger.kernel.org
      cd52c2a4
  16. 07 7月, 2015 1 次提交
  17. 23 6月, 2015 2 次提交
  18. 22 6月, 2015 2 次提交
  19. 19 6月, 2015 2 次提交
  20. 12 6月, 2015 1 次提交
  21. 06 6月, 2015 1 次提交
  22. 04 6月, 2015 2 次提交
  23. 03 6月, 2015 1 次提交
  24. 06 5月, 2015 1 次提交
  25. 11 4月, 2015 2 次提交
  26. 31 3月, 2015 1 次提交
  27. 21 1月, 2015 2 次提交
  28. 18 1月, 2015 1 次提交
  29. 14 10月, 2014 1 次提交
  30. 06 10月, 2014 1 次提交
  31. 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
  32. 27 9月, 2014 1 次提交
  33. 10 9月, 2014 1 次提交