mbox series

[GIT,PULL,RESEND] Rockchip clock updates for 5.2

Message ID 2075886.jWuYUtlPVG@phil (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,RESEND] Rockchip clock updates for 5.2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.2-rockchip-clk-1

Message

Heiko Stuebner April 24, 2019, 5:36 p.m. UTC
Hi Mike, Stephen,

please find below rockchip clock changes for 5.2
with quite a bit of attention for the rk3288.

Please pull

Thanks
Heiko

[RESEND because I used a wrong email address for Stephen]

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.2-rockchip-clk-1

for you to fetch changes up to f4033db5b84ebe4b32c25ba2ed65ab20b628996a:

  clk: rockchip: undo several noc and special clocks as critical on rk3288 (2019-04-23 12:17:11 +0200)

----------------------------------------------------------------
Clock fixes for rk3328 and rk3288 and a new sub-type for an upcoming
soc where mux and divider are not necessarily in the same register
anymore.

----------------------------------------------------------------
Douglas Anderson (4):
      clk: rockchip: Make rkpwm a critical clock on rk3288
      clk: rockchip: Fix video codec clocks on rk3288
      clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
      clk: rockchip: undo several noc and special clocks as critical on rk3288

Finley Xiao (1):
      clk: rockchip: add a COMPOSITE_DIV_OFFSET clock-type

Jonas Karlman (1):
      clk: rockchip: fix wrong clock definitions for rk3328

Matthias Kaehlcke (1):
      clk: rockchip: Limit use of USB PHY clock to USB on rk3288

 drivers/clk/rockchip/clk-rk3288.c | 36 ++++++++++++++++++++++--------------
 drivers/clk/rockchip/clk-rk3328.c | 18 +++++++++---------
 drivers/clk/rockchip/clk.c        |  9 ++++++---
 drivers/clk/rockchip/clk.h        | 23 +++++++++++++++++++++++
 4 files changed, 60 insertions(+), 26 deletions(-)

Comments

Stephen Boyd April 25, 2019, 5:39 p.m. UTC | #1
Quoting Heiko Stuebner (2019-04-24 10:36:37)
> Hi Mike, Stephen,
> 
> please find below rockchip clock changes for 5.2
> with quite a bit of attention for the rk3288.
> 
> Please pull
> 
> Thanks
> Heiko
> 
> [RESEND because I used a wrong email address for Stephen]

No worries, I still got it.

> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.2-rockchip-clk-1
> 
> for you to fetch changes up to f4033db5b84ebe4b32c25ba2ed65ab20b628996a:
> 
>   clk: rockchip: undo several noc and special clocks as critical on rk3288 (2019-04-23 12:17:11 +0200)
> 
> ----------------------------------------------------------------

Pulled into clk-next