From patchwork Wed Jan 5 17:26:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Zabel X-Patchwork-Id: 12704546 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 60DBCC433EF for ; Wed, 5 Jan 2022 17:27:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=JeNMWfLNHHzCPDeSEU1m/t8ot4JQGBQG+wOmF1JliN4=; b=w9fHl4m1GvEVqC f+89uGT0eYYOtpLEAp6x4UdeYoEtU/16oi2VKYceoZWFQrdXWmYLdz1mBBXkVyob9JbJX2nPASbhM 7PX23VKpImp6tYyjP5lz3YoUPSI5c0DwC2u3riy3rsimkFKqOIPcN65pYavLDD9uJgZubeh4s1voX 8rMrZCNGEOLq7Xs3FkUi5GYmw8FOmHlAPQBjY/H8t3/QLOh7vwKzSBJciL9Zx8bU9YR6KM4/lMbw2 kA+rqxdFaNvxRZN1vPKJxjsp3DuPOIDhTBPs5wfNderYbr1xcbMjbcMnDU5lKRkiZlAFFmOytYNV/ h1zYbGLXqWTq9+BDSbOQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5A3P-00FSsi-N1; Wed, 05 Jan 2022 17:26:27 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5A3M-00FSs7-BY for linux-arm-kernel@lists.infradead.org; Wed, 05 Jan 2022 17:26:25 +0000 Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1n5A3L-0002Rs-2p; Wed, 05 Jan 2022 18:26:23 +0100 From: Philipp Zabel To: soc@kernel.org Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de Subject: [GIT PULL] Reset controller updates vor v5.17 Date: Wed, 5 Jan 2022 18:26:18 +0100 Message-Id: <20220105172618.302522-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::28 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.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-20220105_092624_422881_7EF67B43 X-CRM114-Status: UNSURE ( 8.11 ) 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 fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.pengutronix.de/pza/linux.git tags/reset-for-v5.17 for you to fetch changes up to 89e7a6698fdd6d0cccf5bab11abc51f813944cd8: reset: uniphier-glue: Use devm_add_action_or_reset() (2021-12-16 09:59:55 +0100) ---------------------------------------------------------------- Reset controller updates vor v5.17 Add an optional variant of of_reset_control_get_exclusive(), document a deprecated hi3660-reset device tree property, check whether reset deassertion worked in the reset-rzg2l-usbphy-ctrl driver, and simplify the uniphier-glue driver a bit. ---------------------------------------------------------------- Biju Das (1): reset: Add of_reset_control_get_optional_exclusive() David Heidelberg (1): dt-bindings: reset: document deprecated HiSilicon property Heiner Kallweit (1): reset: renesas: Check return value of reset_control_deassert() Philipp Zabel (2): reset: uniphier-glue: Use reset_control_bulk API reset: uniphier-glue: Use devm_add_action_or_reset() .../bindings/reset/hisilicon,hi3660-reset.yaml | 5 ++ drivers/reset/reset-rzg2l-usbphy-ctrl.c | 4 +- drivers/reset/reset-uniphier-glue.c | 75 ++++++++++------------ include/linux/reset.h | 20 ++++++ 4 files changed, 62 insertions(+), 42 deletions(-)