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 36375EB64DC for ; Fri, 14 Jul 2023 19:04:35 +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=VJ8GWnXXGluRwDd42tSJVrsShuUaNvZqas/I5pgw+kE=; b=BoW2G4DzIA6y7q kShB7b2bcLISB9Pt0/wN6PWLukGQtiyisCUeDvn8TnrYZsN8VLa4FafchhgtNsdWYK8EyJJ6+Q/5+ BHnHzTwIGQupv277Kiu/8B+EYq5qKGw3mlo4iToxYmiDkOnWpYDFr+E2sAirM7+cTc2Rak618GNDZ i+CF88VlT3vCKFqYBOTnzkzD+n783iNEJ6fCrp1nVWEi/pKViSYhRRRDF0oKrY/Izbrg/mjVlNcw2 s/vaBSloc42upW8kOjTeVk2cAEK3X0pmljP5oQX+DbMJ61Rls8jggQJB0t9aetpeKuWDEJf5uQtba 66gsLwUSQeM8yvz2UxWA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qKO5L-0073P0-2b; Fri, 14 Jul 2023 19:04:11 +0000 Received: from mx4.securetransport.de ([178.254.6.145]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qKO5H-0073M4-2u for linux-arm-kernel@lists.infradead.org; Fri, 14 Jul 2023 19:04:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dh-electronics.com; s=dhelectronicscom; t=1689361412; bh=RKP9+dtkOSw8kdqrXIUG65h5IJS1XWS71zarVC+olgM=; h=From:To:CC:Subject:Date:References:In-Reply-To:From; b=Kwlm2ygxo9BGH1c/RgLChWDAJL80sdWP21sxfTiXfkmVg+lEiXc6CB4rGo6Fu9PrG IhbYWNfM5F7T2Ozw6lP6xBYJLYdWDGKz/5667MJ2zTki+cc3wWKi4BltXwZg1ZEhtK rYaN3i8u91HKfJAquBd2u61CzM6jLdAjmAAhMibT4itIfCk0fxJdQJllOIyXOVCE7j +pLeYZxqp9YzDR2llCZxA4kj7thBKjaST+uUPPefbfWLQvCaI8DIim/ln8tZFRzFRr IljBjHxXV5YxId3bmTWB0J47oOdjO0Rkk/6U5TjF6kqxJ0xk4VswQ4r5u85+8uxr7G 3Trz0XvpgIhnA== 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/qQ Date: Fri, 14 Jul 2023 19:03:28 +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: <8558f2aa-09fd-4cd3-ae1e-c80893e00aa1@sirena.org.uk> 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_120408_171332_21CC72B2 X-CRM114-Status: GOOD ( 16.67 ) 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: 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] > >>> Are there any dependencies for this patch? The fact that I acked it >>> makes me think there were MFD parts > >> It's a patch series. This patch is the last one in this series, that is >> missing to have the ability to run the DA9061/62 without a connected IRQ >> pin. The other patches are already upstreamed and yes there are MFD parts, >> see below: > > Oh, dear. Why weren't they applied, it's not even the confusion there > was over what Reviewed-by means... > >>>> Reported-by: kernel test robot >>>> Link: https://lore.kernel.org/oe-kbuild-all/202303082246.GuLdPL0t-lkp@intel.com/ > >>> I really doubt that the LKP bot ran into an issue due to a system with >>> this device without an IRQ wired up... > >> In V3 of this patch the kernel test robot found an issue. I had really >> overlooked that. Thanks to LKP. I forgot to replace the irq variable in >> the function devm_request_threaded_irq(). So it affected the path with >> IRQ. In V4 I fixed that. In V5 I only rebased it on the current next >> 20230713 and add Marek's Reviewed-by tag. > > 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? Regards Christoph _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel