Searched hist:acbeec3d376cb17b627a674dae049934d15c57e6 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-id.h | diff acbeec3d376cb17b627a674dae049934d15c57e6 Tue Jan 14 01:24:25 CST 2020 Sowjanya Komatineni <skomatineni@nvidia.com> clk: tegra: Remove tegra_pmc_clk_init along with clk ids
Current Tegra clock driver registers PMC clocks clk_out_1, clk_out_2, clk_out_3 and 32KHz blink output in tegra_pmc_init() which does direct PMC register access during clk_ops and these PMC register read and write access will not happen when PMC is in secure mode.
Any direct PMC register access from non-secure world will not go through.
All the PMC clocks are moved to Tegra PMC driver with PMC as a clock provider.
This patch removes tegra_pmc_clk_init along with corresponding clk ids from Tegra clock driver.
Tested-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | Makefile | diff acbeec3d376cb17b627a674dae049934d15c57e6 Tue Jan 14 01:24:25 CST 2020 Sowjanya Komatineni <skomatineni@nvidia.com> clk: tegra: Remove tegra_pmc_clk_init along with clk ids
Current Tegra clock driver registers PMC clocks clk_out_1, clk_out_2, clk_out_3 and 32KHz blink output in tegra_pmc_init() which does direct PMC register access during clk_ops and these PMC register read and write access will not happen when PMC is in secure mode.
Any direct PMC register access from non-secure world will not go through.
All the PMC clocks are moved to Tegra PMC driver with PMC as a clock provider.
This patch removes tegra_pmc_clk_init along with corresponding clk ids from Tegra clock driver.
Tested-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | clk-tegra210.c | diff acbeec3d376cb17b627a674dae049934d15c57e6 Tue Jan 14 01:24:25 CST 2020 Sowjanya Komatineni <skomatineni@nvidia.com> clk: tegra: Remove tegra_pmc_clk_init along with clk ids
Current Tegra clock driver registers PMC clocks clk_out_1, clk_out_2, clk_out_3 and 32KHz blink output in tegra_pmc_init() which does direct PMC register access during clk_ops and these PMC register read and write access will not happen when PMC is in secure mode.
Any direct PMC register access from non-secure world will not go through.
All the PMC clocks are moved to Tegra PMC driver with PMC as a clock provider.
This patch removes tegra_pmc_clk_init along with corresponding clk ids from Tegra clock driver.
Tested-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | clk-tegra114.c | diff acbeec3d376cb17b627a674dae049934d15c57e6 Tue Jan 14 01:24:25 CST 2020 Sowjanya Komatineni <skomatineni@nvidia.com> clk: tegra: Remove tegra_pmc_clk_init along with clk ids
Current Tegra clock driver registers PMC clocks clk_out_1, clk_out_2, clk_out_3 and 32KHz blink output in tegra_pmc_init() which does direct PMC register access during clk_ops and these PMC register read and write access will not happen when PMC is in secure mode.
Any direct PMC register access from non-secure world will not go through.
All the PMC clocks are moved to Tegra PMC driver with PMC as a clock provider.
This patch removes tegra_pmc_clk_init along with corresponding clk ids from Tegra clock driver.
Tested-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | clk-tegra124.c | diff acbeec3d376cb17b627a674dae049934d15c57e6 Tue Jan 14 01:24:25 CST 2020 Sowjanya Komatineni <skomatineni@nvidia.com> clk: tegra: Remove tegra_pmc_clk_init along with clk ids
Current Tegra clock driver registers PMC clocks clk_out_1, clk_out_2, clk_out_3 and 32KHz blink output in tegra_pmc_init() which does direct PMC register access during clk_ops and these PMC register read and write access will not happen when PMC is in secure mode.
Any direct PMC register access from non-secure world will not go through.
All the PMC clocks are moved to Tegra PMC driver with PMC as a clock provider.
This patch removes tegra_pmc_clk_init along with corresponding clk ids from Tegra clock driver.
Tested-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | clk.h | diff acbeec3d376cb17b627a674dae049934d15c57e6 Tue Jan 14 01:24:25 CST 2020 Sowjanya Komatineni <skomatineni@nvidia.com> clk: tegra: Remove tegra_pmc_clk_init along with clk ids
Current Tegra clock driver registers PMC clocks clk_out_1, clk_out_2, clk_out_3 and 32KHz blink output in tegra_pmc_init() which does direct PMC register access during clk_ops and these PMC register read and write access will not happen when PMC is in secure mode.
Any direct PMC register access from non-secure world will not go through.
All the PMC clocks are moved to Tegra PMC driver with PMC as a clock provider.
This patch removes tegra_pmc_clk_init along with corresponding clk ids from Tegra clock driver.
Tested-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | clk-tegra20.c | diff acbeec3d376cb17b627a674dae049934d15c57e6 Tue Jan 14 01:24:25 CST 2020 Sowjanya Komatineni <skomatineni@nvidia.com> clk: tegra: Remove tegra_pmc_clk_init along with clk ids
Current Tegra clock driver registers PMC clocks clk_out_1, clk_out_2, clk_out_3 and 32KHz blink output in tegra_pmc_init() which does direct PMC register access during clk_ops and these PMC register read and write access will not happen when PMC is in secure mode.
Any direct PMC register access from non-secure world will not go through.
All the PMC clocks are moved to Tegra PMC driver with PMC as a clock provider.
This patch removes tegra_pmc_clk_init along with corresponding clk ids from Tegra clock driver.
Tested-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|
H A D | clk-tegra30.c | diff acbeec3d376cb17b627a674dae049934d15c57e6 Tue Jan 14 01:24:25 CST 2020 Sowjanya Komatineni <skomatineni@nvidia.com> clk: tegra: Remove tegra_pmc_clk_init along with clk ids
Current Tegra clock driver registers PMC clocks clk_out_1, clk_out_2, clk_out_3 and 32KHz blink output in tegra_pmc_init() which does direct PMC register access during clk_ops and these PMC register read and write access will not happen when PMC is in secure mode.
Any direct PMC register access from non-secure world will not go through.
All the PMC clocks are moved to Tegra PMC driver with PMC as a clock provider.
This patch removes tegra_pmc_clk_init along with corresponding clk ids from Tegra clock driver.
Tested-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
|