From patchwork Wed Jun 26 16:32:58 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Zabel X-Patchwork-Id: 13713178 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 7661AC3064D for ; Wed, 26 Jun 2024 16:33:29 +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=BHZoVb6Z/2QK3fKYrwisXm2LRV55uJJAqaPcXL0+YSQ=; b=PsNU/sJ06yNyKYi+4l3zGBaUch EZU11he+NQ6ba8XBc9mRGqgxVYaTeeuUFL69wxc58FDUUFVWqmUgL4vKXam9E8JERcYR9Cv/Qjoc2 yYPEMqKK2Se3F7WiiTNYyg4dtVh1wRXC72nU7y8EdZnwzidFRN7+TpDCZwZyLS4MlGKWUgVw0qlpH C32iZ6cbxTDTNSqVFb0VmbqQZa7NV96wyNck9vimSjewQ+ZSK304HYPudO5pjCnO8EtX+oTF0n52A YsXL/1GwPTYlAymwTArk4zlUH/+u27pqxjHkYKs42tmSl4e7KpEaDUN4PeHFxrhHsDoWwXTvsdndw gYJxpdOA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMVa3-00000007bxB-3bhI; Wed, 26 Jun 2024 16:33:11 +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 1sMVZv-00000007bvA-3UMF for linux-arm-kernel@lists.infradead.org; Wed, 26 Jun 2024 16:33:05 +0000 Received: from lupine.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::4e]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sMVZu-0002PV-2q; Wed, 26 Jun 2024 18:33:02 +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 Date: Wed, 26 Jun 2024 18:32:58 +0200 Message-Id: <20240626163258.61222-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:900:1d::4e 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-20240626_093303_898205_02966A2B X-CRM114-Status: UNSURE ( 9.34 ) X-CRM114-Notice: Please train this message. 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 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: git://git.pengutronix.de/pza/linux.git tags/reset-for-v6.11 for you to fetch changes up to eb5d88b1538850c6d9ddfcd0b59dc7c84831b530: reset: RESET_IMX8MP_AUDIOMIX should depend on ARCH_MXC (2024-06-25 14:28:11 +0200) ---------------------------------------------------------------- Reset controller updates for v6.11 Move reset controller registration to the end in rzg2l-usbphy-ctrl, to simplify the probe error path, add a new i.MX8MP AudioMix reset driver, allow to build some drivers under COMPILE_TEST with fewer dependencies, and use the devm_clk_get_enabled convenience wrapper in meson-audio-arb. The latter causes a trivial merge conflict [1] with b99e9c096148f ("reset: meson-audio-arb: Convert to platform remove callback returning void") because I didn't manage to send that in last round. There is no overlap though. [1] https://lore.kernel.org/all/Znmufb9L78FCoSSS@sirena.org.uk/ ---------------------------------------------------------------- Biju Das (1): reset: rzg2l-usbphy-ctrl: Move reset controller registration Geert Uytterhoeven (1): reset: RESET_IMX8MP_AUDIOMIX should depend on ARCH_MXC Philipp Zabel (3): reset: sti: allow building under COMPILE_TEST reset: meson-audio-arb: Use devm_clk_get_enabled() reset: zynqmp: allow building under COMPILE_TEST Shengjiu Wang (1): reset: imx8mp-audiomix: Add AudioMix Block Control reset driver drivers/reset/Kconfig | 14 ++++ drivers/reset/Makefile | 5 +- drivers/reset/reset-imx8mp-audiomix.c | 128 ++++++++++++++++++++++++++++++++ drivers/reset/reset-meson-audio-arb.c | 9 +-- drivers/reset/reset-rzg2l-usbphy-ctrl.c | 32 ++++---- drivers/reset/sti/Kconfig | 4 +- 6 files changed, 167 insertions(+), 25 deletions(-) create mode 100644 drivers/reset/reset-imx8mp-audiomix.c