mbox series

[GIT,PULL] clk: ti: updates for v5.1

Message ID 64201386-3f8d-6f0b-3e4a-447a78722a41@ti.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] clk: ti: updates for v5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux

Message

Tero Kristo Feb. 15, 2019, 7:18 p.m. UTC
Hi Stephen, Mike,

Please pull these late TI clock driver changes towards v5.1 merge 
window. Contains one patch against hwmod core, which has been acked by 
the maintainer.

Thanks, Tero

---

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux 
tags/ti-clk-for-5.1

for you to fetch changes up to 12af39cad78e9cb8172793ca5d7f369eb144578b:

   ARM: OMAP2+: hwmod: disable ick autoidling when a hwmod requires that 
(2019-02-15 16:48:11 +0200)

----------------------------------------------------------------
TI clock driver changes for v5.1 merge window.

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.

----------------------------------------------------------------
Andreas Kemnade (3):
       clk: ti: add a usecount for autoidle
       clk: ti: check clock type before doing autoidle ops
       ARM: OMAP2+: hwmod: disable ick autoidling when a hwmod requires that

Tero Kristo (4):
       clk: ti: move clk_hw_omap list handling under generic part of the 
driver
       clk: ti: add new API for checking if a provided clock is an OMAP 
clock
       clk: ti: remove usage of CLK_IS_BASIC
       clk: ti: generalize the init sequence of clk_hw_omap clocks

  arch/arm/mach-omap2/omap_hwmod.c |  16 +++++--
  drivers/clk/ti/adpll.c           |   2 +-
  drivers/clk/ti/apll.c            |   4 +-
  drivers/clk/ti/autoidle.c        | 101 
++++++++++++++++++++++++---------------
  drivers/clk/ti/clk.c             |  72 ++++++++++++++++++++++++++++
  drivers/clk/ti/clkctrl.c         |   2 +-
  drivers/clk/ti/clock.h           |   5 +-
  drivers/clk/ti/clockdomain.c     |   2 +-
  drivers/clk/ti/divider.c         |   2 +-
  drivers/clk/ti/dpll.c            |  11 ++---
  drivers/clk/ti/dpll3xxx.c        |   2 +-
  drivers/clk/ti/gate.c            |   2 +-
  drivers/clk/ti/interface.c       |   4 +-
  drivers/clk/ti/mux.c             |   2 +-
  include/linux/clk/ti.h           |   1 +
  15 files changed, 165 insertions(+), 63 deletions(-)
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

Comments

Stephen Boyd Feb. 21, 2019, 9:48 p.m. UTC | #1
Quoting Tero Kristo (2019-02-15 11:18:11)
> Hi Stephen, Mike,
> 
> Please pull these late TI clock driver changes towards v5.1 merge 
> window. Contains one patch against hwmod core, which has been acked by 
> the maintainer.
> 

Thanks. Pulled into clk-next.