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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS 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 2834EC10F14 for ; Thu, 11 Apr 2019 20:14:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DDDD92146F for ; Thu, 11 Apr 2019 20:14:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555013685; bh=qV8RhRbxWsJKfcCtRY0D+4QVTu3PDLHkBqm3nlCKKWs=; h=In-Reply-To:References:From:Subject:Cc:To:Date:List-ID:From; b=voWkYpBUUccjF6BS4ZR1iV+u7QgR+SQDhBSAwHfQhrDnXYL6LC25vuOir3qsKj0Tf oUOTMbBBt2sVxPHgR2QNfIy/m2VzX2yoI08IRxQg1w2VFDi8qImR+uXKzS94cQ0zpx Ud+keUE42fqys4RsxSkc8przVhxD474rd/O+Qm8M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726770AbfDKUOn (ORCPT ); Thu, 11 Apr 2019 16:14:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:42552 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726538AbfDKUOn (ORCPT ); Thu, 11 Apr 2019 16:14:43 -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 C6C9220850; Thu, 11 Apr 2019 20:14:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555013682; bh=qV8RhRbxWsJKfcCtRY0D+4QVTu3PDLHkBqm3nlCKKWs=; h=In-Reply-To:References:From:Subject:Cc:To:Date:From; b=0YCAe3CSrYg+OOuj1I1jSZ5ZxzRcnWie+m+z5gp+yNhceK9pmcRUx6QdpLFcS5E2i 5XLz+TTufPjG3PKzU5g6IIfKPI2LsE+ipHKunecNNnb4CATHpfSa2XvNMmMs1k1tus jKGGMAo9bJlpn/vXfV01Ny1Ld8gVictalfluE3Qw= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: 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: Matthias Brugger , Stephen Boyd , Rob Herring , James Liao , Fan Chen , linux-arm Mailing List , lkml , "moderated list:ARM/Mediatek SoC support" , linux-clk@vger.kernel.org, srv_heupstream , stable@vger.kernel.org, Owen Chen To: Nicolas Boichat , Weiyi Lu Message-ID: <155501368210.20095.61816680073374889@swboyd.mtv.corp.google.com> User-Agent: alot/0.8 Date: Thu, 11 Apr 2019 13:14:42 -0700 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Nicolas Boichat (2019-03-07 22:20:27) > On Tue, Mar 5, 2019 at 1:06 PM Weiyi Lu wrote: > > > > 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 >=20 > Minor nit: frequency (Stephen I guess you could fix that when applying...) What's a 1GMhz? Anyway, fixed the typo. 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:14:42 -0700 Message-ID: <155501368210.20095.61816680073374889@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: Sender: linux-kernel-owner@vger.kernel.org To: Nicolas Boichat , Weiyi Lu Cc: Matthias Brugger , Stephen Boyd , Rob Herring , James Liao , Fan Chen , linux-arm Mailing List , lkml , "moderated list:ARM/Mediatek SoC support" , linux-clk@vger.kernel.org, srv_heupstream , stable@vger.kernel.org, Owen Chen List-Id: linux-mediatek@lists.infradead.org Quoting Nicolas Boichat (2019-03-07 22:20:27) > On Tue, Mar 5, 2019 at 1:06 PM Weiyi Lu wrote: > > > > 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 >=20 > Minor nit: frequency (Stephen I guess you could fix that when applying...) What's a 1GMhz? Anyway, fixed the typo. 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=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED 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 C6FD7C282CE for ; Thu, 11 Apr 2019 20:14:48 +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 928C72184E for ; Thu, 11 Apr 2019 20:14:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="dPjKgNLv"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="0YCAe3CS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 928C72184E 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=W52l+2EE92DntTzdIr+Nx9+58clJWfJ5X/1RvUGvGjo=; b=dPjKgNLvNSxAu4 BQC4Mrk8ilfkgqK6YJTSP3hNGoImerGDNCWIa6VigDGPV0yh7WiPhZnKz+hpEuwtzjwO+vq2JJ9JJ 2BVO+wTh9uskJzP5gyqS41D+/uBpL7YSS0M4RTm+NFb8JoPocMk8A/MsKTkV2muRxL6uNX3b116MH r7dY2G5z6Z1FcYqF3rFQ2EaqTt9KOpmWH00WDR6VF0LbQ4ng5dXJnUW34S2szma1DLmX6ZqgwlYww Yty44VDkt3dpsaUp3zYjlU8O8XcWhFcIL5S/5ZvpQ5zIPNT5JinTXekQvsmyugF5/KmYPvGN/PBDV 5CTvMQU5pis8pPTFlHgA==; 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 1hEg5t-0002KQ-3M; Thu, 11 Apr 2019 20:14:45 +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 1hEg5r-0002K5-5X; Thu, 11 Apr 2019 20:14:44 +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 C6C9220850; Thu, 11 Apr 2019 20:14:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555013682; bh=qV8RhRbxWsJKfcCtRY0D+4QVTu3PDLHkBqm3nlCKKWs=; h=In-Reply-To:References:From:Subject:Cc:To:Date:From; b=0YCAe3CSrYg+OOuj1I1jSZ5ZxzRcnWie+m+z5gp+yNhceK9pmcRUx6QdpLFcS5E2i 5XLz+TTufPjG3PKzU5g6IIfKPI2LsE+ipHKunecNNnb4CATHpfSa2XvNMmMs1k1tus jKGGMAo9bJlpn/vXfV01Ny1Ld8gVictalfluE3Qw= MIME-Version: 1.0 In-Reply-To: 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: Nicolas Boichat , Weiyi Lu Message-ID: <155501368210.20095.61816680073374889@swboyd.mtv.corp.google.com> User-Agent: alot/0.8 Date: Thu, 11 Apr 2019 13:14:42 -0700 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190411_131443_229541_C96373B8 X-CRM114-Status: UNSURE ( 9.02 ) 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: Rob Herring , srv_heupstream , James Liao , Stephen Boyd , lkml , stable@vger.kernel.org, Fan Chen , "moderated list:ARM/Mediatek SoC support" , Matthias Brugger , Owen Chen , linux-clk@vger.kernel.org, linux-arm Mailing List 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 Nicolas Boichat (2019-03-07 22:20:27) > On Tue, Mar 5, 2019 at 1:06 PM Weiyi Lu wrote: > > > > 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 > > Minor nit: frequency (Stephen I guess you could fix that when applying...) What's a 1GMhz? Anyway, fixed the typo. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel