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 C732C30BB93; Thu, 22 Jan 2026 14:12:39 +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=1769091159; cv=none; b=lUdhSgV89f/3VXP+DoPxf37xm6peV+g8/Iu7tIbjoh3IBwlVy7sO4ydf0frvSSbmB8pdmpy1BBbpCbuf6oebh4nn2Ou9KS0isKZhvrjcVyHjsUvTuUd6dsar0Oj1GTkU5FDLZk7PpSP4w7xnIDaigQLOQ7jtICGWIFpoO9JAfo0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769091159; c=relaxed/simple; bh=ymxs9hipH3MSqO+EtSgebsTWpLkwdhKqEdneib0tRSw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jZnavkunj4P3bbsHzO9h7jfbac9z661x9KyDKqPBZJcpxc1CRWWWlgkXA8d1N6rfFStUJGSRbAjAwV6Yplz5yr5Iif4k+DYS4XXR98xYGxhEFoxo3hApzKftHDG5VGoadT7vOesDZ4cMFiTCmf1kxrud+j8+8GnmGe9w9hypjxY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hODvGDmj; 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="hODvGDmj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B8684C116C6; Thu, 22 Jan 2026 14:12:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769091159; bh=ymxs9hipH3MSqO+EtSgebsTWpLkwdhKqEdneib0tRSw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hODvGDmjEMpnNSE/AOUDtxnF6/OV7V6piVNP+5RR6/2HKcDHe28W+kp/NIv49sT+l tosLBcyWDzhINlcaAedBwHLjIjWvKMCcC0Q6zqDTcFtBD3Nk1BTAKeLBJJXpSUKvQ+ ykQ9RFg405pb7DpzxmcP8ghnnvrHQIimvJtQjdhcfzYWeXZ6Wk4AHQjwJAlrXU9Sgf O5EROBbioRHV3gtjEClqORtd+8ZPT/38sBn2oubpmMEfgnyK2m+CbnZVRbqnHMMsQn VUXeNEE7zkq4E60i+HnVAjz6HeHdC5f+NhuXURm11BGSUCX9MJlCkxQXgSKExzJMPw H7NgjxCWRG8lg== Date: Thu, 22 Jan 2026 14:12:33 +0000 From: Lee Jones To: Joseph Chen Cc: Conor Dooley , Krzysztof Kozlowski , Liam Girdwood , Mark Brown , Rob Herring , Heiko Stuebner , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: [GIT PULL] Immutable branch between MFD and Regulator due for the v6.20 merge window Message-ID: <20260122141233.GJ3831112@google.com> References: <20260112124351.17707-1-chenjh@rock-chips.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: <20260112124351.17707-1-chenjh@rock-chips.com> Enjoy! The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8: Linux 6.19-rc1 (2025-12-14 16:05:07 +1200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-v6.20 for you to fetch changes up to 3e10bbd9c8a6d5d016b8e52c5d4ceba93a2304a0: regulator: rk808: Add RK801 support (2026-01-20 14:58:12 +0000) ---------------------------------------------------------------- Immutable branch between MFD and Regulator due for the v6.20 merge window ---------------------------------------------------------------- Joseph Chen (3): dt-bindings: mfd: Add rk801 binding mfd: rk8xx: Add RK801 support regulator: rk808: Add RK801 support .../devicetree/bindings/mfd/rockchip,rk801.yaml | 197 +++++++++++++++++ drivers/mfd/Kconfig | 6 +- drivers/mfd/rk8xx-core.c | 81 +++++++ drivers/mfd/rk8xx-i2c.c | 33 ++- drivers/regulator/rk808-regulator.c | 243 +++++++++++++++++++++ include/linux/mfd/rk808.h | 118 ++++++++++ 6 files changed, 674 insertions(+), 4 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk801.yaml -- Lee Jones [李琼斯]