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_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 71157C10F14 for ; Thu, 11 Apr 2019 20:16:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 330512184E for ; Thu, 11 Apr 2019 20:16:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555013787; bh=NlldJB9LF1bkT1ZhVH7HKVJLPOXOfik2X0775xp5MY4=; h=In-Reply-To:References:From:Subject:Cc:To:Date:List-ID:From; b=boYQQk6aPGjvqcYsViL/ryz2zJLEKiO4694Hnmgpx+XqLTodyBc4R/xpW1hE2jdml 0b6nZMHo/8ZieSM/WLGM+dNDWV1nGNsmTrPtKcwJCQODeEvZ7cNJGEkt+E5tWw+4vr +YsxQN2r4RGRWMaZy/tUA3OcP3XIVIwIGNAejdu8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726913AbfDKUQ0 (ORCPT ); Thu, 11 Apr 2019 16:16:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:43614 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726538AbfDKUQZ (ORCPT ); Thu, 11 Apr 2019 16:16:25 -0400 Received: from localhost (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 C9B5D20850; Thu, 11 Apr 2019 20:16:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555013784; bh=NlldJB9LF1bkT1ZhVH7HKVJLPOXOfik2X0775xp5MY4=; h=In-Reply-To:References:From:Subject:Cc:To:Date:From; b=DGbAELa11rtUB9U7FByVVrVMIX8V5HFoB+yZCBrRYszBWVhpK0Biy3YHCsUpUrNmQ H7g2XWtWcTd0+GKku2fEpuByRN02Ygf/CHMLxxf7fX5l4FSdlrzF5JeamOIZY5MzJf wWyZttWmMjAQbXe808/HVPx0fzNMO7Rf1E+aU0lA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190305050546.23431-5-weiyi.lu@mediatek.com> References: <20190305050546.23431-1-weiyi.lu@mediatek.com> <20190305050546.23431-5-weiyi.lu@mediatek.com> From: Stephen Boyd Subject: Re: [PATCH v5 3/9] clk: mediatek: Add configurable pcwibits and fmin to mtk_pll_data Cc: James Liao , Fan Chen , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-clk@vger.kernel.org, srv_heupstream@mediatek.com, stable@vger.kernel.org, Weiyi Lu , Owen Chen To: Matthias Brugger , Nicolas Boichat , Rob Herring , Stephen Boyd , Weiyi Lu Message-ID: <155501378408.20095.2407243439182851286@swboyd.mtv.corp.google.com> User-Agent: alot/0.8 Date: Thu, 11 Apr 2019 13:16:24 -0700 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Weiyi Lu (2019-03-04 21:05:40) > From: Owen Chen >=20 > 1. pcwibits: The integer bits of pcw for plls is extend to 8 bits, > add a variable to indicate this change and > backward-compatible. > 2. fmin: The pll freqency lower-bound is vary from 1GMhz to > 1.5Ghz, add a variable to indicate platform-dependent. >=20 > Signed-off-by: Owen Chen > Signed-off-by: Weiyi Lu > Acked-by: Sean Wang > --- Applied to clk-next From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v5 3/9] clk: mediatek: Add configurable pcwibits and fmin to mtk_pll_data Date: Thu, 11 Apr 2019 13:16:24 -0700 Message-ID: <155501378408.20095.2407243439182851286@swboyd.mtv.corp.google.com> References: <20190305050546.23431-1-weiyi.lu@mediatek.com> <20190305050546.23431-5-weiyi.lu@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190305050546.23431-5-weiyi.lu@mediatek.com> Sender: stable-owner@vger.kernel.org To: Matthias Brugger , Nicolas Boichat , Rob Herring , Stephen Boyd Cc: James Liao , Fan Chen , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-clk@vger.kernel.org, srv_heupstream@mediatek.com, stable@vger.kernel.org, Weiyi Lu , Owen Chen List-Id: linux-mediatek@lists.infradead.org Quoting Weiyi Lu (2019-03-04 21:05:40) > From: Owen Chen >=20 > 1. pcwibits: The integer bits of pcw for plls is extend to 8 bits, > add a variable to indicate this change and > backward-compatible. > 2. fmin: The pll freqency lower-bound is vary from 1GMhz to > 1.5Ghz, add a variable to indicate platform-dependent. >=20 > Signed-off-by: Owen Chen > Signed-off-by: Weiyi Lu > Acked-by: Sean Wang > --- Applied to clk-next 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.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS autolearn=ham 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 8318FC10F14 for ; Thu, 11 Apr 2019 20:16:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4DD5321872 for ; Thu, 11 Apr 2019 20:16:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="UsAtUZIT"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="DGbAELa1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4DD5321872 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:Message-ID:To:Subject:From: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=X7tJEJcc8r2G5b+Ndl7RT+rG+voffVZ0ixaOMmPeXjM=; b=UsAtUZITWudoGG T+ehfyoYHy+1Kwxwi1X08W03GRw5a5vdN7e7h+Cw6fxS5h4SBzv0mgEQYx/sj/JmfKFlIs/w4hmnP mHOs6/cKDarLKizHpgNmj7DKwItg5bKQPe2++88q4cZFNS/Fr72dVx1pxXiGI3eAif8dHImDUcys6 9u00rQ29F6EtKIyvAAH3jyypKzMmeNfuQX5u8/u/iZhcUZ43uSh50IPWGWILptSEHTMwC5+OXz4z7 9BFguHU5FzSMI1qusr/pMg63GHTAhDbG4nBvqBzI6g+WoI4jHwvSjAq4nknRLpUc1KID69tpcRuzf jmHZCeunTzxD2RChmnug==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hEg7q-0004Zv-BT; Thu, 11 Apr 2019 20:16:46 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hEg7V-0004As-Pk; Thu, 11 Apr 2019 20:16:27 +0000 Received: from localhost (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 C9B5D20850; Thu, 11 Apr 2019 20:16:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555013784; bh=NlldJB9LF1bkT1ZhVH7HKVJLPOXOfik2X0775xp5MY4=; h=In-Reply-To:References:From:Subject:Cc:To:Date:From; b=DGbAELa11rtUB9U7FByVVrVMIX8V5HFoB+yZCBrRYszBWVhpK0Biy3YHCsUpUrNmQ H7g2XWtWcTd0+GKku2fEpuByRN02Ygf/CHMLxxf7fX5l4FSdlrzF5JeamOIZY5MzJf wWyZttWmMjAQbXe808/HVPx0fzNMO7Rf1E+aU0lA= MIME-Version: 1.0 In-Reply-To: <20190305050546.23431-5-weiyi.lu@mediatek.com> References: <20190305050546.23431-1-weiyi.lu@mediatek.com> <20190305050546.23431-5-weiyi.lu@mediatek.com> From: Stephen Boyd Subject: Re: [PATCH v5 3/9] clk: mediatek: Add configurable pcwibits and fmin to mtk_pll_data To: Matthias Brugger , Nicolas Boichat , Rob Herring , Stephen Boyd , Weiyi Lu Message-ID: <155501378408.20095.2407243439182851286@swboyd.mtv.corp.google.com> User-Agent: alot/0.8 Date: Thu, 11 Apr 2019 13:16:24 -0700 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190411_131626_118064_AB41E02E X-CRM114-Status: UNSURE ( 7.84 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: James Liao , Weiyi Lu , srv_heupstream@mediatek.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Fan Chen , linux-mediatek@lists.infradead.org, Owen Chen , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Weiyi Lu (2019-03-04 21:05:40) > From: Owen Chen > > 1. pcwibits: The integer bits of pcw for plls is extend to 8 bits, > add a variable to indicate this change and > backward-compatible. > 2. fmin: The pll freqency lower-bound is vary from 1GMhz to > 1.5Ghz, add a variable to indicate platform-dependent. > > Signed-off-by: Owen Chen > Signed-off-by: Weiyi Lu > Acked-by: Sean Wang > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel