From patchwork Tue Apr 6 10:10:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12184763 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,SUBJ_ALL_CAPS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C27E9C433ED for ; Tue, 6 Apr 2021 10:12:46 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5EB3B613C4 for ; Tue, 6 Apr 2021 10:12:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5EB3B613C4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; 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=VzxlBYp/KbL8brAv7WU1VvfwM3ElWUggSlch940JP8A=; b=HUaNLGP8imZpb8v5991MG/aJVb kFwaiWkMbtlN8r4A/0FJQZax6hQgk2o1pXABxY9GY5iGAdNe68RmeC/EvTz3eubJ+yX/aTNCtH7Zw aJctEGaOX91x8aH/cvNWlpEDgH1GjOtP+xT2QuleJmSAjaym68a5wprGmsfMJJHEYA/7MfMWX5WR/ KpjKKGNPJakBnMX8CMfzVyets2cakujddxZCPhumBibqR5N13bSbJoE8PQ/RO2EfBug8kw4A6h2DN m1KakfgPzi/9TNBgVs5XJED0sM+ZGHn1A2bj+s8RBAMQTVu+1pkE4VaZf1l9e1rlbFggDEyiQzchs 1E18vuDQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTifv-0027qQ-JL; Tue, 06 Apr 2021 10:11:11 +0000 Received: from muru.com ([72.249.23.125]) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTifq-0027pY-Mt for linux-arm-kernel@lists.infradead.org; Tue, 06 Apr 2021 10:11:08 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 6162D80A4; Tue, 6 Apr 2021 10:12:14 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 1/3] Date: Tue, 6 Apr 2021 13:10:58 +0300 Message-Id: X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210406_111106_965774_D11B7E71 X-CRM114-Status: UNSURE ( 8.76 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/soc-signed for you to fetch changes up to 206fa766ca2151d728a0894bdb03688d48564aa0: ARM: OMAP1: fix incorrect kernel-doc comment syntax in file (2021-03-31 09:05:42 +0300) ---------------------------------------------------------------- SoC changes for omaps for v5.13 Minor non-urgent fixes for issues found by robots and few typo fixes: - Use DEFINE_DEBUGFS_ATTRIBUTE - Add missing of_node_put() - Use true and false for bool variable - Use DEFINE_SPINLOCK - Fix incorrect kerneldoc usage ---------------------------------------------------------------- Aditya Srivastava (2): ARM: OMAP2+: fix incorrect kernel-doc comment syntax in file ARM: OMAP1: fix incorrect kernel-doc comment syntax in file Jiapeng Chong (1): ARM: OMAP2+: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE Lifu Chen (1): ARM: OMAP2+: Use DEFINE_SPINLOCK() for spinlock Yang Li (2): ARM: OMAP2+: add missing call to of_node_put() ARM: OMAP2+: use true and false for bool variable arch/arm/mach-omap1/timer.c | 2 +- arch/arm/mach-omap2/omap_hwmod.c | 1 + arch/arm/mach-omap2/omap_twl.c | 2 +- arch/arm/mach-omap2/pm-debug.c | 4 ++-- arch/arm/mach-omap2/powerdomain.c | 12 ++++++------ arch/arm/plat-omap/dma.c | 3 +-- 6 files changed, 12 insertions(+), 12 deletions(-) From patchwork Tue Apr 6 10:10:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12184767 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,SUBJ_ALL_CAPS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9CC8AC433B4 for ; Tue, 6 Apr 2021 10:12:54 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3A4DD613C4 for ; Tue, 6 Apr 2021 10:12:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3A4DD613C4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: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:List-Owner; bh=8rsmI5DbGdLYUGkaPE7f7NeXVPPWt+R7on/MaEbvvD0=; b=JQnQuGht+ATmEeZVe+x727opn 7eQYB003JaqzOQS3ZKdLUGE0B9NjWpCgp1nNrwZARFp/thyZtwr/WGUN8Vo8B5vD5MEcgetCnQtUA PMc/T74o25YAbRAOyPTeu9t9jjk6+mwJqbjo9lv26NkY3nmF9yDcgn6MXkTf/aNAcR9y+NF24K8Wu /pJQRyvA8v3DSyn6EJTToFq7BZ0BoEbVQO80o9pg9EW1BexVYmhvNHXHAS7PLYNAEKEtvNLEgqiGF pPl491NAZbA04xAN3rrEJAZ/P5sJWJRPTaBPBocMb/ro1ttcOo/uI5WmwoVHXnX9HJu3yhNJ/99y6 xdfxpAMiA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTig2-0027r2-At; Tue, 06 Apr 2021 10:11:18 +0000 Received: from muru.com ([72.249.23.125]) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTifr-0027pl-Ps for linux-arm-kernel@lists.infradead.org; Tue, 06 Apr 2021 10:11:09 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id D503F8119; Tue, 6 Apr 2021 10:12:15 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 2/3] Date: Tue, 6 Apr 2021 13:10:59 +0300 Message-Id: X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210406_111108_269268_B33084EB X-CRM114-Status: UNSURE ( 8.42 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/dt-v2-signed for you to fetch changes up to ee368a10d0dfb27bbff36361ea2166f864028a8b: ARM: dts: am335x-boneblack.dts: unique gpio-line-names (2021-03-31 08:54:45 +0300) ---------------------------------------------------------------- Devicetree changes for omaps for v5.13 Mostly configures addtional devices for various boards, and updates the gpio line names for beagle boards so userspace can optionally find the right lines: - Use unique gpio line names for am335x-pocketbeagle - Update omap3-echo led configuration and add ath6kl node - Fix indentation for am3 tscadc node - Prepare motorola-cpcap-mapphone for power supply dtbs_check_parsing - Use unique gpio line names for am335x-boneblack.dts ---------------------------------------------------------------- André Hentschel (2): ARM: dts: omap3-echo: Update LED configuration ARM: dts: omap3-echo: Add ath6kl node Dario Binacchi (1): ARM: dts: am33xx-l4: fix tscadc@0 node indentation Drew Fustini (2): ARM: dts: am335x-pocketbeagle: unique gpio-line-names ARM: dts: am335x-boneblack.dts: unique gpio-line-names Sebastian Reichel (1): ARM: dts: motorola-cpcap-mapphone: Prepare for dtbs_check parsing arch/arm/boot/dts/am335x-boneblack.dts | 132 +++---- arch/arm/boot/dts/am335x-pocketbeagle.dts | 140 ++++---- arch/arm/boot/dts/am33xx-l4.dtsi | 28 +- arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | 59 ++- arch/arm/boot/dts/omap3-echo.dts | 476 +++++++++++++++++-------- 5 files changed, 514 insertions(+), 321 deletions(-) From patchwork Tue Apr 6 10:11:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12184765 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,SUBJ_ALL_CAPS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6EF20C433ED for ; Tue, 6 Apr 2021 10:12:53 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F3F8661279 for ; Tue, 6 Apr 2021 10:12:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F3F8661279 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: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:List-Owner; bh=1rosC17mrjqj6B8Wi6zTaBoRnYjU2iRzSuLNOu6N3sg=; b=mGwVvWks1qmonIy0p+znx7deV wjWcVhRL6+o+LXYXKrowpS76rWJArbT65F78P0vqvzbqzu/TFDh9EV5BQSrFMgkXCQquAfppOyJLA g8eC+gUMfmowEp465r8b+Qsixcl3i6OwwpJW+DhTy/0XLFbPt1dZFyfzqKIZvQYdD+RzSzCRD6z6n CWqw3gY2xMAm33VMpNG/986vbi3zj9Q8a+L9pC78uIuH6qlvdghwcSWN1/8GXWy6EhlznJIQ/r55B Bakkim/ygxR8J6xaN9ydJ0efBpvPqJUFvH+VbGCUktW4Dpkuii6zDnqnPwm0flNRplc/8Mbyqlbzi 1xxPQ0w9g==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTig9-0027rg-5f; Tue, 06 Apr 2021 10:11:25 +0000 Received: from muru.com ([72.249.23.125]) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTift-0027q4-39 for linux-arm-kernel@lists.infradead.org; Tue, 06 Apr 2021 10:11:11 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 2EBC88128; Tue, 6 Apr 2021 10:12:17 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 3/3] Date: Tue, 6 Apr 2021 13:11:00 +0300 Message-Id: X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210406_111109_920957_762DC5DA X-CRM114-Status: UNSURE ( 7.50 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/defconfig-signed for you to fetch changes up to f6a7ea04ad2044e8f05b55f3bdd3133f468f60d1: ARM: omap2plus_defconfig: Add AT25 EEPROM module (2021-03-24 13:46:55 +0200) ---------------------------------------------------------------- Defconfig changes for omaps for v5.13 Update defconfig to have nefilter available as loadable modules to make the defconfig more usable for networked devices. And we now select SIMPLE_PM_BUS so it can be dropped. And some devices use EEPROM_AT25 so let's add it as a loadable module. ---------------------------------------------------------------- Adam Ford (1): ARM: omap2plus_defconfig: Add AT25 EEPROM module Ivan Jelincic (2): ARM: omap2plus_defconfig: Update for dropped simple-pm-bus ARM: omap2plus_defconfig: Enable Netfilter components as modules arch/arm/configs/omap2plus_defconfig | 151 ++++++++++++++++++++++++++++++++++- 1 file changed, 150 insertions(+), 1 deletion(-)