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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0474CC7EE25 for ; Thu, 18 May 2023 17:33:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230016AbjERRdg (ORCPT ); Thu, 18 May 2023 13:33:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbjERRd0 (ORCPT ); Thu, 18 May 2023 13:33:26 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 90DC01BF for ; Thu, 18 May 2023 10:33:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 20C6C65146 for ; Thu, 18 May 2023 17:33:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58464C433D2; Thu, 18 May 2023 17:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684431204; bh=O7NzANsucBQTK8Jy2JnxxwlTMprkBLa749VfrRkMdRI=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=Sfxz2DfG8apxlBN5LVVguKLk1pqhvDzMvvYS3mKO7zgrq0G0+qHEhDMOOc5Pp1e11 CBnogkOxMZxWzF7d+omVe9/g4fVoIdvtfpDC5Kl2rzCRAUPfYefQzLG7/TwIm4uWlj A9sUwAsY9N/Cd7fMV7SLr04iMSqiX8A6vmy5xm2JVWMSpzMUDOgW16cqXU8RDyfXld QhtLtfx7yw25sMsg9KXpfvn+zq27UKASBGe2sMKHYgoRriKLRxwYG2lxPRb4c82Pc7 ZhMFpE7H9+G8OSrktnWj1EVN6eeW5UadGSmLRx2Rm8RPDzOgP76alnm/iaAnXgvIHy KpHdnV/68xcWQ== From: Mark Brown To: Axel Lin Cc: =?utf-8?q?M=C3=A5rten_Lindahl?= , Liam Girdwood , linux-kernel@vger.kernel.org In-Reply-To: <20230516082333.466429-1-axel.lin@ingics.com> References: <20230516082333.466429-1-axel.lin@ingics.com> Subject: Re: [PATCH] regulator: tps6287x: Fix missing .n_voltages setting Message-Id: <168443120315.483131.2571327595680974458.b4-ty@kernel.org> Date: Fri, 19 May 2023 02:33:23 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.13-dev-bfdf5 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 16 May 2023 16:23:33 +0800, Axel Lin wrote: > Otherwise, regulator_list_voltage() will return -EINVAL. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: tps6287x: Fix missing .n_voltages setting commit: 15a1cd245d5b3cc6cf42ca9ceacf9a6dfc2e33b4 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