From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-co1nam03on0124.outbound.protection.outlook.com ([104.47.40.124]:16549 "EHLO NAM03-CO1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751890AbeDOOju (ORCPT ); Sun, 15 Apr 2018 10:39:50 -0400 From: Sasha Levin To: James Hogan CC: "stable@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Paul Cercueil , Ralf Baechle , Maarten ter Huurne , "linux-mips@linux-mips.org" Subject: Re: [PATCH AUTOSEL for 4.15 048/189] clk: ingenic: Fix recalc_rate for clocks with fixed divider Date: Sun, 15 Apr 2018 14:39:48 +0000 Message-ID: <20180415143946.GO2341@sasha-vm> References: <20180409001637.162453-1-alexander.levin@microsoft.com> <20180409001637.162453-48-alexander.levin@microsoft.com> <20180409201242.GC17347@saruman> In-Reply-To: <20180409201242.GC17347@saruman> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: On Mon, Apr 09, 2018 at 09:12:42PM +0100, James Hogan wrote: >On Mon, Apr 09, 2018 at 12:17:24AM +0000, Sasha Levin wrote: >> From: Paul Cercueil >> >> [ Upstream commit e6cfa64375d34a6c8c1861868a381013b2d3b921 ] >> >> Previously, the clocks with a fixed divider would report their rate >> as being the same as the one of their parent, independently of the >> divider in use. This commit fixes this behaviour. >> >> This went unnoticed as neither the jz4740 nor the jz4780 CGU code >> have clocks with fixed dividers yet. > >FYI this one isn't strictly necessary for backport since JZ4770 support >is new in 4.16, but its probably harmless too. > >Cheers >James I'll drop it, thanks James!=