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 5E21F43E4BC; Tue, 20 Jan 2026 15:01:25 +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=1768921285; cv=none; b=kRYi/EetaXdiF5uc6fdYaPCnuPqHVKFk+j3+ev7Hn5AI2weDnX0pkkYDQbX6MQ7k5GRrFzw6lxpiczMGbWotQ+U7faUP3rG3RWld2LOR5UpGyGYmsz78Y9R7FziwTfCMGrrmwlFY5kBj1LZYG/LOBOHx80ke7OwDErGD15HysgQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768921285; c=relaxed/simple; bh=MUgQ3sNT7KzrFdWSi0ndT2SjkT6Egmpv2leIk7amRZs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=F65w8V6TSqcvOB3m969xnU98VjCaxiVDuJU1WxdydVY6wH1y2PQJTBoVyfKQNJEnAr/uKLRzL4znbeiFeKsq8gi0VhqEA7LuOUzCcrke+DQ/B32KD0DlmLXOmgjXOUWWNV+U6O8prw2vy5EpwTuVM5bhx4hmQgAZpnbfiJCHOFw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Fc+DFmIe; 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="Fc+DFmIe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB1C6C16AAE; Tue, 20 Jan 2026 15:01:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768921284; bh=MUgQ3sNT7KzrFdWSi0ndT2SjkT6Egmpv2leIk7amRZs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Fc+DFmIePyPT2n439mESB/oPRZB+EkK74yybwlMoDoJpkgWTESDQDCmZFDl/okVDM aQM/Ua9/JjMM1zeegWbHcqPTNnBEt+7oB+0HwOXYnE6ivzUmBfjS0KuejlQ03CKitC JE2635mEhy3o+CXYEMSZIgr03Vj0V9cikFkCJxKuAY775TJfHOdMHISrl3KfCtnK96 17ZwnUe3eVgAzhXVT8f+FbRV9jebjbuAhTBilp5j5WIq55965Nlhgsv50yDwhs4SIH znc7W3xHT201qJ3VG7wLxfkRYYnxPi8meyyp13r/yEOv1zXNEXdb4XTyvIpwrrLHIt 87ryY0kdxafBA== Date: Tue, 20 Jan 2026 15:01:19 +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: <20260120150119.GD1354723@google.com> References: <20260112124351.17707-1-chenjh@rock-chips.com> <176892124246.2259507.3674990175192687595.b4-ty@kernel.org> 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: <176892124246.2259507.3674990175192687595.b4-ty@kernel.org> 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 -- Lee Jones [李琼斯]