Skip to content
  • Linus Torvalds's avatar
    Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux · ca4e7c51
    Linus Torvalds authored
    Pull clk updates from Stephen Boyd:
     "The large diff this time around is from the addition of a new clk
      driver for the TI Davinci family of SoCs. So far those clks have been
      supported with a custom implementation of the clk API in the arch port
      instead of in the CCF. With this driver merged we're one step closer
      to having a single clk API implementation.
    
      The other large diff is from the Amlogic clk driver that underwent
      some major surgery to use regmap. Beyond that, the biggest hitter is
      Samsung which needed some reworks to properly handle clk provider
      power domains and a bunch of PLL rate updates.
    
      The core framework was fairly quiet this round, just getting some
      cleanups and small fixes for some of the more esoteric features. And
      the usual set of driver non-critical fixes, cleanups, and minor
      additions are here as well.
    
      Core:
       - Rejig clk_ops::init() to be a little earlier for phase/accurac...
    ca4e7c51