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 53EB8EB64DD for ; Mon, 7 Aug 2023 06:34:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229686AbjHGGep (ORCPT ); Mon, 7 Aug 2023 02:34:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229490AbjHGGeo (ORCPT ); Mon, 7 Aug 2023 02:34:44 -0400 Received: from mg.richtek.com (mg.richtek.com [220.130.44.152]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 74C761711; Sun, 6 Aug 2023 23:34:41 -0700 (PDT) X-MailGates: (SIP:2,PASS,NONE)(compute_score:DELIVER,40,3) Received: from 192.168.10.46 by mg.richtek.com with MailGates ESMTPS Server V6.0(3962136:0:AUTH_RELAY) (envelope-from ) (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256/256); Mon, 07 Aug 2023 14:34:31 +0800 (CST) Received: from ex3.rt.l (192.168.10.46) by ex3.rt.l (192.168.10.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.25; Mon, 7 Aug 2023 14:34:31 +0800 Received: from linuxcarl2.richtek.com (192.168.10.154) by ex3.rt.l (192.168.10.45) with Microsoft SMTP Server id 15.2.1118.25 via Frontend Transport; Mon, 7 Aug 2023 14:34:31 +0800 Date: Mon, 7 Aug 2023 14:34:31 +0800 From: Alina Yu To: Mark Brown CC: ChiYuan Huang , , , , , , , Subject: Re: [PATCH v5 2/2] regulator: rtq2208: Add Richtek RTQ2208 SubPMIC driver Message-ID: <20230807063431.GA31530@linuxcarl2.richtek.com> References: <1690355592-10920-1-git-send-email-alina_yu@richtek.com> <1690355592-10920-3-git-send-email-alina_yu@richtek.com> <20230803072425.GA22780@linuxcarl2.richtek.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Mark, On Thu, Aug 03, 2023 at 12:08:28PM +0100, Mark Brown wrote: > On Thu, Aug 03, 2023 at 03:24:25PM +0800, ChiYuan Huang wrote: > > On Wed, Jul 26, 2023 at 03:13:12PM +0800, Alina Yu wrote: > > > > Signed-off-by: Alina Yu > > > Reported-by: kernel test robot > > This patch series is to add new drivers, not fix. > > Why do you add the Reported-by tag? > > The LKP people have some boilerplate in their reports that tells people > to add Reported-bys for things they find based on patches, it's a > constant problem :( Sorry, I misunerstood the meaning of Reported-by I've removed that since v6. Thanks, Alina