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 DAB87EB64DC for ; Fri, 14 Jul 2023 20:36:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236232AbjGNUgu (ORCPT ); Fri, 14 Jul 2023 16:36:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233301AbjGNUgt (ORCPT ); Fri, 14 Jul 2023 16:36:49 -0400 X-Greylist: delayed 491 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 14 Jul 2023 13:36:46 PDT Received: from mx3.securetransport.de (mx3.securetransport.de [IPv6:2a01:4f8:c0c:92be::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A3E935B0 for ; Fri, 14 Jul 2023 13:36:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dh-electronics.com; s=dhelectronicscom; t=1689366471; bh=WLMCrosg23DXiPiPkOztVSmq4YzunBfcMjZCfl0+bj0=; h=From:To:CC:Subject:Date:References:In-Reply-To:From; b=nK3JEXrwY4xl+xKB2ICbxfAsPKXaIAvTCwIcYM0B8jU5R5iizg2jrH3A0NlK9IIOT NNPBvXa0D/A9FDumiPL/cehdumR9oynh3WjLYhDjM8q90+9NDS5/bw97ZVOEMTu+G0 5dJ4jV0KR/af6wpnMkNU9c42Yo6Ho8nE+jKX6VRHWpVfKkBCDTdlttePP6U8DWb/jA K3Lduw1bfPzemVdOtAMgsm5a3J9gGgcmSU31xszSlgYGviUf2diMNieWsw9IIyvoiP 3zg10CH5qxPL/xeL3eJ9QuGfEEDsg6Rluwwze4XJ0bZwEpAZoQ2KXwoWgYttQDd5Q7 nsxmffVSUk1ZA== X-secureTransport-forwarded: yes From: Christoph Niedermaier Complaints-To: abuse@cubewerk.de To: Mark Brown CC: "linux-arm-kernel@lists.infradead.org" , Support Opensource , Adam Thomson , Liam Girdwood , Marek Vasut , kernel , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH V5] regulator: da9062: Make the use of IRQ optional Thread-Topic: [PATCH V5] regulator: da9062: Make the use of IRQ optional Thread-Index: AQHZtWtRfWVqFQFEA06/3ZItgT3fA6+3fyIAgAA0IHCAABAkAIABu/qQgAADqgCAABCCYIAAAV0AgAACBKA= Date: Fri, 14 Jul 2023 20:27:45 +0000 Message-ID: References: <20230713090328.3879-1-cniedermaier@dh-electronics.com> <9629970cc2c3452e83a43660823319e5@dh-electronics.com> <8558f2aa-09fd-4cd3-ae1e-c80893e00aa1@sirena.org.uk> <5f79c2c7-315b-409d-9f3d-78c1fb03bb49@sirena.org.uk> In-Reply-To: <5f79c2c7-315b-409d-9f3d-78c1fb03bb49@sirena.org.uk> Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Mark Brown [mailto:broonie@kernel.org] Sent: Friday, July 14, 2023 10:21 PM > On Fri, Jul 14, 2023 at 08:15:40PM +0000, Christoph Niedermaier wrote: >>> On Fri, Jul 14, 2023 at 07:03:28PM +0000, Christoph Niedermaier wrote: >=20 >>> The ones quoted above. >=20 >> The kernel test robot wrote: >> [...] >> If you fix the issue, kindly add following tag where applicable >> | Reported-by: kernel test robot >> | Link: https://lore.kernel.org/oe-kbuild-all/202303082246.GuLdPL0t-lkp@= intel.com/ >> [...] >=20 >> Maybe that misled me. >=20 > Yes, I wish it wouldn't do that. That really only applies when you're > sending a patch that's substantially a fix for the issue it reports, for > things that have not yet been applied it's just a normal review comment > and you shouldn't add the tags. Thank you for this clarification. Regards Christoph