From patchwork Thu Aug 10 09:16:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 713050 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A71FC001DE for ; Thu, 10 Aug 2023 09:19:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234699AbjHJJTp (ORCPT ); Thu, 10 Aug 2023 05:19:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234919AbjHJJTZ (ORCPT ); Thu, 10 Aug 2023 05:19:25 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C7D8449ED for ; Thu, 10 Aug 2023 02:17:24 -0700 (PDT) Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 8883D80A9; Thu, 10 Aug 2023 09:17:02 +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 1/4] Devicetree binding changes for omaps for v6.6 Date: Thu, 10 Aug 2023 12:16:50 +0300 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: "Tony Lindgren" The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.6/dt-bindings-signed for you to fetch changes up to c5a5583ecfa02a858983a0cad710201fe0eea03f: dt-bindings: omap: Partially convert omap.txt to yaml (2023-07-31 09:09:21 +0300) ---------------------------------------------------------------- Devicetree binding changes for omaps for v6.6 Just one change to get started on SoC yaml binding changes for omaps. ---------------------------------------------------------------- Andrew Davis (1): dt-bindings: omap: Partially convert omap.txt to yaml .../devicetree/bindings/arm/omap/omap.txt | 99 ------------ Documentation/devicetree/bindings/arm/ti/omap.yaml | 176 +++++++++++++++++++++ 2 files changed, 176 insertions(+), 99 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/ti/omap.yaml From patchwork Thu Aug 10 09:16:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 712490 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E2F6C001DE for ; Thu, 10 Aug 2023 09:19:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232404AbjHJJTr (ORCPT ); Thu, 10 Aug 2023 05:19:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233395AbjHJJT0 (ORCPT ); Thu, 10 Aug 2023 05:19:26 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A725D49EF for ; Thu, 10 Aug 2023 02:17:25 -0700 (PDT) Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id E592A8107; Thu, 10 Aug 2023 09:17:04 +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 2/4] Maintainer file list update for omaps for v6.6 Date: Thu, 10 Aug 2023 12:16:51 +0300 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: "Tony Lindgren" The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.6/maintainers-signed for you to fetch changes up to fda31904ffbc7231898198333804fa551b681387: MAINTAINERS: add board bindings list to OMAP2+ files (2023-07-31 09:11:14 +0300) ---------------------------------------------------------------- Maintainer file list update for omaps for v6.6 Adds the new SoC specific yaml file to MAINTAINERS. ---------------------------------------------------------------- Andreas Kemnade (1): MAINTAINERS: add board bindings list to OMAP2+ files MAINTAINERS | 1 + 1 file changed, 1 insertion(+) From patchwork Thu Aug 10 09:16:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 713049 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 649EDC001B0 for ; Thu, 10 Aug 2023 09:19:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233280AbjHJJTu (ORCPT ); Thu, 10 Aug 2023 05:19:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234936AbjHJJT1 (ORCPT ); Thu, 10 Aug 2023 05:19:27 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 877EE49F5 for ; Thu, 10 Aug 2023 02:17:26 -0700 (PDT) Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 53F758200; Thu, 10 Aug 2023 09:17:07 +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 3/4] Devicetree changes for omaps for v6.6 Date: Thu, 10 Aug 2023 12:16:52 +0300 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: "Tony Lindgren" The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.6/dt-take2-signed for you to fetch changes up to 5821d766932cc816518bdc5304b4fe4e99f65aaf: arm: dts: ti: omap: Fix OPP table node names (2023-07-31 09:25:10 +0300) ---------------------------------------------------------------- Devicetree changes for omaps for v6.6 Updates for opp and pinctrl nodes to follow the devicetree bindings. ---------------------------------------------------------------- Krzysztof Kozlowski (2): ARM: dts: ti: split interrupts per cells ARM: dts: ti: add missing space before { Nishanth Menon (3): arm: dts: ti: omap: omap36xx: Rename opp_supply nodename arm: dts: ti: omap: am5729-beagleboneai: Drop the OPP arm: dts: ti: omap: Fix OPP table node names Tony Lindgren (1): ARM: dts: Unify pinctrl-single pin group nodes for davinci arch/arm/boot/dts/ti/davinci/da850-evm.dts | 4 +- arch/arm/boot/dts/ti/davinci/da850-lcdk.dts | 4 +- arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts | 4 +- arch/arm/boot/dts/ti/davinci/da850.dtsi | 67 ++++++++++------------ arch/arm/boot/dts/ti/keystone/keystone-k2l.dtsi | 2 +- arch/arm/boot/dts/ti/omap/am335x-boneblack.dts | 3 +- .../boot/dts/ti/omap/am335x-osd335x-common.dtsi | 3 +- arch/arm/boot/dts/ti/omap/am33xx-l4.dtsi | 10 ++-- arch/arm/boot/dts/ti/omap/am33xx.dtsi | 30 ++++++---- arch/arm/boot/dts/ti/omap/am3517.dtsi | 6 +- arch/arm/boot/dts/ti/omap/am4372.dtsi | 15 +++-- arch/arm/boot/dts/ti/omap/am437x-idk-evm.dts | 14 +++-- arch/arm/boot/dts/ti/omap/am437x-l4.dtsi | 12 ++-- arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts | 6 -- arch/arm/boot/dts/ti/omap/dra7.dtsi | 9 ++- arch/arm/boot/dts/ti/omap/dra76x.dtsi | 3 +- arch/arm/boot/dts/ti/omap/omap34xx.dtsi | 12 ++-- arch/arm/boot/dts/ti/omap/omap36xx.dtsi | 14 +++-- arch/arm/boot/dts/ti/omap/omap5-board-common.dtsi | 6 +- 19 files changed, 121 insertions(+), 103 deletions(-) From patchwork Thu Aug 10 09:16:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 712489 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E43FC001DE for ; Thu, 10 Aug 2023 09:19:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234965AbjHJJTw (ORCPT ); Thu, 10 Aug 2023 05:19:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234819AbjHJJT1 (ORCPT ); Thu, 10 Aug 2023 05:19:27 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 22C1F49FC for ; Thu, 10 Aug 2023 02:17:27 -0700 (PDT) Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id E58488225; Thu, 10 Aug 2023 09:17:09 +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 4/4] SoC changes for omaps for v6.6 Date: Thu, 10 Aug 2023 12:16:53 +0300 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: "Tony Lindgren" The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.6/soc-signed for you to fetch changes up to 2c32e600a068b44433e7b453121ef65f4b4210cf: Merge branch 'omap-for-v6.5/cleanup' into omap-for-v6.6/soc (2023-08-02 10:46:07 +0300) ---------------------------------------------------------------- SoC changes for omaps for v6.6 SoC changes to include the correct devicetree headers, and an update to make use of_range_to_resource(). There is also a non-urgent fix for pwrdm_read_prev_pwrst() array-bounds warning. ---------------------------------------------------------------- Gustavo A. R. Silva (1): ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch() Rob Herring (2): ARM: omap2: Use of_range_to_resource() for "ranges" parsing ARM: omap2: Explicitly include correct DT includes Tony Lindgren (1): Merge branch 'omap-for-v6.5/cleanup' into omap-for-v6.6/soc arch/arm/mach-omap2/board-generic.c | 3 +-- arch/arm/mach-omap2/omap4-common.c | 3 +-- arch/arm/mach-omap2/omap_hwmod.c | 45 +++++-------------------------------- arch/arm/mach-omap2/powerdomain.c | 2 +- 4 files changed, 9 insertions(+), 44 deletions(-)