From patchwork Fri Nov 27 07:38:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1407028 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=kZYTrMV7; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Cj62N2ghnz9sSn for ; Fri, 27 Nov 2020 18:39:08 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject: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=ZgqfvUXM6F/YWHifEUtVyafi/OvPmOrE17AF+j138Co=; b=kZYTrMV7Lf5HzgwKS0io5tiH5s z876R61DexjD8zaMEIYYMbrF26JVBzmMlrqlURRrl8LI5DTkx8um4EUehf79aY0My0QTCKlnxZxIX vzbSs6bHgSTgg6uk2aAANrobm4Sz/OZLz+sct8ZYH7y7Mt2Mfdhae5VR+Wli6leD4vZHMDMecWEUP khrgM/pYPmOBHoYt4ZMEIYvlBAjBaJ8D4xzVFjW8OprGpUXttDoql97qN4suOZPNO7altA78TCs12 1o9RnkKDXUtmeCMrMunf0WbjTnHq+ZzZp3SQ6RUdqO+xiWyCA85WQ8zmIaHUaSyb6/5q5NH5Zttfg eJBxw5Iw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kiYL3-0000Db-Js; Fri, 27 Nov 2020 07:38:42 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kiYKr-00009q-No for linux-arm-kernel@lists.infradead.org; Fri, 27 Nov 2020 07:38:33 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id B8FD68063; Fri, 27 Nov 2020 07:38:34 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Subject: [GIT PULL 1/3] SoC changes for omaps for v5.11 merge window Date: Fri, 27 Nov 2020 09:38:19 +0200 Message-Id: X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201127_023831_412302_950F969C X-CRM114-Status: UNSURE ( 9.40 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) 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.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.11/soc-signed for you to fetch changes up to 2e023b938048c9857af09b96ce672e9a31dbfb38: ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code (2020-11-19 11:45:42 +0200) ---------------------------------------------------------------- SoC changes for omaps for v5.11 merge window: Several non-urgent fixes for various issues found by automated tests. So far we have not been hitting any of these so these can wait for the merge window no problem. ---------------------------------------------------------------- Jing Xiangfeng (1): ARM: OMAP2+: Remove redundant assignment to variable ret Tang Bin (1): ARM: OMAP1: clock: Use IS_ERR_OR_NULL() to clean code Xu Wang (1): ARM: OMAP2+: Remove redundant null check before clk_prepare_enable/clk_disable_unprepare Youling Tang (2): ARM: OMAP2+: Fix memleak in omap2xxx_clkt_vps_init ARM: OMAP2+: Fix kfree NULL pointer in omap2xxx_clkt_vps_init arch/arm/mach-omap1/clock.c | 14 +++++++------- arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 11 +++++++---- arch/arm/mach-omap2/display.c | 6 ++---- arch/arm/mach-omap2/omap_device.c | 5 ++--- 4 files changed, 18 insertions(+), 18 deletions(-) From patchwork Fri Nov 27 07:38:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1407027 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=fGFrXClg; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Cj62M6MBFz9sRR for ; Fri, 27 Nov 2020 18:39:07 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=MOf4ioiB2OVyCqjPlIzEFT6PeL8jZSs5Z8l75bf/GF0=; b=fGFrXClgws964jpAd6YPPfcUQ gG9P6GUfOLMZmMxYAdo1OBWwR+MUT4/QPm8uxWRAmId0CuTV8jvb/AHc8k5VjixGeUglJjlzp3tb1 DMmRDwS/sFRpjr189wOmSzcT6ah/8l7yF8t3CyxSWNXUoqSYZEXQSSw64miB/7fN8HIPBNDW4lQX7 Hxj4mOP8lPBcWTjbO7jiLYRZhUDXdvaYTQiJC7I8gb5m1nO0ivH/4ph0XAEXObqz50CRUJkvhtqAs 8SABuqS6fGZtZSO2BWseAWx8pJBMrvznNCe+KOxq0XfiHw/4g/3oR0RMjf83w0CC2g/jBWMjmYzeB XWhZuaLFg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kiYLA-0000FC-B8; Fri, 27 Nov 2020 07:38:48 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kiYKr-00009z-No for linux-arm-kernel@lists.infradead.org; Fri, 27 Nov 2020 07:38:33 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 3C4E080EE; Fri, 27 Nov 2020 07:38:36 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Subject: [GIT PULL 2/3] Devicetree changes for omaps for v5.11 merge window Date: Fri, 27 Nov 2020 09:38:20 +0200 Message-Id: X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201127_023832_064443_D34EEA4E X-CRM114-Status: GOOD ( 11.84 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) 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.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.11/dt-signed for you to fetch changes up to d7356a7ab125c3a4fee521b7530f3122bc842ac4: ARM: dts: am335x: Fix comments for AM335X_PIN_GPMC_WPN pin in GPIO mode (2020-11-16 13:38:29 +0200) ---------------------------------------------------------------- Devicetree changes for omaps for v5.11 merge window - Two non-urgent pandaboard updates to get gpio button and bluetooth working on pandaboard-es - Updates to follow devicetree binding docs for dwc3 and pwm-leds - Add initial support for droid bionic based on what we have for droid4 - Add second sha instance for dra7 - Add eQEP nodes for am335x for boneblue - Fix wrong comments for am335x gpio_31 ---------------------------------------------------------------- Alexander Dahl (1): ARM: dts: omap: Fix schema warnings for pwm-leds Alexander Shiyan (1): ARM: dts: am335x: Fix comments for AM335X_PIN_GPMC_WPN pin in GPIO mode Carl Philipp Klemm (2): ARM: dts: mapphone: separate out xt894 specific things ARM: dts: xt875: add section for kionix kxtf9 David Lechner (2): ARM: dts: am33xx: Add nodes for eQEP ARM: dts: am335x-boneblue: Enable eQEP H. Nikolaus Schaller (2): ARM: dts: pandaboard: fix pinmux for gpio user button of Pandaboard ES ARM: dts: pandaboard es: add bluetooth uart for HCI Serge Semin (2): ARM: dts: am437x: Correct DWC USB3 compatible string ARM: dts: omap5: Harmonize DWC USB3 DT nodes name Tero Kristo (1): ARM: dts: dra7: add second SHA instance Tony Lindgren (1): Merge branch 'omap-for-v5.11/dt-mot-take2' into omap-for-v5.11/dt arch/arm/boot/dts/am335x-baltos.dtsi | 2 +- arch/arm/boot/dts/am335x-boneblue.dts | 54 +++++++++ arch/arm/boot/dts/am335x-cm-t335.dts | 2 +- arch/arm/boot/dts/am335x-evm.dts | 2 +- arch/arm/boot/dts/am335x-igep0033.dtsi | 2 +- arch/arm/boot/dts/am33xx-l4.dtsi | 27 +++++ arch/arm/boot/dts/am437x-l4.dtsi | 4 +- arch/arm/boot/dts/dra7.dtsi | 34 +++++- arch/arm/boot/dts/motorola-mapphone-common.dtsi | 141 +---------------------- arch/arm/boot/dts/omap3-beagle-xm.dts | 10 +- arch/arm/boot/dts/omap3-overo-base.dtsi | 4 +- arch/arm/boot/dts/omap4-droid-bionic-xt875.dts | 46 ++++++++ arch/arm/boot/dts/omap4-droid4-xt894.dts | 143 ++++++++++++++++++++++++ arch/arm/boot/dts/omap4-kc1.dts | 6 +- arch/arm/boot/dts/omap4-panda-es.dts | 34 +++++- arch/arm/boot/dts/omap4-sdp.dts | 26 +++-- arch/arm/boot/dts/omap5-l4.dtsi | 2 +- 17 files changed, 367 insertions(+), 172 deletions(-) From patchwork Fri Nov 27 07:38:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1407026 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=yfUAQVU8; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Cj62H2Xzsz9sRR for ; Fri, 27 Nov 2020 18:39:03 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tVovpg3z4UdalZuWU1jddqtO+Za1QpVcrKI62pPuJTI=; b=yfUAQVU8JD9i6H7Cef7DH4V8w Y/RATcMZfKpcErrGzs4uJL8PTktM4oI+MJf7rlUAK2Uo+TsPVQLG4Hrw6o8Se4KT4aqAipUgciibX L7THstTzuKgeUFHxGrT+peZPAnCkeWcSE4WUYYzzif74I1bECHg3lccDamz+gOSBaMxtdfKT0J/F8 EObLCBokeDqSg9MdLkrmKFDjdMqcil4YLZW4MDZThqJjCxVq+WMo0LNNxTtlWdtb5umAWJjW679F+ axFcc7Lh3nfMls/hwmJ20J+E8kpCVnyxKiOSvprFef8RQGYxtbloPHqprit1d2HuwkCnvRPoI51qk Jc+1UMuKw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kiYKy-0000CF-Ff; Fri, 27 Nov 2020 07:38:36 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kiYKs-0000A7-Ny for linux-arm-kernel@lists.infradead.org; Fri, 27 Nov 2020 07:38:33 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id B0AA580FB; Fri, 27 Nov 2020 07:38:37 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Subject: [GIT PULL 3/3] Defconfig changes for omaps for v5.11 merge window Date: Fri, 27 Nov 2020 09:38:21 +0200 Message-Id: X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201127_023831_750331_75EC6702 X-CRM114-Status: UNSURE ( 8.54 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) 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.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.11/defconfig-signed for you to fetch changes up to eaf7697b6febe2b086503f525f070d8e3ca1ea0f: ARM: omap2plus_defconfig: Enable TI eQEP counter driver (2020-11-24 11:04:12 +0200) ---------------------------------------------------------------- Defconfig changes for omaps for v5.11 merge window - Enable thermal support for omap3 now that the driver changes have been merged - Enable magnetometer and accelerometer support as loadable modules for Motorola mapphone devices - Enable eQEP counter for beaglebone blue as loadable modules ---------------------------------------------------------------- Adam Ford (1): ARM: omap2plus_defconfig: Enable OMAP3_THERMAL Carl Philipp Klemm (1): ARM: omap2plus_defconfig: add CONFIG_AK8975=m and CONFIG_KXCJK1013=m David Lechner (1): ARM: omap2plus_defconfig: Enable TI eQEP counter driver arch/arm/configs/omap2plus_defconfig | 5 +++++ 1 file changed, 5 insertions(+)