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.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 C319CC4363D for ; Thu, 8 Oct 2020 02:00:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 62D172145D for ; Thu, 8 Oct 2020 02:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602122411; bh=wyBO4zvjEjDcbx6nOHG1RJNNWIaPg0x7TNYULJRlR6Y=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=d0QoyIUlWH2WWgrWPndbN9RYs8hG55L5Cfo9v/nFbZ7EYmyzdXyc85c3l871qrplQ YcXb4GLJwY8cOtF6eesHGIPJOlqYhx43M8a59952EitjrQXtbz8mgMEi5H/Bwd+wgq gEQSCpbccZdEiUZyIlq+K/ZUIQGu09BbzTZbk9Gw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726520AbgJHCAK (ORCPT ); Wed, 7 Oct 2020 22:00:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:52772 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726009AbgJHCAK (ORCPT ); Wed, 7 Oct 2020 22:00:10 -0400 Received: from kernel.org (unknown [104.132.1.79]) (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 106A5207C3; Thu, 8 Oct 2020 02:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602122410; bh=wyBO4zvjEjDcbx6nOHG1RJNNWIaPg0x7TNYULJRlR6Y=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=lojukMi8qd73ZjRWlJfe4shDOCavAlS2irrvtYg9a7bFgxx0405b5a+p0BNBiIyPG 23BFJG6rabPwBbMOCSgfPq2NI9wiSvs5JtYuoeQYH0RT925UM9P9P8WV/OoPtwEvc4 UQNgGBK9QBtOkvUDfWr1oyopSAuTbflq2dgX0sdU= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1601719607.774.1.camel@mtkswgap22> References: <1596115816-11758-1-git-send-email-hanks.chen@mediatek.com> <1596115816-11758-4-git-send-email-hanks.chen@mediatek.com> <1599546314.24690.3.camel@mtkswgap22> <1601719607.774.1.camel@mtkswgap22> Subject: Re: [PATCH v10 3/3] clk: mediatek: add UART0 clock support From: Stephen Boyd Cc: Matthias Brugger , devicetree@vger.kernel.org, CC Hwang , Andy Teng , Linus Walleij , YueHaibing , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, Rob Herring , linux-mediatek@lists.infradead.org, Loda Chou , mtk01761 , linux-arm-kernel@lists.infradead.org To: Hanks Chen , Michael Turquette Date: Wed, 07 Oct 2020 19:00:08 -0700 Message-ID: <160212240863.310579.5253840355657757088@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Hanks Chen (2020-10-03 03:06:47) > Hi Michael & Stephen, >=20 > Please kindly let me know your comments about this patch. > Thanks >=20 What's the base for this patch? I tried applying to v5.9-rc1 and it didn't work.