1. 26 3月, 2021 3 次提交
  2. 19 11月, 2020 1 次提交
  3. 11 11月, 2020 2 次提交
    • L
      soc: tegra: fuse: speedo-tegra210: Remove a group of set but unused variables · 6c37cb9f
      Lee Jones 提交于
      Fixes the following W=1 kernel build warning(s):
      
       drivers/soc/tegra/fuse/speedo-tegra210.c: In function ‘tegra210_init_speedo_data’:
       drivers/soc/tegra/fuse/speedo-tegra210.c:105:56: warning: variable ‘soc_iddq’ set but not used [-Wunused-but-set-variable]
       drivers/soc/tegra/fuse/speedo-tegra210.c:105:46: warning: variable ‘gpu_iddq’ set but not used [-Wunused-but-set-variable]
       drivers/soc/tegra/fuse/speedo-tegra210.c:105:36: warning: variable ‘cpu_iddq’ set but not used [-Wunused-but-set-variable]
      
      Cc: Thierry Reding <thierry.reding@gmail.com>
      Cc: Jonathan Hunter <jonathanh@nvidia.com>
      Cc: linux-tegra@vger.kernel.org
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      [treding@nvidia.com: remove unnecessary reads altogether]
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      6c37cb9f
    • L
      soc: tegra: fuse: speedo-tegra124: Remove some set but unused variables · ce034072
      Lee Jones 提交于
      Fixes the following W=1 kernel build warning(s):
      
       drivers/soc/tegra/fuse/speedo-tegra124.c: In function ‘tegra124_init_speedo_data’:
       drivers/soc/tegra/fuse/speedo-tegra124.c:105:38: warning: variable ‘soc_iddq_value’ set but not used [-Wunused-but-set-variable]
       drivers/soc/tegra/fuse/speedo-tegra124.c:105:22: warning: variable ‘gpu_iddq_value’ set but not used [-Wunused-but-set-variable]
       drivers/soc/tegra/fuse/speedo-tegra124.c:105:6: warning: variable ‘cpu_iddq_value’ set but not used [-Wunused-but-set-variable]
      
      Cc: Thierry Reding <thierry.reding@gmail.com>
      Cc: Jonathan Hunter <jonathanh@nvidia.com>
      Cc: linux-tegra@vger.kernel.org
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      [treding@nvidia.com: remove unnecessary reads altogether]
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      ce034072
  4. 07 11月, 2020 1 次提交
  5. 10 10月, 2020 2 次提交
    • M
      soc/tegra: pmc: Don't create fake interrupt hierarchy levels · c351ab7b
      Marc Zyngier 提交于
      The Tegra PMC driver does ungodly things with the interrupt hierarchy,
      repeatedly corrupting it by pulling hwirq numbers out of thin air,
      overriding existing IRQ mappings and changing the handling flow
      of unsuspecting users.
      
      All of this is done in the name of preserving the interrupt hierarchy
      even when these levels do not exist in the HW. Together with the use
      of proper IRQs for IPIs, this leads to an unbootable system as the
      rescheduling IPI gets repeatedly repurposed for random drivers...
      
      Instead, let's simply mark the level from which the hierarchy does
      not make sense for the HW, and let the core code trim the usused
      levels from the hierarchy.
      Signed-off-by: NMarc Zyngier <maz@kernel.org>
      c351ab7b
    • M
      soc/tegra: pmc: Allow optional irq parent callbacks · 8681cc33
      Marc Zyngier 提交于
      Make the PMC driver resistent to variable depth interrupt hierarchy,
      which we are about to introduce.
      Signed-off-by: NMarc Zyngier <maz@kernel.org>
      8681cc33
  6. 18 9月, 2020 7 次提交
  7. 24 8月, 2020 1 次提交
  8. 17 7月, 2020 1 次提交
  9. 22 5月, 2020 1 次提交
  10. 08 5月, 2020 2 次提交
  11. 22 4月, 2020 4 次提交
  12. 13 3月, 2020 4 次提交
  13. 12 2月, 2020 1 次提交
  14. 10 1月, 2020 7 次提交
  15. 06 1月, 2020 1 次提交
  16. 18 11月, 2019 2 次提交