From patchwork Wed Apr 6 15:33:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Zabel X-Patchwork-Id: 12803631 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 B8EC6C433EF for ; Wed, 6 Apr 2022 15:35:04 +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=qihA+7HzT3Ct7RFT3sVFrxUj4TRifY+7Lp8BobxoCiE=; b=DctKsBFgxSNECk jvX6VWdrWexTR5xs8jmV7lB/BZXyFcYqaVH/F1JDR3s/Ow6YGU7a3haxU5o19odimttaLwzeRXtXh ZrrgA3G/JruLmH0k4Yp3pNg8lXfdGs8C+CGcYjspLfSInkUHYlaMg44Pn/OqH2TWAuhomnIblszbk WLoYC+i3uRGzTckFtCS49jXXbPN24AK25DFY7/kdb6fVS259ju7R9NezgGhxBw82S1RYONmnfwQOd S43fbjfeVS0p6FpbQJXjMqk8zBcsVrypCNSltDQl4b7KY+7Phi2llZLAum5Og4MjVoTcXRshVjVUl FY5IqVRnfpy4aECyA9xQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc7fN-006qS8-Ap; Wed, 06 Apr 2022 15:33:53 +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 1nc7fJ-006qQm-Ql for linux-arm-kernel@lists.infradead.org; Wed, 06 Apr 2022 15:33:51 +0000 Received: from dude03.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::39]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nc7fE-0005gr-NT; Wed, 06 Apr 2022 17:33:44 +0200 From: Philipp Zabel To: soc@kernel.org Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de Subject: [GIT PULL] Reset controller fixes for v5.18 Date: Wed, 6 Apr 2022 17:33:37 +0200 Message-Id: <20220406153337.1265414-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:1101:1d::39 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-20220406_083349_903028_177F4979 X-CRM114-Status: GOOD ( 10.16 ) 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 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v5.18 for you to fetch changes up to 03cb66463b5547b289099a95ac4ea591cca88ca9: dt-bindings: reset: Add parent "resets" property as optional (2022-04-04 11:35:29 +0200) The first two patches were part of the missed reset-for-v5.17 tag. ---------------------------------------------------------------- Reset controller fixes for v5.18 Document the deprecated 'hisi,rst-syscon' device tree property for hisilicon,hi3660-reset, add an error check to reset deassertion in reset-rzg2l-usbphy-ctrl, restore transfer error handling in Tegra reset-bpmp, and document the optional 'resets' device tree property for socionext,uniphier-reset. ---------------------------------------------------------------- David Heidelberg (1): dt-bindings: reset: document deprecated HiSilicon property Heiner Kallweit (1): reset: renesas: Check return value of reset_control_deassert() Kunihiko Hayashi (1): dt-bindings: reset: Add parent "resets" property as optional Sameer Pujar (1): reset: tegra-bpmp: Restore Handle errors in BPMP response .../devicetree/bindings/reset/hisilicon,hi3660-reset.yaml | 5 +++++ .../devicetree/bindings/reset/socionext,uniphier-reset.yaml | 3 +++ drivers/reset/reset-rzg2l-usbphy-ctrl.c | 4 +++- drivers/reset/tegra/reset-bpmp.c | 9 ++++++++- 4 files changed, 19 insertions(+), 2 deletions(-)