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 2A31CC433FE for ; Fri, 11 Feb 2022 03:50:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240079AbiBKDu5 (ORCPT ); Thu, 10 Feb 2022 22:50:57 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:38450 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237552AbiBKDu4 (ORCPT ); Thu, 10 Feb 2022 22:50:56 -0500 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AEF0455BE; Thu, 10 Feb 2022 19:50:55 -0800 (PST) X-UUID: aa6a7922a3334273a9067773b13ad0d6-20220211 X-UUID: aa6a7922a3334273a9067773b13ad0d6-20220211 Received: from mtkexhb01.mediatek.inc [(172.21.101.102)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 775901192; Fri, 11 Feb 2022 11:50:42 +0800 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 11 Feb 2022 11:50:41 +0800 Received: from mtksdccf07 (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 11 Feb 2022 11:50:41 +0800 Message-ID: <1e1262cdc9ee0f4ad1782a4ad29f1fd2c6234be7.camel@mediatek.com> Subject: Re: [V11,PATCH 05/19] soc: mediatek: add support for mt6873 From: Dawei Chien To: AngeloGioacchino Del Regno , Georgi Djakov , Rob Herring , Matthias Brugger , Stephen Boyd , Ryan Case CC: Mark Rutland , Nicolas Boichat , , , , , , Fan Chen , Arvin Wang , James Liao , Henry Chen Date: Fri, 11 Feb 2022 11:50:41 +0800 In-Reply-To: <586066f9-c201-ff37-3e77-28ab3eb1c733@collabora.com> References: <20210812085846.2628-1-dawei.chien@mediatek.com> <20210812085846.2628-6-dawei.chien@mediatek.com> <586066f9-c201-ff37-3e77-28ab3eb1c733@collabora.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2022-02-03 at 16:13 +0100, AngeloGioacchino Del Regno wrote: > Il 12/08/21 10:58, Dawei Chien ha scritto: > > From: Henry Chen > > > > add support for mt6873 > > > > Signed-off-by: Henry Chen > > You forgot to add your Signed-off-by tag here. Even if this patch is > not yours, you're the sender, so you have to sign it. > > Besides, can you please fix the title? > > soc: mediatek: mtk-dvfsrc: Add support for MT6873 I would add signed-off tag and fix the title on next version, thank you.