From patchwork Wed Jul 3 10:08:09 2024
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Philipp Zabel
X-Patchwork-Id: 13721710
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 bombadil.infradead.org (bombadil.infradead.org
[198.137.202.133])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by smtp.lore.kernel.org (Postfix) with ESMTPS id BDACBC30653
for ;
Wed, 3 Jul 2024 10:08:46 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help
:List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding:
MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type:
Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender:
Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner;
bh=YqiHjE3LzZOlNTX0mvRBb5E5IsC0mA11mDWvCJFecK8=; b=cauBjzmvpGnl6u8ugdgtazLADP
0PTeleSiP3MxfYVp46YfFa27QbhgAKF2NZF2i79oJ75w6eQnVd1fYiyJsfpFBPJmNVa4adv9OLxdl
yqhHUSaK+FfFgGaN8o4M4kjJW04ASyb3eFqLSoEdDNjEjQ5/WeONmnd0XnLxfrFtAaC85kPn3oErW
enLL1dzT4DFVVI+XUZrBLIWhsrqkHU9wy9RswUBNyPKQ3PH/fIrJ6Ok3DUjP6Sw3SwGcTPFAsma5X
gK7T+S2zZdnH5NRBUWNGS7Pr2msPxmgPKs7w5aj77SZQww9yu72DfyirLn93b3a1Rw203hrJqKWG8
qWQua05w==;
Received: from localhost ([::1] helo=bombadil.infradead.org)
by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux))
id 1sOwug-00000009gNX-3xTf;
Wed, 03 Jul 2024 10:08:35 +0000
Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104])
by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux))
id 1sOwuT-00000009gJo-3y1z
for linux-arm-kernel@lists.infradead.org;
Wed, 03 Jul 2024 10:08:23 +0000
Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54])
by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92)
(envelope-from )
id 1sOwuS-0006cE-F8; Wed, 03 Jul 2024 12:08:20 +0200
From: Philipp Zabel
To: soc@kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
kernel@pengutronix.de,
Philipp Zabel
Subject: [GIT PULL] Reset controller updates for v6.11, part 2
Date: Wed, 3 Jul 2024 12:08:09 +0200
Message-Id: <20240703100809.2773890-1-p.zabel@pengutronix.de>
X-Mailer: git-send-email 2.39.2
MIME-Version: 1.0
X-SA-Exim-Connect-IP: 2a0a:edc0:0:1101:1d::54
X-SA-Exim-Mail-From: p.zabel@pengutronix.de
X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de);
SAEximRunCond expanded to false
X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3
X-CRM114-CacheID: sfid-20240703_030822_004073_93BA43B7
X-CRM114-Status: GOOD ( 12.03 )
X-BeenThere: linux-arm-kernel@lists.infradead.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id:
List-Unsubscribe:
,
List-Archive:
List-Post:
List-Help:
List-Subscribe:
,
Sender: "linux-arm-kernel"
Errors-To:
linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org
Dear arm-soc maintainers,
The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454:
Linux 6.10-rc5 (2024-06-23 17:08:54 -0400)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/reset-for-v6.11-2
for you to fetch changes up to c1267e1afae60e0b1d17d3a2e55515ecccb22a3e:
arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUS (2024-07-03 10:51:53 +0200)
The diffstat also lists the changes already included in reset-for-v6.11,
because I've set the base commit to v6.10-rc5. This is pulled in by
the regulator-hw-enable-helper merge. The new tag is still based on
reset-for-v6.11 though, to avoid a merge conflict between the tegra-bpmp
and sti COMPILE_TEST commits.
----------------------------------------------------------------
Reset controller updates for v6.11, part 2
This tag adds USB VBUS regulator control for Renesas RZ/G2L SoCs,
which also touches PHY driver and device tree, and pulls in a new
regulator_hardware_enable() helper.
The Tegra BPMP reset driver can be compiled under COMPILE_TEST now.
----------------------------------------------------------------
Biju Das (6):
reset: rzg2l-usbphy-ctrl: Move reset controller registration
regulator: core: Add helper for allow HW access to enable/disable regulator
dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document USB VBUS regulator
reset: renesas: Add USB VBUS regulator device as child
phy: renesas: phy-rcar-gen3-usb2: Control VBUS for RZ/G2L SoCs
arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUS
Geert Uytterhoeven (1):
reset: RESET_IMX8MP_AUDIOMIX should depend on ARCH_MXC
Philipp Zabel (5):
reset: sti: allow building under COMPILE_TEST
reset: meson-audio-arb: Use devm_clk_get_enabled()
reset: zynqmp: allow building under COMPILE_TEST
reset: tegra-bpmp: allow building under COMPILE_TEST
Merge tag 'regulator-hw-enable-helper' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into reset/next
Shengjiu Wang (1):
reset: imx8mp-audiomix: Add AudioMix Block Control reset driver
.../bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml | 10 ++
Documentation/power/regulator/consumer.rst | 6 +
arch/arm64/boot/dts/renesas/rz-smarc-common.dtsi | 11 +-
drivers/phy/renesas/phy-rcar-gen3-usb2.c | 8 +-
drivers/regulator/core.c | 28 +++++
drivers/reset/Kconfig | 14 +++
drivers/reset/Makefile | 7 +-
drivers/reset/reset-imx8mp-audiomix.c | 128 +++++++++++++++++++++
drivers/reset/reset-meson-audio-arb.c | 9 +-
drivers/reset/reset-rzg2l-usbphy-ctrl.c | 63 +++++++---
drivers/reset/sti/Kconfig | 4 +-
drivers/reset/tegra/Kconfig | 3 +-
include/linux/regulator/consumer.h | 7 ++
13 files changed, 262 insertions(+), 36 deletions(-)
create mode 100644 drivers/reset/reset-imx8mp-audiomix.c