From patchwork Sat Sep 29 15:05:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 10620847 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6C42015A6 for ; Sat, 29 Sep 2018 15:05:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 51358295E7 for ; Sat, 29 Sep 2018 15:05:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4303A29E99; Sat, 29 Sep 2018 15:05:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CC078295E7 for ; Sat, 29 Sep 2018 15:05:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728249AbeI2Vdy (ORCPT ); Sat, 29 Sep 2018 17:33:54 -0400 Received: from mail.bootlin.com ([62.4.15.54]:55382 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728111AbeI2Vdy (ORCPT ); Sat, 29 Sep 2018 17:33:54 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id B70A22075C; Sat, 29 Sep 2018 17:05:06 +0200 (CEST) Received: from localhost (unknown [212.145.226.70]) by mail.bootlin.com (Postfix) with ESMTPSA id 7B690203DA; Sat, 29 Sep 2018 17:05:06 +0200 (CEST) Date: Sat, 29 Sep 2018 17:05:06 +0200 From: Maxime Ripard To: Mike Turquette , Stephen Boyd Cc: Chen-Yu Tsai , Maxime Ripard , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Subject: [GIT PULL] Allwinner clock fixes for 4.19 Message-ID: <20180929150506.vch5wuujblgkngfp@flea> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20180716 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Mike, Stephen, Here is one fix for 4.19. Thanks! Maxime The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-fixes-for-4.19 for you to fetch changes up to 80a6ec7d5e1653208eb53f6738620dab98f6f50e: clk: sunxi-ng: sun4i: Set VCO and PLL bias current to lowest setting (2018-09-07 10:20:50 +0200) ---------------------------------------------------------------- Allwinner clk fixes for 4.19 One fix for the Audio PLL that were not properly set and generating noise on the A10 SoCs. ---------------------------------------------------------------- Chen-Yu Tsai (1): clk: sunxi-ng: sun4i: Set VCO and PLL bias current to lowest setting drivers/clk/sunxi-ng/ccu-sun4i-a10.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)