From patchwork Fri Feb 23 11:31:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 877048 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rWAYzgNR"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3znpw65pLbz9ry2 for ; Fri, 23 Feb 2018 22:31:50 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=o9nmjwzldNh6x8/LTKficIBzD6LrAl9eDeFT38KN3Sw=; b=rWA YzgNRyYnpeBBYo5o8w6FAyWyO1xdo6iknq6VJfBn2veoZE2aYh6zEWPBni5j6M8FRUqWQA9rBAxy2 at/5BxcO96TWcFJdbncRQETrhlbQrKxNWUZZypWeiPrMIIXQcB/xkzb+t01teyI7K2eGjKQAgDCIR HOlxsnp9va9ouUWhVod+YVeNVPRve5RXgtie1Glu0jAQ6n7dGGxNTcOY+9+CJR04qY69hrq9IIDuS PYPwPTxfnzkLw5aTKe+MJMDlg+Kld3gS1IahnRJ3yiyWwpQPia0XmDWlRnkgcb8OAT6RkK375uoTP av3z8ly0Px7TK86X2iE4/fEHl8twugQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1epBZn-0000yx-8f; Fri, 23 Feb 2018 11:31:43 +0000 Received: from mirror2.csie.ntu.edu.tw ([140.112.30.76] helo=wens.csie.org) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1epBZj-0000xJ-1h for linux-arm-kernel@lists.infradead.org; Fri, 23 Feb 2018 11:31:40 +0000 Received: by wens.csie.org (Postfix, from userid 1000) id F1ADC5FBF9; Fri, 23 Feb 2018 19:31:20 +0800 (CST) Date: Fri, 23 Feb 2018 19:31:20 +0800 From: Chen-Yu Tsai To: Michael Turquette , Stephen Boyd Subject: [GIT PULL] Allwinner clock fixes for 4.16 Message-ID: <20180223113120.GA2659@wens.csie.org> MIME-Version: 1.0 User-Agent: Mutt/1.9.3 (2018-01-21) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180223_033139_333020_FEAA3CD4 X-CRM114-Status: UNSURE ( 9.85 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Maxime Ripard , Chen-Yu Tsai , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) 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.16 for you to fetch changes up to 5682e268350f9eccdbb04006605c1b7068a7b323: clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops (2018-02-19 08:59:50 +0100) ---------------------------------------------------------------- Allwinner clock fixes for 4.16 A critical fix for the A31 sunxi-ng clock driver. The CLK_OUT clocks had definitions paired with the incorrect type of clk ops. This results in a serious oops starting with commit 946797aa3f08 ("clk: sunxi-ng: Support fixed post-dividers on MP style clocks"), which exposed the incorrect clk ops when it added a new field to the data structures, which then nudged the underlying (compatible but incorrect) data structures out of alignment. ---------------------------------------------------------------- Chen-Yu Tsai (1): clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops drivers/clk/sunxi-ng/ccu-sun6i-a31.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)