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 X-Spam-Level: X-Spam-Status: No, score=-14.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 787F5C12002 for ; Fri, 16 Jul 2021 15:06:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 59256613F8 for ; Fri, 16 Jul 2021 15:06:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240584AbhGPPJK (ORCPT ); Fri, 16 Jul 2021 11:09:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:47108 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236673AbhGPPJF (ORCPT ); Fri, 16 Jul 2021 11:09:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D8C6C613BB; Fri, 16 Jul 2021 15:06:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626447970; bh=Ng9aXIpcrMEQTWqACJH4fgSVmzieQSPALIVV2r5pRGg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=loFdi4GdZF5zuYC3nCxhNOKLyU3Lpf3Yo5sLk8rWaVaE3KI/2GOmrxTK3QUuMv0xi GUDR4P6mJBxHSbuvaogIoY3Ibjiqt7nnKS9wOJp1q13Gzsts6X2ii6EqOdp7a0OJ/U mhsWARCLZdy9+VmH3zJrNk4/2AVtxfZn5gu7Pu07NKcuIW9eZZLFg7brUvhrdCsCic XPHEBtaPYR/RZuuoSOhcz01tmOB7IUg/JdTfgwPC0FMFM2lmm3Bb7fk3FGS1mAkqvt 28BrrI6zfNlLtHzsoPUYze/7RHXRBE0MifsrrabTMrQN3CgaBFf+5BYKiJGTtuP/kC hRNVN7Q9zY2VA== From: Mark Brown To: cy_huang Cc: Mark Brown , lgirdwood@gmail.com, linux-kernel@vger.kernel.org, ChiYuan Huang , axel.lin@ingics.com Subject: Re: [PATCH] regulator: rtq6752: fix reg reset behavior Date: Fri, 16 Jul 2021 16:05:28 +0100 Message-Id: <162644777059.26191.15104652877216907814.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <1626407746-23156-1-git-send-email-u0084500@gmail.com> References: <1626407746-23156-1-git-send-email-u0084500@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 16 Jul 2021 11:55:46 +0800, cy_huang wrote: > Reg will be reset in below two conditions. > 1. 'Enable' pin from H to L. > 2. Both PAVDD and NAVDD are all disabled. > > And 'Enable' pin also control i2c communication capability. > > This patch is to Seperate the if condition in enable/disable callback for > reg cache manipulation. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: rtq6752: fix reg reset behavior commit: 513d14045a2dad0bf202b7d4c07a2ca2afdba0b4 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