mbox

[GIT,PULL] Allwinner clock fixes for 4.9, take 2

Message ID 20161122145949.quvtzoupxbxbeql6@lukather
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-clk-fixes-for-4.9-2

Message

Maxime Ripard Nov. 22, 2016, 2:59 p.m. UTC
Hi Mike, Stephen,

Here are two new fixes for the 4.9 release.

That should be my final PR for both the 4.9 fixes and 4.10
developments.

Thanks!
Maxime

The following changes since commit ac95330b96376550ae7a533d1396272d675adfa2:

  clk: sunxi: Fix M factor computation for APB1 (2016-11-04 08:49:46 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-clk-fixes-for-4.9-2

for you to fetch changes up to df8e3c1fe1050fa2749c346676d12f4d30dcd935:

  clk: sunxi-ng: enable so-said LDOs for A33 SoC's pll-mipi clock (2016-11-21 19:50:49 +0100)

----------------------------------------------------------------
Allwinner clock fixes for 4.9, take 2

Two new patches to fix the gating of the MIPI PLL on the A23, A31 and A33.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      clk: sunxi-ng: sun6i-a31: Enable PLL-MIPI LDOs when ungating it

Icenowy Zheng (1):
      clk: sunxi-ng: enable so-said LDOs for A33 SoC's pll-mipi clock

 drivers/clk/sunxi-ng/ccu-sun6i-a31.c | 2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-a33.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Stephen Boyd Nov. 23, 2016, 10:43 p.m. UTC | #1
On 11/22, Maxime Ripard wrote:
> Hi Mike, Stephen,
> 
> Here are two new fixes for the 4.9 release.
> 
> That should be my final PR for both the 4.9 fixes and 4.10
> developments.
> 
> Thanks!
> Maxime
> 
> The following changes since commit ac95330b96376550ae7a533d1396272d675adfa2:
> 
>   clk: sunxi: Fix M factor computation for APB1 (2016-11-04 08:49:46 +0100)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-clk-fixes-for-4.9-2

Ok. Pulled into a tag to send off tomorrow with another fix for
v4.9. Thanks.