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 DB528C54E64 for ; Mon, 25 Mar 2024 17:45:08 +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=+ya40k1sePm8UO9qlXrQ+oqp+24qeKt4gQ1k9Vkq648=; b=gqVQK+S82tFb0M 8dwOA51sL8JEe1hD5am/mroXwwgtiaRb23odoCZ1zYwe06d9Wxx1S4Kkmrnlj0HGFlyVM4QXEkfFJ MPcADWQy7InFpS0HVR/aWJn6tKV90P94Cy4Uqmy8GG3AXmXDdkOKtNXvLMH6ZU04YUv5fX9N+DjMO Jc6ZWOSfLUuM7rlHS91eyjfnn43Fy1jq6oF++dVgk+tUZ+IR6x3ZDYCRoqXVTDTd32dUEhuwq8vnC tDbN61/4UdDA/KOyVrzlAD16bafhGrsxosQvjFDNGbLtvqPI5qGhekvxzuN3Z3MYutIanqnDG2pxG /jtdAF+QoZKHWJmae24w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rooNQ-0000000176V-0Pxa; Mon, 25 Mar 2024 17:44:52 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rooNK-0000000172j-0uQm for linux-arm-kernel@lists.infradead.org; Mon, 25 Mar 2024 17:44:48 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id D6BC0CE1C10; Mon, 25 Mar 2024 17:44:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F896C43390; Mon, 25 Mar 2024 17:44:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711388683; bh=rPSUAYZgdv7a8C2b5PiR+O6lxIRYgH67RHKxnr7YXJA=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=D/NN2qq8tbvY2SMm04yZloUs4yy42fXwUQUriiA1lVPN/bqAhvDfST75qhabl7AUN jnKS8lIAx0sjHqC8mlEw+odSsEMeKdwU0QtuW6zHgrirBYLL3CAyhFgHpoz+tWA23m T6qbTvloXbFV532Dn++uKG9lcB4zZ3L3q6ZoEi4/pn6sG3xA+mo05qxuJR6N6Bhwxp eKum0Sh6Joq+mMShjyyrPdrisf+uBectSvHiCV/5zMzWjXSOQkT4EZ/sFtvpr8L4mV SUbwRdjzYRK+Mb5XB4m4KgxL/nZkNBn5z5/y/LKlTbz670caWt13E3r6GmzgtDQ+Ya xsbiu5FhHMSLg== From: Mark Brown To: frank.li@nxp.com, ping.bai@nxp.com, lgirdwood@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, Joy Zou Cc: kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev In-Reply-To: <20240318095633.4079027-1-joy.zou@nxp.com> References: <20240318095633.4079027-1-joy.zou@nxp.com> Subject: Re: (subset) [PATCH v5 0/3] add pmic pca9451a support Message-Id: <171138867999.327260.14277082785648331600.b4-ty@kernel.org> Date: Mon, 25 Mar 2024 17:44:39 +0000 MIME-Version: 1.0 X-Mailer: b4 0.14-dev X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240325_104446_550322_286728A9 X-CRM114-Status: GOOD ( 10.85 ) 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 Mon, 18 Mar 2024 17:56:30 +0800, Joy Zou wrote: > The patchset supports pmic pca9451a. > For the details, please check the patch commit log. > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/3] regulator: dt-bindings: pca9450: add pca9451a support commit: 0f3b73eb1440d18d2236ac660d4aa76fd726bec7 [2/3] regulator: pca9450: add pca9451a support commit: 5edeb7d312628961046eec9b26a7e72f44baf846 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