From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 559F2368272; Tue, 20 Jan 2026 15:01:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768921317; cv=none; b=qq1SZ/89TABUF8H7RfpSVAp3apB4K/qcunjZ7AjOmTo0K8R5PsBS7grks2ZMbM5csI4SJ6n2a74h8lg6jFSOGe2sWtwCkyE63CySxvjY0utYTndkRySXd9Ec8yLbAjNF5Ye/Cm6iNXnG58SfUreWlEHBOCxAw16ilAOO6U3+WVc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768921317; c=relaxed/simple; bh=hGTUlmiLRnAbmX/IerIdVQBrE4kuY4fnoHuaZq1QnTA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NmsZ4t3iPhBFePzAm/jgnA1AJDiEFZMQV+1FAycM4USj13l1bVATBLTIkC6jM08fnPujcCKQ3WRCF0j1MohwgerOPf5AHSmp5yQAhyRm7zaZtTHz+55siL1pzTURBfeGpC9F1KpMLiBqLxxIJapr9sbb1kCwyWeKmuPNZZanNTI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bE1soNsl; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bE1soNsl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 768D6C16AAE; Tue, 20 Jan 2026 15:01:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768921316; bh=hGTUlmiLRnAbmX/IerIdVQBrE4kuY4fnoHuaZq1QnTA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bE1soNsl6YvccJ2CNmIjbB5//j82Y+x5UmRSnX0dTb9Z4dTIrzraszPURYX7+mcY6 rO7wZEaj59ys0aoWe/0uWdVpJ8pvx8OR/az4Eu8gNWkjOWiQF2ZkyHafSMPxZvbxYe QXqna34zB2FN49db5UVwEjWrNUC9EvqDr4TuFn772Fqu4z//JpJCPy0PvtemdeM375 FWt9ppg1hGhPrv3Mq4Pn689SR0E7NkQr+EEYxY0MJEnxeKDB9jLbgK9xi9a6m+kInj XRizz5OIRaXBZLJq4ned+KeE9RZ0je69pzFpjIXIqo5ZYLrXarvq63Wl7RIG3AMUNs t7y739DuG3u+A== Date: Tue, 20 Jan 2026 15:01:51 +0000 From: Lee Jones To: Conor Dooley , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Rob Herring , Joseph Chen Cc: Heiko Stuebner , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v3 0/3] Add RK801 PMIC support Message-ID: <20260120150151.GE1354723@google.com> References: <20260112124351.17707-1-chenjh@rock-chips.com> <176892124246.2259507.3674990175192687595.b4-ty@kernel.org> <20260120150119.GD1354723@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260120150119.GD1354723@google.com> On Tue, 20 Jan 2026, Lee Jones wrote: > On Tue, 20 Jan 2026, Lee Jones wrote: > > > On Mon, 12 Jan 2026 20:43:48 +0800, Joseph Chen wrote: > > > This patch series adds support for the Rockchip RK801 Power Management > > > Integrated Circuit (PMIC) to the Linux kernel. > > > > > > The RK801 is a PMIC designed for multimedia and handheld devices. It > > > includes: > > > - 4 BUCK regulators (DCDC) > > > - 2 LDO regulators > > > - 1 SWITCH regulator > > > - Interrupt support for power key events > > > > > > [...] > > > > Applied, thanks! > > > > [1/3] dt-bindings: mfd: Add rk801 binding > > commit: a8a2add7b1889f00bc5d2b1f25fad34e89ef85fb > > [2/3] mfd: rk8xx: Add RK801 support > > commit: 156442eb6e44d545f09559bd70c5b31fba39eb01 > > [3/3] regulator: rk808: Add RK801 support > > commit: 3e10bbd9c8a6d5d016b8e52c5d4ceba93a2304a0 > > Note to self: ib-mfd-regulator-6.20 Note to everyone else: Pull-request to follow after build testing. -- Lee Jones [李琼斯]