1. 13 3月, 2020 1 次提交
    • S
      soc/tegra: Add Tegra PMC clocks registration into PMC driver · bd9638ed
      Sowjanya Komatineni 提交于
      Tegra PMC has clk_out_1, clk_out_2, and clk_out_3 clocks and currently
      these PMC clocks are registered by Tegra clock driver with each clock as
      separate mux and gate clocks using clk_register_mux and clk_register_gate
      by passing PMC base address and register offsets and PMC programming for
      these clocks happens through direct PMC access by the clock driver.
      
      With this, when PMC is in secure mode any direct PMC access from the
      non-secure world does not go through and these clocks will not be
      functional.
      
      This patch adds these PMC clocks registration to pmc driver with PMC as
      a clock provider and registers each clock as single clock.
      
      clk_ops callback implementations for these clocks uses tegra_pmc_readl and
      tegra_pmc_writel which supports PMC programming in both secure mode and
      non-secure mode.
      Tested-by: NDmitry Osipenko <digetx@gmail.com>
      Reviewed-by: NDmitry Osipenko <digetx@gmail.com>
      Signed-off-by: NSowjanya Komatineni <skomatineni@nvidia.com>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      bd9638ed
  2. 10 1月, 2020 7 次提交
  3. 06 1月, 2020 1 次提交
  4. 18 11月, 2019 3 次提交
  5. 29 10月, 2019 9 次提交
  6. 16 10月, 2019 4 次提交
  7. 01 10月, 2019 2 次提交
  8. 21 6月, 2019 1 次提交
  9. 19 6月, 2019 1 次提交
  10. 13 6月, 2019 1 次提交
  11. 05 6月, 2019 7 次提交
  12. 31 5月, 2019 1 次提交
  13. 27 5月, 2019 1 次提交
  14. 21 5月, 2019 1 次提交