From patchwork Wed Aug 28 18:34:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11119595 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D5734112C for ; Wed, 28 Aug 2019 18:35:16 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AE6BA208C2 for ; Wed, 28 Aug 2019 18:35:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="sq/DJ2Jf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AE6BA208C2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+430+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Wed, 28 Aug 2019 11:34:58 -0700 X-Received: by mail.kernel.org (Postfix) id 5CDA122CF8; Wed, 28 Aug 2019 18:34:58 +0000 (UTC) X-Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id 25125208C2; Wed, 28 Aug 2019 18:34:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 25125208C2 X-Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 0FEC88162; Wed, 28 Aug 2019 18:35:25 +0000 (UTC) From: Tony Lindgren To: Linuxkernel+Patchwork-Soc via Email Integration Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 1/4] soc changes for omap variants for v5.4 Date: Wed, 28 Aug 2019 11:34:49 -0700 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1567017316; bh=2TRtO8JfZ7t8gzzUxvaRpnmM8H13xoEkC3ondkiWihg=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=sq/DJ2Jf2O3BhsE+PSiHFiUIA/pSABDg3BTiycpA41n04/q0HkIjhKJNKkLX9ZGT+sU cnX0+iiyt/KAbCg6eM41epnX9DSI9XyxTSd+lCGbAnN0vjH30cz8LmoDL6hrXdg3PgJkH Ja0Ky8KBPUx17NjbT3JwoweiviSQre1oPZM= From: "Tony Lindgren" The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.4/soc-signed for you to fetch changes up to 50f57ef83d836d727902a6a7e70cca61b0d02655: ARM: OMAP2+: Delete an unnecessary kfree() call in omap_hsmmc_pdata_init() (2019-08-26 08:59:48 -0700) ---------------------------------------------------------------- SoC changes for omap variants for v5.4 The first change moves platform-specific asm-offsets.h to arch/arm/mach-omap2 to fix iessu with parallel build with CONFIG_IKHEADERS, and the second change removes a useless kfree. Note that the first change causes a trivial merge conflict with the iommu changes for arch/arm/mach-omap2/Makefile. ---------------------------------------------------------------- Markus Elfring (1): ARM: OMAP2+: Delete an unnecessary kfree() call in omap_hsmmc_pdata_init() Masahiro Yamada (1): ARM: OMAP2+: move platform-specific asm-offset.h to arch/arm/mach-omap2 arch/arm/mach-omap2/.gitignore | 1 + arch/arm/mach-omap2/Makefile | 5 +++-- arch/arm/mach-omap2/hsmmc.c | 4 +--- arch/arm/mach-omap2/sleep33xx.S | 2 +- arch/arm/mach-omap2/sleep43xx.S | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 arch/arm/mach-omap2/.gitignore -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#430): https://linux.kernel.org/g/patchwork-soc/message/430 Mute This Topic: https://linux.kernel.org/mt/33060689/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Wed Aug 28 18:34:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11119593 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E2F3C1398 for ; Wed, 28 Aug 2019 18:35:12 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 84F03208C2 for ; Wed, 28 Aug 2019 18:35:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="EBvP8Xb/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 84F03208C2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+429+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Wed, 28 Aug 2019 11:34:58 -0700 X-Received: by mail.kernel.org (Postfix) id 5CF1B233A1; Wed, 28 Aug 2019 18:34:58 +0000 (UTC) X-Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id 251722339E; Wed, 28 Aug 2019 18:34:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 251722339E X-Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 3CD6681DD; Wed, 28 Aug 2019 18:35:27 +0000 (UTC) From: Tony Lindgren To: Linuxkernel+Patchwork-Soc via Email Integration Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 2/4] more ti-sysc driver changes for v5.4 Date: Wed, 28 Aug 2019 11:34:50 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1567017312; bh=0Xu86bmNq3+foRx81JMkYw1nN6upZNVmTjVkmaSDOH4=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=EBvP8Xb/XUa3bmaI4MtQ7PrgJkNpYhIfh1XNozjau5AQHxfeYsJCjiQfmLESqTpFawy 58dNltd/CgfDsSZ+p+Ico7zINukqdjuhLbR8w8PG1TZ0PAX7hdP8C8DgiAhqYZ9OHX40f w2auZ7AMi/5FEYJCS9XA0BCEwxWNHvpssLM= From: "Tony Lindgren" The following changes since commit c8a738f4cfaeccce40b171aca6da5fc45433ce60: bus: ti-sysc: remove set but not used variable 'quirks' (2019-08-13 04:40: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.4/ti-sysc-part2-signed for you to fetch changes up to 7edd00f71f4b91ca31dbfa08926495fe5e77aab4: bus: ti-sysc: Detect d2d when debug is enabled (2019-08-26 08:33:25 -0700) ---------------------------------------------------------------- more ti-sysc driver changes for omap variants for v5.4 Few changes mostly to deal with sgx SoC glue quirk for omap36xx that is needed for the related sgx SoC glue dts branch. The other changes are to simplify sysc_check_one_child() sysc_check_children() to be void functions, and detect d2d module when debugging is enabled. ---------------------------------------------------------------- Nishka Dasgupta (1): bus: ti-sysc: Change return types of functions Tony Lindgren (2): bus: ti-sysc: Add module enable quirk for SGX on omap36xx bus: ti-sysc: Detect d2d when debug is enabled drivers/bus/ti-sysc.c | 45 ++++++++++++++++++++++------------- include/linux/platform_data/ti-sysc.h | 1 + 2 files changed, 30 insertions(+), 16 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#429): https://linux.kernel.org/g/patchwork-soc/message/429 Mute This Topic: https://linux.kernel.org/mt/33060688/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Wed Aug 28 18:34:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11119597 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8AC36112C for ; Wed, 28 Aug 2019 18:35:17 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 600E822CF8 for ; Wed, 28 Aug 2019 18:35:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="kssyVPz8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 600E822CF8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+431+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Wed, 28 Aug 2019 11:34:59 -0700 X-Received: by mail.kernel.org (Postfix) id 8C18123404; Wed, 28 Aug 2019 18:34:59 +0000 (UTC) X-Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id 6FE49208C2; Wed, 28 Aug 2019 18:34:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6FE49208C2 X-Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 5A7F381FE; Wed, 28 Aug 2019 18:35:28 +0000 (UTC) From: Tony Lindgren To: Linuxkernel+Patchwork-Soc via Email Integration Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 3/4] drop more legacy pdata for omaps for v5.4 Date: Wed, 28 Aug 2019 11:34:51 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1567017317; bh=VVovqPn/uwA2YQbPgch43+hYaY1TQG6QiHqrjUKcPNY=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=kssyVPz8KgmDTiBHswfIcrTJbCTLi0SnwV7c3c3viVAvBzkv6O9MiniOSLnY68lJEft K3XdZIeoVBHcoCCQDtn34JZR7aMAZ1rsqQJbms1dSrucg9xdUAfCcs6ehp/INKeFba8Kk V7xiWIuiekim6xYLQGdCoc5I9dKQTI9m6+w= From: "Tony Lindgren" The following changes since commit 5b63fb90adb95a178ad403e1703f59bf1ff2c16b: ARM: dts: Fix incomplete dts data for am3 and am4 mmc (2019-08-13 04:03:30 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.4/ti-sysc-drop-pdata-take2-signed for you to fetch changes up to 1170f235834bfb858f691670b127f8673af5923b: ARM: dts: Drop legacy custom hwmods property for dra7 gpio (2019-08-26 10:59:25 -0700) ---------------------------------------------------------------- Drop legacy platform data omap variants for v5.4 We can now drop more platform data in favor of dts data for most devices like cpsw, gpio, i2c, mmc, uart and watchdog. In general we can do this by dropping legacy "ti,hwmods" custom dts property, and the platform data assuming the related dts data is correct. This is best done as single patch as otherwise we'd have to revert two patches in case of any unexpected issues, and we're just removing data. Fro cpsw, before we can do this, we need to configure the cpsw mdio clocks properly in dts though in the first patch. For omap4 i2c, we've already dropped the platform data earlier, but have been still allocting it dynamically based on the dts data based on the "ti,hwmods" property, but that is no longer needed. For d2d, we are missing the dts data, so we first add it and then drop the platform data. For dra7, we drop platform data and "ti,hwmods" for mcasp and mcspi. We've already dropped platform data earlier for gpio, i2c, mmc, and uart so we just need to drop "ti,hwmods" property for those. Note that this branch is based on earlier ti-sysc-fixes branch. ---------------------------------------------------------------- Tony Lindgren (13): ARM: dts: Add fck for cpsw mdio for omap variants ARM: OMAP2+: Drop legacy platform data for cpsw on am3 and am4 ARM: OMAP2+: Drop legacy platform data for cpsw on dra7 ARM: dts: Drop custom hwmod property for omap4 i2c ARM: OMAP2+: Drop legacy watchdog platform data for omap4 ARM: dts: Configure d2d dts data for omap4 ARM: OMAP2+: Drop legacy platform data for omap4 d2d ARM: OMAP2+: Drop legacy platform data for dra7 mcspi ARM: OMAP2+: Drop legacy platform data for dra7 mcasp ARM: dts: Drop legacy custom hwmods property for dra7 uart ARM: dts: Drop legacy custom hwmods property for dra7 i2c ARM: dts: Drop legacy custom hwmods property for dra7 mmc ARM: dts: Drop legacy custom hwmods property for dra7 gpio arch/arm/boot/dts/am33xx-l4.dtsi | 4 +- arch/arm/boot/dts/am437x-l4.dtsi | 6 +- arch/arm/boot/dts/dra7-l4.dtsi | 43 +- arch/arm/boot/dts/omap4-l4-abe.dtsi | 1 - arch/arm/boot/dts/omap4-l4.dtsi | 39 +- .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h | 3 - .../omap_hwmod_33xx_43xx_interconnect_data.c | 6 - .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 50 --- arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 9 - arch/arm/mach-omap2/omap_hwmod_43xx_data.c | 9 - arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 115 ----- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 475 --------------------- 12 files changed, 36 insertions(+), 724 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#431): https://linux.kernel.org/g/patchwork-soc/message/431 Mute This Topic: https://linux.kernel.org/mt/33060690/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Wed Aug 28 18:34:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11119601 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id ECC7A112C for ; Wed, 28 Aug 2019 18:35:18 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C6EAC208C2 for ; Wed, 28 Aug 2019 18:35:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="kIv7i36B" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C6EAC208C2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+432+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Wed, 28 Aug 2019 11:35:01 -0700 X-Received: by mail.kernel.org (Postfix) id EBB6023406; Wed, 28 Aug 2019 18:35:00 +0000 (UTC) X-Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id CF9D2208C2; Wed, 28 Aug 2019 18:35:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CF9D2208C2 X-Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id B6BB48162; Wed, 28 Aug 2019 18:35:29 +0000 (UTC) From: Tony Lindgren To: Linuxkernel+Patchwork-Soc via Email Integration Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 4/4] sgx soc glue changes for omaps for v5.4 Date: Wed, 28 Aug 2019 11:34:52 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1567017318; bh=nPVTDEhAvINltH+B/iQuJP1cY/WC6NtpWB8Ysza/OjU=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=kIv7i36BYaHNcmkdN28Lli6uLdV2/r0ijoLYkkDaWjAgABTpB6vM86RehmjRuTVtU51 uFGU9p8lXRKK5wqNb8aWxFz6Njhrx3jHIrXpjAnRa5oz6Yz9WIMj8eRzeYd4uNPmLarRg Aq4mvUaCbpTUzM4KnXXduTnrVpsyIV+RFnc= From: "Tony Lindgren" The following changes since commit 7edd00f71f4b91ca31dbfa08926495fe5e77aab4: bus: ti-sysc: Detect d2d when debug is enabled (2019-08-26 08:33:25 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.4/ti-sysc-sgx-signed for you to fetch changes up to 6cb0ac0fb9786d01f140dcfcd3d09ce850dd0a64: ARM: dts: ARM: dts: Configure interconnect target module for am3517sgx (2019-08-26 08:47:09 -0700) ---------------------------------------------------------------- SoC glue layer changes for SGX on omap variants for v5.4 For a while we've had omap4 sgx glue layer defined in dts and probed with ti-sysc driver. This allows idling the sgx module for PM, and removes the need for custom platform glue layer code for any further driver changes. We first drop the unused legacy platform data for omap4 sgx. Then for omap5, we need add the missing clkctrl clock data so we can configure sgx. And we configure sgx for omap34xx, omap36xx and am3517. For am335x, we still have a dependency for rstctrl reset driver changes, so that will be added later on. Note that this branch is based on earlier ti-sysc branch for omap36xx glue layer quirk handling. ---------------------------------------------------------------- Adam Ford (1): ARM: dts: ARM: dts: Configure interconnect target module for am3517sgx Tony Lindgren (4): ARM: OMAP2+: Drop legacy platform data for omap4 gpu clk: ti: add clkctrl data omap5 sgx ARM: dts: Configure sgx for omap5 ARM: dts: Configure interconnect target module for omap3 sgx arch/arm/boot/dts/am3517.dtsi | 24 ++++++++++++++ arch/arm/boot/dts/omap34xx.dtsi | 26 +++++++++++++++ arch/arm/boot/dts/omap36xx.dtsi | 28 ++++++++++++++++ arch/arm/boot/dts/omap4.dtsi | 1 - arch/arm/boot/dts/omap5.dtsi | 23 +++++++++++++ arch/arm/boot/dts/omap54xx-clocks.dtsi | 14 ++++++++ arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 53 ------------------------------ drivers/clk/ti/clk-54xx.c | 34 +++++++++++++++++++ include/dt-bindings/clock/omap5.h | 3 ++ 9 files changed, 152 insertions(+), 54 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#432): https://linux.kernel.org/g/patchwork-soc/message/432 Mute This Topic: https://linux.kernel.org/mt/33060691/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-