From patchwork Fri May 15 17:12:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11552661 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 1AD6F59D for ; Fri, 15 May 2020 17:12:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 049E12073E for ; Fri, 15 May 2020 17:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589562769; bh=EwGY+MoNBkSyft3S/X2OQ943UQiliBzaUB3sMvP45qk=; h=Date:From:To:Cc:Subject:List-ID:From; b=MEOoAlgJ7xh2Wa4kO0fCx/kaOF0Hwl0R2x/w44uIfeLy7x2UQi/iFUuGxB5PIeiOC xq0oSbPidZbZ6nTXT7YpIXoDuOsakM02Ikd66IijkqJqk1VrUfxdMA3Z9meBvqvC+6 0yCP4TBATgunmppu4hcw8EVMW/2lwey8xr8X80OI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726191AbgEORMs (ORCPT ); Fri, 15 May 2020 13:12:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:41470 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726183AbgEORMs (ORCPT ); Fri, 15 May 2020 13:12:48 -0400 Received: from localhost (lfbn-tou-1-1502-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A1B78206C0; Fri, 15 May 2020 17:12:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589562768; bh=EwGY+MoNBkSyft3S/X2OQ943UQiliBzaUB3sMvP45qk=; h=Date:From:To:Cc:Subject:From; b=Qkpn1rx2fO7VBBWAguRho9/hhGaeqkssyzeUQzyAMMpJnf0Y7gv2dAe82V23wJbCH fgogqXmzgXOO72sz93W1uavTF1Is33gZy+HGZW7cNM+H4f7JmF9VzRoiIzLZB6Hx+V Idkn/CJhueIzloCTDk1wjq61HsGtvlEpr/RCUfH0= Date: Fri, 15 May 2020 19:12:45 +0200 From: Maxime Ripard To: Mike Turquette , Stephen Boyd Cc: Maxime Ripard , linux-clk@vger.kernel.org, Chen-Yu Tsai Subject: [GIT PULL] Allwinner Clock Changes for 5.8 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Hi, Please pull the following changes for the next release. Thanks! Maxime 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/sunxi/linux.git refs/tags/sunxi-clk-for-5.8-1 for you to fetch changes up to ee25d9742dabed3fd18158b518f846abeb70f319: clk: sunxi: Fix incorrect usage of round_down() (2020-04-14 09:21:05 +0200) ---------------------------------------------------------------- This time we only have a single minor rounding fix for the legacy Allwinner clock support. -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXr7NfAAKCRDj7w1vZxhR xXarAP4wdfOSI6mpPQstJnueouvozab7dSOAJhZCdyy6gD+SHQD/arhVv5dPyAub MUA0yjWdgCGSrD+UQjLwSb/RsinoVgA= =2qN3 -----END PGP SIGNATURE----- ---------------------------------------------------------------- Rikard Falkeborn (1): clk: sunxi: Fix incorrect usage of round_down() drivers/clk/sunxi/clk-sunxi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)