From mboxrd@z Thu Jan 1 00:00:00 1970 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 0A75CC433F5 for ; Fri, 27 May 2022 18:25:33 +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=Q6tG/jIdT9qEbHBRx5cJ5E31Ka6V5TtDNgjJzJ051BU=; b=xpN3xhZ9loBEgW LffoW6Mw+QbUpmWqI/tYWcy5KcU5cZQHC0g+sUxfI2nA2p8mXHzpcwNRpX8ktyWnsRgXVBlvhA/R8 Ks42Z418OpcLPZveYKjRIPp7c7vW/wEU8K2/Ycvaa1huM18FE1e5eWRRrBFledK93Q1ilp+osDiFL wuDmVpVZUSZg9pIxWc/eEr6ZC+Ti36qU0N8okJVt+KQbDWV0EcWebhxBeyldnC+iXbcaRkGgseOAS pfnvY+AV7o3+OAzA2GzXLL9H+pJ8pPNnIN+LcXB1uYETuieAqkCA3jgZjrH9Lmnyts4Sml6PIk83i AJL11iLDCAUIAb3wkGxQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nuedM-000ixT-CY; Fri, 27 May 2022 18:24:24 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nuedI-000iwU-MM; Fri, 27 May 2022 18:24:21 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nuedE-0005CZ-6Z; Fri, 27 May 2022 20:24:16 +0200 From: Heiko Stuebner To: arm@kernel.org Cc: soc@kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL v2] Rockchip driver changes for 5.19 #2 Date: Fri, 27 May 2022 20:24:15 +0200 Message-ID: <4541398.Icojqenx9y@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220527_112420_772316_C250CD3D X-CRM114-Status: UNSURE ( 8.20 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Arnd, Kevin, Olof, as discussed with Arnd on IRC today, I was slightly too fast in removing the tags I deemed to not make it into 5.19-rc1 anymore. So here again are re-created tags for the fixes-parts of the previous pull requests. (drivers, dts32 and dts64) Thanks Heiko The following changes since commit add9f6f30e54b5c07e7a0260cda459ef1d9646b7: soc: rockchip: Fix compile-testing SoC drivers (2022-04-30 15:06:14 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.19-rockchip-drivers2 for you to fetch changes up to 9b59588d8be91c96bfb0371e912ceb4f16315dbf: soc: rockchip: Fix refcount leak in rockchip_grf_init (2022-05-17 10:49:37 +0200) ---------------------------------------------------------------- Refcount leak for a used of-node in the grf-init. ---------------------------------------------------------------- Miaoqian Lin (1): soc: rockchip: Fix refcount leak in rockchip_grf_init drivers/soc/rockchip/grf.c | 2 ++ 1 file changed, 2 insertions(+) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel