1. 31 10月, 2014 1 次提交
  2. 01 10月, 2014 1 次提交
  3. 27 9月, 2014 4 次提交
  4. 22 9月, 2014 2 次提交
  5. 10 9月, 2014 3 次提交
  6. 03 9月, 2014 2 次提交
  7. 26 8月, 2014 1 次提交
  8. 29 7月, 2014 3 次提交
  9. 26 7月, 2014 1 次提交
  10. 19 7月, 2014 2 次提交
  11. 18 7月, 2014 4 次提交
  12. 16 7月, 2014 4 次提交
  13. 15 7月, 2014 1 次提交
  14. 14 7月, 2014 2 次提交
  15. 12 7月, 2014 1 次提交
  16. 07 7月, 2014 1 次提交
  17. 04 7月, 2014 1 次提交
  18. 02 7月, 2014 1 次提交
    • P
      dt/bindings: Binding documentation for Palmas clk32kg and clk32kgaudio clocks · 5974b794
      Peter Ujfalusi 提交于
      Palmas class of devices can provide 32K clock(s) to be used by other devices
      on the board. Depending on the actual device the provided clocks can be:
      CLK32K_KG and CLK32K_KGAUDIO
      or only one:
      CLK32K_KG (TPS659039 for example)
      
      Use separate compatible flags for the two 32K clock.
      A system which needs or have only one of the 32k clock from
      Palmas will need to add node(s) for each clock as separate section
      in the dts file.
      The two compatible property is:
      "ti,palmas-clk32kg" for clk32kg clock
      "ti,palmas-clk32kgaudio" for clk32kgaudio clock
      
      Apart from the register control of the clocks - which is done via
      the clock API there is a posibility to enable the external sleep
      control. In this way the clock can be enabled/disabled on demand by the
      user of the clock.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
      Reviewed-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      5974b794
  19. 25 6月, 2014 1 次提交
  20. 11 6月, 2014 2 次提交
  21. 07 6月, 2014 1 次提交
    • N
      CLK: TI: dpll: support OMAP5 MPU DPLL that need special handling for higher frequencies · b4be0189
      Nishanth Menon 提交于
      MPU DPLL on OMAP5, DRA75x, DRA72x has a limitation on the maximum
      frequency it can be locked at. Duty Cycle Correction circuit is used
      to recover a correct duty cycle for achieving higher frequencies
      (hardware internally switches output to M3 output(CLKOUTHIF) from M2
      output (CLKOUT)).
      
      So provide support to setup required data to handle Duty cycle by
      the setting up the minimum frequency for DPLL. 1.4GHz is common
      for all these devices and is based on Technical Reference Manual
      information for OMAP5432((SWPU282U) chapter 3.6.3.3.1 "DPLLs Output
      Clocks Parameters", and equivalent information from DRA75x, DRA72x
      documentation(SPRUHP2E, SPRUHI2P).
      Signed-off-by: NNishanth Menon <nm@ti.com>
      [t-kristo@ti.com: updated for latest dpll init API call]
      Signed-off-by: NTero Kristo <t-kristo@ti.com>
      b4be0189
  22. 31 5月, 2014 1 次提交