From patchwork Sun Apr 19 18:12:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 11497805 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 07F2B81 for ; Sun, 19 Apr 2020 18:12:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E32A821744 for ; Sun, 19 Apr 2020 18:12:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587319931; bh=dqSkdX+gADiKrEy242RtXCo5PPZGV6FUJ2j3yPTuXcY=; h=From:To:Cc:Subject:Date:List-ID:From; b=d7cndbw8BdrKom9cXt2jun0bYYHDzo47MWP7lciWCT+en4HlWhtlp+z9v08rwZ6j6 bQOkJyLXA+DizWD44IuRmQFJzpA76EusqBz/+VnkGFVsax4Xpcl+TQhsJm15oIMH27 ZTbppdvtC09hzMwulGIS4OC3DBujf0XG6mv+vZGk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726441AbgDSSML (ORCPT ); Sun, 19 Apr 2020 14:12:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:36306 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726440AbgDSSML (ORCPT ); Sun, 19 Apr 2020 14:12:11 -0400 Received: from mail.kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E24BA2075E; Sun, 19 Apr 2020 18:12:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587319931; bh=dqSkdX+gADiKrEy242RtXCo5PPZGV6FUJ2j3yPTuXcY=; h=From:To:Cc:Subject:Date:From; b=QpEbxbg2/+LJ8hmCDGGO9pyYTcPrdzxO5nwkgyULS8lKeTHy2UIUAaqpe9f68gbq1 wN2DhwC1h6FFPCQtQU67+2QliMWjP27hZBxI53ZA2hSe06bon1wZ5U95hBJOU2MQBM 3khLF3xGkeSB0xOwBOAZ6iHLtPC5HFBHEDVl7JxU= From: Stephen Boyd To: Linus Torvalds Cc: Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] clk fixes for v5.7-rc1 Date: Sun, 19 Apr 2020 11:12:10 -0700 Message-Id: <20200419181210.204996-1-sboyd@kernel.org> X-Mailer: git-send-email 2.26.1.301.g55bc3eb7cb9-goog MIME-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus for you to fetch changes up to ca6df49d62d7cc4c1653a4d9b1ecc61ecd530e02: clk: sprd: don't gate uart console clock (2020-04-13 12:20:07 -0700) ---------------------------------------------------------------- Two build fixes for a couple clk drivers and a fix for the Unisoc serial clk where we want to keep it on for earlycon. ---------------------------------------------------------------- Arnd Bergmann (2): clk: asm9260: fix __clk_hw_register_fixed_rate_with_accuracy typo clk: mmp2: fix link error without mmp2 Chunyan Zhang (1): clk: sprd: don't gate uart console clock drivers/clk/clk-asm9260.c | 2 +- drivers/clk/mmp/clk-pll.c | 33 ++++++++++++++++++++++++++++++++- drivers/clk/mmp/clk.c | 31 ------------------------------- drivers/clk/mmp/clk.h | 7 ------- drivers/clk/sprd/sc9863a-clk.c | 3 ++- 5 files changed, 35 insertions(+), 41 deletions(-)