• Linus Torvalds's avatar
    Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux · 0015edd6
    Linus Torvalds authored
    Pull clk driver updates from Stephen Boyd:
     "A pile of clk driver updates with a small tracepoint patch to the clk
      core this time around.
    
      The core framework is effectively unchanged, with the majority of the
      diff going to the Qualcomm clk driver directory because they added two
      3k line files that are almost all clk data (Abel Vesa from Linaro
      tried to shrink the number of lines down, but it doesn't seem to be
      possible without sacrificing readability).
    
      The second big driver this time around is the Rockchip rk3588 clk and
      reset unit, at _only_ 2.5k lines.
    
      Ignoring the big clk drivers from the familiar SoC vendors, there's
      just a bunch of little clk driver updates and fixes throughout here.
    
      It's the usual set of clk data fixups to describe proper parents, or
      add frequencies to frequency tables, or plug memory leaks when
      function calls fail. Also, some drivers are converted to use modern
      clk_hw...
    0015edd6
clk-gate.c 4.8 KB