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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F01DC04A95 for ; Thu, 29 Sep 2022 00:14:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229496AbiI2AOU (ORCPT ); Wed, 28 Sep 2022 20:14:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229949AbiI2AOT (ORCPT ); Wed, 28 Sep 2022 20:14:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8010118B32; Wed, 28 Sep 2022 17:14:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1C62B61378; Thu, 29 Sep 2022 00:14:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F090C433D6; Thu, 29 Sep 2022 00:14:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664410456; bh=pFrDc82PUcu6ZPY8HSHIRNq0ZZmlZK5rdqcHF9KCIRs=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=HXUQwLN6HSTkS2OPDf2SSMwcH0BG9EdoLN3Qje470oR3ZIqWh9uyQo5a3pB6M8+A+ XyAZB3qu/5dpNDciATDM40sFmETyKRGOJvIePmZKrGaBEMJAn/h/ydELUjqY7SDSgH 64yp2Iw0eTiFCB97RIR6v++d1gmCLh3eFCESgP4r25Pr3RdxhWQ28hSbRa3dts2Mij LG/70fQ+d6LJqVeGDYEsXzA/0Jrotl3nhOnm77yIkOS+s4iIZ+qCnFb0p4/Zo7Hc9F AjNgB3wGTtwsvlECbKM2Ro9bQ9TlBVRCCkUqg9leQiEL+ZYoHiqpa9nV6EfXBeD7Nr GBEg191PsdhqA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <4c56443ecd9041f102681ebf36b6854090ab82e3.1663827071.git.rtanwar@maxlinear.com> References: <4c56443ecd9041f102681ebf36b6854090ab82e3.1663827071.git.rtanwar@maxlinear.com> Subject: Re: [PATCH RESEND v2 1/5] clk: mxl: Switch from direct readl/writel based IO to regmap based IO From: Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-lgm-soc@maxlinear.com, Rahul Tanwar To: Rahul Tanwar , linux-clk@vger.kernel.org, mturquette@baylibre.com Date: Wed, 28 Sep 2022 17:14:13 -0700 User-Agent: alot/0.10 Message-Id: <20220929001416.6F090C433D6@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Rahul Tanwar (2022-09-21 23:24:24) > diff --git a/drivers/clk/x86/clk-cgu-pll.c b/drivers/clk/x86/clk-cgu-pll.c > index 3179557b5f78..c83083affe88 100644 > --- a/drivers/clk/x86/clk-cgu-pll.c > +++ b/drivers/clk/x86/clk-cgu-pll.c > @@ -1,8 +1,9 @@ > // SPDX-License-Identifier: GPL-2.0 > /* > + * Copyright (C) 2020-2022 MaxLinear, Inc. > * Copyright (C) 2020 Intel Corporation. > - * Zhu YiXin > - * Rahul Tanwar > + * Zhu Yixin Does Zhu Yixin approve? They're not Cced on this patch. > + * Rahul Tanwar > */ > =20 > #include