mbox series

[v2,0/2] Correct clk_out_mux parents

Message ID 1532010175-28364-1-git-send-email-pdeschrijver@nvidia.com
Headers show
Series Correct clk_out_mux parents | expand

Message

Peter De Schrijver July 19, 2018, 2:22 p.m. UTC
This series corrects the parents for the clk_out_mux clocks. Patch 1 does
some cleanup work to keep checkpatch.pl and the compiler happy. Patch 2
does the actual work.

v2:

Fixed const compiler warnings


Peter De Schrijver (2):
  clk: tegra: Fix const for clk_out parents
  clk: tegra: Correct clk_out_mux parents

 drivers/clk/tegra/clk-id.h               |  5 +++++
 drivers/clk/tegra/clk-tegra-fixed.c      | 16 ++++++++++++++
 drivers/clk/tegra/clk-tegra-pmc.c        | 36 ++++++++++++++++++++++++++++----
 drivers/clk/tegra/clk-tegra210.c         | 14 ++++++-------
 include/dt-bindings/clock/tegra210-car.h |  9 ++++++--
 5 files changed, 67 insertions(+), 13 deletions(-)