All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Rockchip clock changes for 5.14
@ 2021-06-20 22:31 ` Heiko Stuebner
  0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2021-06-20 22:31 UTC (permalink / raw)
  To: mturquette, Stephen Boyd; +Cc: linux-clk, linux-rockchip

Hi Mike, Stephen,

please find below Rockchip clock changes for 5.14

Please pull, thanks
Heiko

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.14-rockchip-clk1

for you to fetch changes up to 2adafc0512625bbd090dc37a353ddda15d525e9d:

  clk: rockchip: export ACLK_VCODEC for RK3036 (2021-05-28 17:53:19 +0200)

----------------------------------------------------------------
Reduce memory footprint of PLL rate tables, a fix for the newly
added rk3568 clk driver and an exported clock for the
newly added video decoder.

----------------------------------------------------------------
Alex Bee (1):
      clk: rockchip: export ACLK_VCODEC for RK3036

Elaine Zhang (1):
      clk: rockchip: Optimize PLL table memory usage

Peter Geis (1):
      clk: rockchip: fix rk3568 cpll clk gate bits

 drivers/clk/rockchip/clk-rk3036.c |  2 +-
 drivers/clk/rockchip/clk-rk3568.c | 10 +++++-----
 drivers/clk/rockchip/clk.h        | 29 ++++++++++++++++++-----------
 3 files changed, 24 insertions(+), 17 deletions(-)




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Rockchip clock changes for 5.14
@ 2021-06-20 22:31 ` Heiko Stuebner
  0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2021-06-20 22:31 UTC (permalink / raw)
  To: mturquette, Stephen Boyd; +Cc: linux-clk, linux-rockchip

Hi Mike, Stephen,

please find below Rockchip clock changes for 5.14

Please pull, thanks
Heiko

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.14-rockchip-clk1

for you to fetch changes up to 2adafc0512625bbd090dc37a353ddda15d525e9d:

  clk: rockchip: export ACLK_VCODEC for RK3036 (2021-05-28 17:53:19 +0200)

----------------------------------------------------------------
Reduce memory footprint of PLL rate tables, a fix for the newly
added rk3568 clk driver and an exported clock for the
newly added video decoder.

----------------------------------------------------------------
Alex Bee (1):
      clk: rockchip: export ACLK_VCODEC for RK3036

Elaine Zhang (1):
      clk: rockchip: Optimize PLL table memory usage

Peter Geis (1):
      clk: rockchip: fix rk3568 cpll clk gate bits

 drivers/clk/rockchip/clk-rk3036.c |  2 +-
 drivers/clk/rockchip/clk-rk3568.c | 10 +++++-----
 drivers/clk/rockchip/clk.h        | 29 ++++++++++++++++++-----------
 3 files changed, 24 insertions(+), 17 deletions(-)




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Rockchip clock changes for 5.14
  2021-06-20 22:31 ` Heiko Stuebner
@ 2021-06-22 19:59   ` Stephen Boyd
  -1 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2021-06-22 19:59 UTC (permalink / raw)
  To: Heiko Stuebner, mturquette; +Cc: linux-clk, linux-rockchip

Quoting Heiko Stuebner (2021-06-20 15:31:52)
> Hi Mike, Stephen,
> 
> please find below Rockchip clock changes for 5.14
> 
> Please pull, thanks
> Heiko
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.14-rockchip-clk1
> 
> for you to fetch changes up to 2adafc0512625bbd090dc37a353ddda15d525e9d:
> 
>   clk: rockchip: export ACLK_VCODEC for RK3036 (2021-05-28 17:53:19 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Rockchip clock changes for 5.14
@ 2021-06-22 19:59   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2021-06-22 19:59 UTC (permalink / raw)
  To: Heiko Stuebner, mturquette; +Cc: linux-clk, linux-rockchip

Quoting Heiko Stuebner (2021-06-20 15:31:52)
> Hi Mike, Stephen,
> 
> please find below Rockchip clock changes for 5.14
> 
> Please pull, thanks
> Heiko
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.14-rockchip-clk1
> 
> for you to fetch changes up to 2adafc0512625bbd090dc37a353ddda15d525e9d:
> 
>   clk: rockchip: export ACLK_VCODEC for RK3036 (2021-05-28 17:53:19 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-22 19:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-20 22:31 [GIT PULL] Rockchip clock changes for 5.14 Heiko Stuebner
2021-06-20 22:31 ` Heiko Stuebner
2021-06-22 19:59 ` Stephen Boyd
2021-06-22 19:59   ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.