From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D90D5C004E6 for ; Thu, 27 Jun 2019 20:53:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B1EC42075E for ; Thu, 27 Jun 2019 20:53:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561668786; bh=6DUV+PIFMrf8iCORnsjlMTylpfnz0MDPQhy6ykxXKyM=; h=In-Reply-To:References:To:From:Subject:Cc:Date:List-ID:From; b=nSKvAyuBLlwBOxaUg52n/T8rkJ4Pjhws1glBtmE/rx7363+ZquelURNx29RL4LGq8 EcdcNByG5mnpN7EHvL8eAFaX5n38Q2ChtqmGgpQqM+ewxP2PNw04KMHCAz8kw5mvbG Y2CyLnGaKJlS4LdPk0HDyXoUuTlOMkUwI8CRZKWI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726587AbfF0UxF (ORCPT ); Thu, 27 Jun 2019 16:53:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:34984 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726559AbfF0UxF (ORCPT ); Thu, 27 Jun 2019 16:53:05 -0400 Received: from kernel.org (unknown [104.132.0.74]) (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 00F2E2075E; Thu, 27 Jun 2019 20:47:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561668443; bh=6DUV+PIFMrf8iCORnsjlMTylpfnz0MDPQhy6ykxXKyM=; h=In-Reply-To:References:To:From:Subject:Cc:Date:From; b=itqa6Ah4EHOb3PMxe73umTQ/36BJhc6+G0vsjh1r3fx/70+PBcWybQXvaVvlG9Hcl 1j3bTnsrLn4m66yztm4uw3Vd6CNtj9wHTxttTSKzZyEXRKs6l0Rpf12K97zfMo78K7 68qmSSZ2wESgFJQ+4IxN/0NddOKgAtLHm0sZQ1vM= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190507135110.27979-1-mike.looijmans@topic.nl> References: <20190507135110.27979-1-mike.looijmans@topic.nl> To: Mike Looijmans , linux-clk@vger.kernel.org From: Stephen Boyd Subject: Re: [PATCH] clk: clk-si544: Implement small frequency change support Cc: linux-kernel@vger.kernel.org, mturquette@baylibre.com, Mike Looijmans User-Agent: alot/0.8.1 Date: Thu, 27 Jun 2019 13:47:22 -0700 Message-Id: <20190627204723.00F2E2075E@mail.kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Mike Looijmans (2019-05-07 06:51:10) > The Si544 supports changing frequencies "on the fly" when the change is > less than 950 ppm from the current center frequency. The driver now > uses the small adjustment routine for implementing this. >=20 > Signed-off-by: Mike Looijmans > --- Applied to clk-next