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 7EC17C0015E for ; Thu, 13 Jul 2023 19:51:41 +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:Date:Message-Id:Subject: References:In-Reply-To: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=OMtKQ3+duEKUXUnXPMxsOFP8pHmqCVrYx5hZUtNK7+A=; b=ADJgoBEFqpBgAN OenUNbaj/lRxslsU5fXSqvIKuDvx+OBgsQy6Agq1hgWEK3t48c/ogxep4O+izGtfn5+MH3dYO7yLJ L7cULAUsNWpBIAMPjeIMGb03ZK4GnsKQ2bYRB0HqhdZP1r8XGgCW3i48OpCJpG8yQG3qN4FqOleTG VaERRgHTu285UAH06IqcBA8bHOW7Sonu4e//Rp9aZmOh7qMdmm4at1iWb3vr10fo1+4thZUm0wifF H33skwve5IhGtdaoN9Mra1ti7CNOIeOtMqGu6CtzeRhQFnxUOzfMQID+paiHkm8CiYlitIMszgAqg igLd+YhgfXq8DaaKrf2A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qK2LE-004FyZ-0v; Thu, 13 Jul 2023 19:51:08 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qK2LB-004Fy9-2V for linux-arm-kernel@lists.infradead.org; Thu, 13 Jul 2023 19:51:07 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E6F5461B24; Thu, 13 Jul 2023 19:51:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9BC08C433C7; Thu, 13 Jul 2023 19:51:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689277864; bh=RtiaTGckWKbZxwOmj5pBEFw8EKpdYqkAlq63iDnjx6s=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=Vtu3uPpMb5pm/wBYPqYMM4Alrfq/ud3nBWROfaO7qmIan8fxXcsZMb0tBJgWHwZcF RYXwuH6WJ0lfPC6BigFJxBHcbb44HB0iq0mRZLWzOl1EZNSIHTh3HBs2rGam7mhW6x HOJHFNfh0AKe4cL6yXN5p2S6dYGt7PjfAKB/X7X2/RriEf6Diii1W5QePtIbe/dLZk R1C3Sw57xTYmQxE1oObv//WB6Ysw3OEGCfgePAGFdAFhsVVvkmFGNQSO99bcE4L8f5 tb/dAZEY2juN/XUUBbaBxB9w4i6kMzkxE+v6oJ3UyOLHxGsl3yUvX17GrOs/UmS97Y rnLK4X8zeWzjw== From: Mark Brown To: linux-arm-kernel@lists.infradead.org, Christoph Niedermaier Cc: Support Opensource , Adam Thomson , Liam Girdwood , Marek Vasut , kernel@dh-electronics.com, linux-kernel@vger.kernel.org In-Reply-To: <20230713090328.3879-1-cniedermaier@dh-electronics.com> References: <20230713090328.3879-1-cniedermaier@dh-electronics.com> Subject: Re: [PATCH V5] regulator: da9062: Make the use of IRQ optional Message-Id: <168927786232.267267.7055463236282761197.b4-ty@kernel.org> Date: Thu, 13 Jul 2023 20:51:02 +0100 MIME-Version: 1.0 X-Mailer: b4 0.13-dev-099c9 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230713_125105_877768_DE76E877 X-CRM114-Status: GOOD ( 12.71 ) 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 On Thu, 13 Jul 2023 11:03:28 +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. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: da9062: Make the use of IRQ optional commit: 497897cb200d03b89524e6b4dfb71c77af324766 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel