From patchwork Thu Mar 30 12:45:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1763229 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=Z1KLiDTS; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PnNSl3SZlz1yYb for ; Thu, 30 Mar 2023 23:45:59 +1100 (AEDT) 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 To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] Clean-up for omaps for v6.4 Date: Thu, 30 Mar 2023 15:45:22 +0300 Message-Id: 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-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From: "Tony Lindgren" The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) Content analysis details: (0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 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+incoming-imx=patchwork.ozlabs.org@lists.infradead.org From: "Tony Lindgren" 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(-)