]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge tag 'ti-clk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo...
authorStephen Boyd <sboyd@kernel.org>
Thu, 21 Feb 2019 21:45:07 +0000 (13:45 -0800)
committerStephen Boyd <sboyd@kernel.org>
Thu, 21 Feb 2019 21:45:07 +0000 (13:45 -0800)
commit4e9a35d3d7965b90dcad72acf1933c6bdc16cb5d
tree2e472d09a09eb9bc792ddd587393b35a949e3e10
parentbfeffd155283772bbe78c6a05dec7c0128ee500c
parent12af39cad78e9cb8172793ca5d7f369eb144578b
Merge tag 'ti-clk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux into clk-ti

Pull TI clock driver updates from Tero Kristo:

Contains the CLK_IS_BASIC flag cleanup, getting rid of the flag
completely from TI clock driver.

Also contains the autoidle clock support series from Andreas Kemnade,
which is needed for handling the hdq clocks properly during low power
states; at least on gta04 board.

* tag 'ti-clk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux:
  ARM: OMAP2+: hwmod: disable ick autoidling when a hwmod requires that
  clk: ti: check clock type before doing autoidle ops
  clk: ti: add a usecount for autoidle
  clk: ti: generalize the init sequence of clk_hw_omap clocks
  clk: ti: remove usage of CLK_IS_BASIC
  clk: ti: add new API for checking if a provided clock is an OMAP clock
  clk: ti: move clk_hw_omap list handling under generic part of the driver