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 62CC4C433EF for ; Thu, 10 Feb 2022 01:21:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231252AbiBJBVC (ORCPT ); Wed, 9 Feb 2022 20:21:02 -0500 Received: from gmail-smtp-in.l.google.com ([23.128.96.19]:38050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231213AbiBJBUy (ORCPT ); Wed, 9 Feb 2022 20:20:54 -0500 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C43431EC4A; Wed, 9 Feb 2022 17:20:50 -0800 (PST) X-UUID: ab0fc616f57e41478d26d069261dab1e-20220210 X-UUID: ab0fc616f57e41478d26d069261dab1e-20220210 Received: from mtkcas11.mediatek.inc [(172.21.101.40)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 862682013; Thu, 10 Feb 2022 09:15:39 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Thu, 10 Feb 2022 09:15:38 +0800 Received: from mhfsdcap04 (10.17.3.154) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 10 Feb 2022 09:15:37 +0800 Message-ID: <2707120457e962a78e3c4ffd231ca25a7138ae72.camel@mediatek.com> Subject: Re: [PATCH V5 0/3] Add compatible for Mediatek MT8186 From: Leilk Liu To: Mark Brown CC: Rob Herring , Matthias Brugger , , , , , Date: Thu, 10 Feb 2022 09:15:37 +0800 In-Reply-To: References: <20220209014443.12443-1-leilk.liu@mediatek.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 Wed, 2022-02-09 at 13:16 +0000, Mark Brown wrote: > On Wed, Feb 09, 2022 at 09:44:40AM +0800, Leilk Liu wrote: > > V5: > > 1. re-send these patchs based on v5.17-rc1. > > 2. add the flags: "Reviewed-by Rob Herring". > > Please do not submit new versions of already applied patches, please > submit incremental updates to the existing code. Modifying existing > commits creates problems for other users building on top of those > commits so it's best practice to only change pubished git commits if > absolutely essential. Sorry to ignore the applied mail before I sent this new versions, thanks for your reminder.