Message ID | pull-1656918583-2801@atomide.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 B46B9C43334 for <linux-arm-kernel@archiver.kernel.org>; Mon, 4 Jul 2022 07:12:14 +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=h2psvu2LUAvQeIiMXAzvCPemxPXmjjSmZTv5ds9HcZg=; b=bzlV2n4KrMtIwV MlRdMnZl2ufAUZPq0R1pblEm9bHHNMYMKnG/ZVVHVwF9xD7tpMXZzHxD+2JQbVEV+a4tB8KQNOmwL aQus+3gKSLhzeZehsHsSCOrY9Zf2K5VrADQt9TM+FC2fdX81icAwlhY5SLxkDsgPK3MswTQLCLI3t XRpSd1rQVTuJXo6iuc18vHKWsB8s3IPVsZUHgP3HiMIWh3E1oSLMuxWkD5cACJDdpFnJJw1RkaiGk Av/fTEgMOgfFlyTc6kgjH80PPl78EoP6DNTjW7IHPRbxcAwKszc7sDuJaq/RMP8AI3EfE08tTdJfY OJAuKwfkuKrkt3jXpMvw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8GEg-005ajP-J9; Mon, 04 Jul 2022 07:11:10 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8GEd-005aeJ-7m for linux-arm-kernel@lists.infradead.org; Mon, 04 Jul 2022 07:11:08 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id C893B80C1; Mon, 4 Jul 2022 07:05:33 +0000 (UTC) From: Tony Lindgren <tony@atomide.com> To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" <tony@atomide.com> Subject: [GIT PULL] Soc changes for omaps Date: Mon, 4 Jul 2022 10:10:53 +0300 Message-Id: <pull-1656918583-2801@atomide.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220704_001107_360493_1F483BC0 X-CRM114-Status: UNSURE ( 8.81 ) 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: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
[GIT,PULL] Soc changes for omaps
|
expand
|
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.20/soc-signed for you to fetch changes up to fe71f6e1bbffb99ef28121a22a72859fb276af04: ARM: OMAP2+: Kconfig: Fix indentation (2022-06-28 08:50:20 +0300) ---------------------------------------------------------------- SoC changes omaps for v5.20 merge window SoC changes omaps mostly for missing of_node_put() calls and cosmetic Kconfig changes. These can be all merged when suitable, there is no urgent need to merge this as fixes. ---------------------------------------------------------------- Juerg Haefliger (1): ARM: OMAP2+: Kconfig: Fix indentation Liang He (2): ARM: OMAP2+: display: Fix refcount leak bug ARM: OMAP2+: pdata-quirks: Fix refcount leak bug Miaoqian Lin (2): ARM: OMAP2+: Fix refcount leak in omapdss_init_of ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init arch/arm/mach-omap2/Kconfig | 6 +++--- arch/arm/mach-omap2/display.c | 3 +++ arch/arm/mach-omap2/pdata-quirks.c | 2 ++ arch/arm/mach-omap2/prm3xxx.c | 1 + 4 files changed, 9 insertions(+), 3 deletions(-)