mbox series

[GIT,PULL] Allwinner Clock Fixes for 5.5

Message ID 918a4585-19f8-4753-abb1-b71702877ddf.lettre@localhost (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Allwinner Clock Fixes for 5.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-clk-fixes-for-5.5

Message

Maxime Ripard Jan. 10, 2020, 5:12 p.m. UTC
Hi Mike, Stephen,

Happy New Year!

Please pull the following changes for the current release.

Thanks!
Maxime

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-clk-fixes-for-5.5

for you to fetch changes up to 0c545240aebc2ccb8f661dc54283a14d64659804:

  clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent order (2020-01-02 10:28:47 +0100)

----------------------------------------------------------------
Our usual set of fixes for Allwinner, to fix the number of reported
clocks on the v3s, fixing the external clock on the R40, and some
fixes for the AR100 co-processor clocks.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      clk: sunxi-ng: r40: Allow setting parent rate for external clock outputs

Samuel Holland (3):
      clk: sunxi-ng: sun8i-r: Fix divider on APB0 clock
      clk: sunxi-ng: h6-r: Simplify R_APB1 clock definition
      clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent order

Yunhao Tian (1):
      clk: sunxi-ng: v3s: Fix incorrect number of hw_clks.


 drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c | 16 +++-------------
 drivers/clk/sunxi-ng/ccu-sun8i-r.c     | 21 +++------------------
 drivers/clk/sunxi-ng/ccu-sun8i-r40.c   |  6 ++++--
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.c   |  4 ++--
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.h   |  2 --
 5 files changed, 12 insertions(+), 37 deletions(-)

Comments

Stephen Boyd Jan. 13, 2020, 6:41 p.m. UTC | #1
Quoting Maxime Ripard (2020-01-10 09:12:40)
> Hi Mike, Stephen,
> 
> Happy New Year!
> 
> Please pull the following changes for the current release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
> 
>   Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-clk-fixes-for-5.5
> 
> for you to fetch changes up to 0c545240aebc2ccb8f661dc54283a14d64659804:
> 
>   clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent order (2020-01-02 10:28:47 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-fixes