Message ID | pull-1680180293-92168@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 4F901C6FD1D for <linux-arm-kernel@archiver.kernel.org>; Thu, 30 Mar 2023 12:46:34 +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=b8KwfESPLsIg1NcNQl18bv6EvRs0P5YB2bQDBdV09qY=; b=Z1KLiDTShcSWRE GRlnr8zRM1WtXsIDzLotpdwpf0jAQpOdQJGyKkCPTiR/X5rtu1BqmwNpyM/QrtbP8PyxnBg0RKtPT 3w/ffQ5tOCkna6ojr8C2+KFax0A8kh0s+hwCswhB2bckx/HSgCZnFYsYD3wQ/1UugoOest7a76EtZ QhU+75xN1/WERnZ5wsLOCInXwY87WtIs8+XxDsjX4QH/sUIo2PX5KtVraXd2F7Hp5Vd6kIwNd631U x9/dNK/hT1VNkXErTzMAz/BjSIuxeTNZHRwi9rqjHWyLSU0F3bXgFyMvZpjSirFqfRs2nEM0uHYBd VW+3MiSk35O8QKAl5TOQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1phret-003lfe-1I; Thu, 30 Mar 2023 12:45:39 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1phrer-003leT-0F for linux-arm-kernel@lists.infradead.org; Thu, 30 Mar 2023 12:45:38 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 488B180FE; Thu, 30 Mar 2023 12:45:30 +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] Clean-up for omaps for v6.4 Date: Thu, 30 Mar 2023 15:45:22 +0300 Message-Id: <pull-1680180293-92168@atomide.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230330_054537_155610_19E6C318 X-CRM114-Status: UNSURE ( 8.25 ) 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] Clean-up for omaps for v6.4
|
expand
|
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.4/cleanup-signed for you to fetch changes up to 19050da1d1057a7bc73fd9039f94b7f63a00e54e: ARM: OMAP2+: hwmod: Use kzalloc for allocating only one element (2023-03-28 08:45:55 +0300) ---------------------------------------------------------------- Clean-up for omaps for v6.4 Some clean-up changes for omaps mostly to use of_property_read_bool() and of_address_to_resource(). Also included is removal for an obsolete Kconfig option, a typo fix, a return path change for am33xx_suspend_init(), and a change to use kzalloc instead of kcalloc for a single element. ---------------------------------------------------------------- Jilin Yuan (1): ARM: OMAP2+: fix repeated words in comments Kenneth Lee (1): ARM: OMAP2+: hwmod: Use kzalloc for allocating only one element Lukas Bulwahn (1): ARM: OMAP2+: remove obsolete config OMAP3_SDRC_AC_TIMING Rob Herring (2): ARM: OMAP2+: Use of_property_read_bool() for boolean properties ARM: OMAP2+: Use of_address_to_resource() ye xingchen (1): ARM: OMAP2+: Remove the unneeded result variable arch/arm/mach-omap2/Kconfig | 11 ----------- arch/arm/mach-omap2/cm33xx.c | 2 +- arch/arm/mach-omap2/omap_hwmod.c | 23 ++++++++++------------- arch/arm/mach-omap2/pm33xx-core.c | 6 +----- 4 files changed, 12 insertions(+), 30 deletions(-)