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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B7104EB64DC for ; Fri, 14 Jul 2023 20:16:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:In-Reply-To:References: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=69f2Hs+pDUedXwlLpFzQq6HYuCGEL+NSslEcpCRznOw=; b=QpWWo7juBlWqgp JRNLohBLE3d2h6+8gY4i5mqTqbB1bSXf0Ervsr8VMZ1/qNIn8EpdDolRUaWl1Nwkes4zHRP0B+SNv fhhrkTN7RvOj9IeE64isi/pCGmkjQFeLESzRjz5VHOA/zBiCX0hQaWTqcHUTQMK5trtAsBpQMu19l W6LLjAVmZQvsN0o6TTkDr2sqXGshLCcCSbnoHntdWv8Bn8jFuhEHCNntveSkKf7jQ6e7IcbfgGcWH /HptkXBCiIl+PKNY+Wm/SrkfPSARA7+NDs6K84rXf7FV+dCv66kleUnIzj2A0EcJAuYJF3txf4Lvj Qqqvu7kircSWCo6VXm2Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qKPD7-007B4c-0d; Fri, 14 Jul 2023 20:16:17 +0000 Received: from mx4.securetransport.de ([178.254.6.145]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qKPD3-007B2L-2j for linux-arm-kernel@lists.infradead.org; Fri, 14 Jul 2023 20:16:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dh-electronics.com; s=dhelectronicscom; t=1689365744; bh=6Vz4HbwTlKTkRlDypmngwc4b3WNL/9oiTuJhCecHFfg=; h=From:To:CC:Subject:Date:References:In-Reply-To:From; b=Bft57Uh8WIbMB24p3nIB3K3Sz3E+rMX1MIEq31Vz3s6ifAD2Cp4UC3lGa4/Pm2HuI 0PWlEaNRUbydn616UIRuAwQpx5XoQhC1G9a9wSWE4xEdr6lnqfeNvZ7koPyTJA2qEO v3skREFOQpjx2RBgpkc0VEreB416Lvl09/Z+o2GqDqDleYky7VMnm92v8q6OgxDvaY o45N2ezFpNkmpXh95n0IYEkK0QZ34Y6YiuvP4gPCrrW44elGVylz5K+ozNZokr3hHC sVP2FzYLCkH5EFBglXIwOPdX+608EIfEeajOfAXEOhgN7S1keqpq6hv7I6lXsQ8jpY Nz3D25gHIv6aw== 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/qQgAADqgCAABCCYA== Date: Fri, 14 Jul 2023 20:15:40 +0000 Message-ID: References: <20230713090328.3879-1-cniedermaier@dh-electronics.com> <9629970cc2c3452e83a43660823319e5@dh-electronics.com> <8558f2aa-09fd-4cd3-ae1e-c80893e00aa1@sirena.org.uk> In-Reply-To: Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230714_131614_189162_7B440AE4 X-CRM114-Status: UNSURE ( 9.25 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Mark Brown [mailto:broonie@kernel.org] Sent: Friday, July 14, 2023 9:17 PM > On Fri, Jul 14, 2023 at 07:03:28PM +0000, Christoph Niedermaier wrote: >> From: Mark Brown [mailto:broonie@kernel.org] >> Sent: Thursday, July 13, 2023 6:34 PM >>> On Thu, Jul 13, 2023 at 03:36:38PM +0000, Christoph Niedermaier wrote: >>>> From: Mark Brown [mailto:broonie@kernel.org] > >>>>>> Reported-by: kernel test robot >>>>>> Link: https://lore.kernel.org/oe-kbuild-all/202303082246.GuLdPL0t-lkp@intel.com/ > >>> That doesn't mean you should include tags like this, it makes it look >>> like they reported the commit... > >> Thanks for helping me. May I asked which tags are you referring to here? > > The ones quoted above. 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/ [...] Maybe that misled me. Regards Christoph _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel