mbox series

[GIT,PULL] clk fixes for v4.19-rc8

Message ID 20181016210202.117594-1-sboyd@kernel.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] clk fixes for v4.19-rc8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-fixes-for-linus

Message

Stephen Boyd Oct. 16, 2018, 9:02 p.m. UTC
From: Stephen Boyd <sboyd@kernel.org>

The following changes since commit bded6c03e398dc6e862dc8301fb9a60175740653:

  clk: x86: Set default parent to 48Mhz (2018-08-30 14:47:41 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-fixes-for-linus

for you to fetch changes up to 02621216e1d8a13abf1d040ff3b7ccf41b2df578:

  Merge tag 'sunxi-clk-fixes-for-4.19' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes (2018-10-01 15:22:25 -0700)

----------------------------------------------------------------
One fix for the Allwinner A10 SoC's audio PLL that wasn't properly set
and generating noise.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      clk: sunxi-ng: sun4i: Set VCO and PLL bias current to lowest setting

Stephen Boyd (1):
      Merge tag 'sunxi-clk-fixes-for-4.19' of https://git.kernel.org/.../sunxi/linux into clk-fixes

 drivers/clk/sunxi-ng/ccu-sun4i-a10.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Oct. 17, 2018, 11:40 a.m. UTC | #1
On Tue, Oct 16, 2018 at 02:02:02PM -0700, sboyd@kernel.org wrote:
> From: Stephen Boyd <sboyd@kernel.org>
> 
> The following changes since commit bded6c03e398dc6e862dc8301fb9a60175740653:
> 
>   clk: x86: Set default parent to 48Mhz (2018-08-30 14:47:41 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-fixes-for-linus

Now merged, thanks.

greg k-h