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 A8E3FC0015E for ; Thu, 13 Jul 2023 15:37:58 +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=uzi61vLDS5xmv26Uot5Er3i60dqBOv4LEX3zgK4RQk0=; b=xSr8irwBCG34n2 9Afh4Z6Rzlslk6ppL1+NPJ6Xj3fSOOq8qjLnUPBDuxufiJQBP69KGBOGGaFzF8xIlvHy/xCc+JVTg Au6VRpDEBCeP5RVxJOyaG/dBFslWKR5s9HkY1D7LwqYXYyzOOuonILh3xz+ObgCHQdzE5BZtrKlw1 PsmWnIGdCfiuRI5oeegKd6qClb+grdkilqlW45zjnFhHtskpsYazFV8GGJrEnZ/l22Ngqh/L6uljw w8lz+91Ff3vvd1kCXnOb0oWu06dm/UkEoGZ7dOFaHkmklP/Xc4c0aNUjsirnO1PJKyFxDW7Eh8FoZ svtdkUmKiNHy/FBghzbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qJyNf-003nM5-1y; Thu, 13 Jul 2023 15:37:23 +0000 Received: from mx4.securetransport.de ([178.254.6.145]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qJyNc-003nKT-1A for linux-arm-kernel@lists.infradead.org; Thu, 13 Jul 2023 15:37:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dh-electronics.com; s=dhelectronicscom; t=1689262602; bh=w9J3irrHs1UHas9WttzJ+3FfN1QrNrS6X6BKOOdzlf8=; h=From:To:CC:Subject:Date:References:In-Reply-To:From; b=W19Iw2laf5+2MTyVaOXEr6SQKej6bKaZYR6W9Mb1VXTX9jaBUuBphA/rBxzbv0eJ8 DapFp13Ts5wFJQI6d/qwjtRFMRHNny3lFT0A4wLNi2+aVByJHzCVQOYxnmNzVSyHuZ vOhfv0zEBsFplcPAOmGM24nME10bqgDW0vqVLve9lTCnPkrlyi9bQMFCCA0IKn+tR9 u82wzwOoffUljbK8FhkfmaR+1PhygxnLNIqI2kNyhKJJWRDuJbJBkm64R+UjT8JN7r be4bP6hX+MjSVXd9sq/WkKEFT4xqYFksVCHXJo2JbU75wiwkkOgryJvU+oK4zHCLbl th3Zq6y4onEJw== 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+3fyIAgAA0IHA= Date: Thu, 13 Jul 2023 15:36:38 +0000 Message-ID: <9629970cc2c3452e83a43660823319e5@dh-electronics.com> References: <20230713090328.3879-1-cniedermaier@dh-electronics.com> 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-20230713_083720_718467_CD9B5246 X-CRM114-Status: GOOD ( 15.52 ) 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 2:30 PM > On Thu, Jul 13, 2023 at 11:03:28AM +0200, Christoph Niedermaier wrote: > >> This patch makes the use of IRQ optional to make the DA9061/62 usable >> for designs that don't have the IRQ pin connected, because the regulator >> is usable without IRQ. > > 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: 1: commit 7ef5c57758c4 ("dt-bindings: mfd: da9062: Move IRQ to optional properties") 2: commit 7d61f6313e90 ("mfd: da9062: Use MFD_CELL_OF macro") 3: commit c923d5001ba0 ("mfd: da9062: Remove IRQ requirement") 4: This patch ("regulator: da9062: Make the use of IRQ optional") >> 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. Regards Christoph _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel