From patchwork Fri Jan 24 20:11:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1229023 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=2607:7c80:54:e::133; helo=bombadil.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; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20170209 header.b=kw1A+WxE; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (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 4849Jl3gscz9sR0 for ; Sat, 25 Jan 2020 07:11:35 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.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=e3j2zxRi8BuVNwELz3D1xx1yfNbvDrGZT878BSZnOGw=; b=kw1A+WxEPQc11a GJaFh9EOoyPINTome33wQ5QO3V3UQ910yPu15d3grLsCF1sfaGTZs2M3BAgGIv8O9MgBiIw/FMd7z l2+qycTyyQTHfChn6nH2Rxy4+H8YXz18z4GZm2N93D4UGg2gnPLvrb9Gap3/AxPjUbXUIwIixiP7G VO6YvWAy1Sg+FKgMjhbpAfOLZGkqTtmF4KRiFMJBlDLmAGO9+2u8Ye29pI5nGRVozUBdn8dwNltgG cuh1comGJSXeo8qirhf8WkBKAcaZJTySDFJab8mQx+V5vbmXwoTc4wEKyMzjyIItMYFabacQj5h/9 BIyW/Wq9oUl5O5mV010w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iv5Ii-0007ZQ-8C; Fri, 24 Jan 2020 20:11:32 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iv5Id-0007YX-WB for linux-arm-kernel@lists.infradead.org; Fri, 24 Jan 2020 20:11:29 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 6CBBE80FA; Fri, 24 Jan 2020 20:12:10 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Subject: [GIT PULL 1/3] randconfig build fix for omap soc changes for v5.6 Date: Fri, 24 Jan 2020 12:11:22 -0800 Message-Id: X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200124_121128_074718_C7FD4216 X-CRM114-Status: UNSURE ( 7.67 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.3 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [72.249.23.125 listed in list.dnswl.org] 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 8ab871f8bdfcca627802b6992e556fba5722a268: ARM: OMAP2+: sleep43xx: Call secure suspend/resume handlers (2020-01-13 10:06:46 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/soc-build-fix-signed for you to fetch changes up to c37baa06f8a970e4a533d41f7d33e5e57de5ad25: ARM: OMAP2+: Fix undefined reference to omap_secure_init (2020-01-23 07:48:26 -0800) ---------------------------------------------------------------- Randconfig build fix for recent SoC changes for v5.6 We can get build failures if let's say if only am335x SoC is selected. Let's fix this by always building secure-common. ---------------------------------------------------------------- Andrew F. Davis (1): ARM: OMAP2+: Fix undefined reference to omap_secure_init arch/arm/mach-omap2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) From patchwork Fri Jan 24 20:11:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1229024 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=2607:7c80:54:e::133; helo=bombadil.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; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20170209 header.b=hJhvxK6I; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (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 4849K52sGRz9sR1 for ; Sat, 25 Jan 2020 07:11:53 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.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=MVP9R1WrY+z+iLbbSvecflWuk2UnNaXVmpDcPh36Eqs=; b=hJhvxK6Ix2cXGz 5+XLzOxcAnQRLueYVZgrNm2+j7EfMeGvDavcV1G+Jp9bICKP/mvQbHDJqCKC1p2nAZ45zAINnWV38 4LDGqK8MmfHKMrRNXmpB09/FjN164Wbre+sgrxy5lEkXjdMH+fMZuK9SKliPFy+VlZ9W486I6Wme+ NwpFitMs9mVUIvcBUsbpCKjYaR7qeGcp4s25bLepYHQhdJmyhtvq+B6hgkjY2BlL0k1Fr7iYmMewi CXtvjOFosO6oBt64RZ8XeqicW6XUxR3POK+R2rOh0KWvhi3hbl/TvsQIBjhjBrzBctc+rCalz8GSa 9kuY/bl0cExENtjLiy3Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iv5J1-0007l5-Ef; Fri, 24 Jan 2020 20:11:51 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iv5If-0007Yl-0b for linux-arm-kernel@lists.infradead.org; Fri, 24 Jan 2020 20:11:30 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 6ACBF8150; Fri, 24 Jan 2020 20:12:11 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Subject: [GIT PULL 2/3] ti-sysc changes for omap4 & 5 crypto Date: Fri, 24 Jan 2020 12:11:23 -0800 Message-Id: X-Mailer: git-send-email 2.24.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-20200124_121129_096324_96997D2E X-CRM114-Status: UNSURE ( 9.71 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.3 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [72.249.23.125 listed in list.dnswl.org] 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 9fc85a7124b5ff9ec24ad391f9994f89ae611313: Merge branch 'omap-for-v5.6/sdma' into omap-for-v5.6/ti-sysc-drop-pdata (2019-12-30 10:17:51 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/ti-sysc-drop-pdata-crypto-signed for you to fetch changes up to 885d21e4956dd70fcd84ed653a8368c9729cfb3e: Merge branch 'omap-for-v5.6/ti-sysc-omap45-rng' into omap-for-v5.6/ti-sysc-drop-pdata (2020-01-23 08:38:34 -0800) ---------------------------------------------------------------- Late changes for omap secure accelerators for v5.6 merge window A series of changes to configure secure accelerators for omap4 & 5 to finally get hardware random number generator working. Apologies on a late pull request on these changes, but this pull request could not be sent out earlier because of a dependency to recent clock changes. This is based on earlier changes to drop omap legacy platform data with Tero Kristo's for-5.6-ti-clk branch merged in. ---------------------------------------------------------------- Benoit Parrot (2): clk: ti: dra7: add cam clkctrl data clk: ti: dra7: add vpe clkctrl data Colin Ian King (1): dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferenced Grygorii Strashko (1): clk: ti: dra7: fix parent for gmac_clkctrl Peter Ujfalusi (1): dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock Tony Lindgren (15): Merge branch 'omap-for-v5.6/sdma' into omap-for-v5.6/ti-sysc-drop-pdata clk: ti: omap5: Add missing AESS clock clk: ti: add clkctrl data dra7 sgx clk: ti: clkctrl: Fix hidden dependency to node name ARM: dts: Add missing omap4 secure clocks ARM: dts: Add missing omap5 secure clocks ARM: dts: Configure omap4 rng to probe with ti-sysc ARM: dts: Configure omap5 rng to probe with ti-sysc ARM: dts: Configure interconnect target module for omap4 sham ARM: dts: Configure interconnect target module for omap4 aes ARM: dts: Configure interconnect target module for omap4 des ARM: OMAP2+: Drop legacy platform data for omap4 aes ARM: OMAP2+: Drop legacy platform data for omap4 sham ARM: OMAP2+: Drop legacy platform data for omap4 des Merge branch 'omap-for-v5.6/ti-sysc-omap45-rng' into omap-for-v5.6/ti-sysc-drop-pdata .../devicetree/bindings/clock/ti-clkctrl.txt | 11 +- .../devicetree/bindings/clock/ti/dra7-atl.txt | 4 +- arch/arm/boot/dts/dra7-evm-common.dtsi | 2 +- arch/arm/boot/dts/dra72-evm-common.dtsi | 2 +- arch/arm/boot/dts/dra7xx-clocks.dtsi | 14 +++ arch/arm/boot/dts/motorola-mapphone-common.dtsi | 5 + arch/arm/boot/dts/omap4-l4.dtsi | 49 +++++++- arch/arm/boot/dts/omap4.dtsi | 110 ++++++++++++----- arch/arm/boot/dts/omap44xx-clocks.dtsi | 11 +- arch/arm/boot/dts/omap5-l4.dtsi | 20 ++- arch/arm/boot/dts/omap54xx-clocks.dtsi | 10 +- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 135 --------------------- drivers/clk/ti/clk-44xx.c | 13 ++ drivers/clk/ti/clk-54xx.c | 28 +++++ drivers/clk/ti/clk-7xx.c | 62 +++++++++- drivers/clk/ti/clk.c | 4 +- drivers/clk/ti/clkctrl.c | 96 +++++++++++++-- drivers/dma/ti/omap-dma.c | 6 +- include/dt-bindings/clock/dra7.h | 23 ++++ include/dt-bindings/clock/omap4.h | 11 ++ include/dt-bindings/clock/omap5.h | 12 ++ include/dt-bindings/{clk => clock}/ti-dra7-atl.h | 0 22 files changed, 430 insertions(+), 198 deletions(-) rename include/dt-bindings/{clk => clock}/ti-dra7-atl.h (100%) From patchwork Fri Jan 24 20:11:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1229025 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=2607:7c80:54:e::133; helo=bombadil.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; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20170209 header.b=rOZBqWYh; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (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 4849KT0jdwz9sR0 for ; Sat, 25 Jan 2020 07:12:13 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.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=lVYmikLql4k4SbMtG5QRHSwn0TB0SdrrXjKhArH/SZI=; b=rOZBqWYhodgAYl 3WzqqVA0gZSV/uD5MhGa0Iux3M/gHbpGUiQZyG5WhUGbsU3yPOirW8JjCEFByCPZgPENkgRkUqWrG kalwldIVTNqAt1piMbC9bK5Ys++DBKBL3ReWrsTZ61kW9T2sgILuL8+8nA9AZ20JtJCkQ23IISXXH zXIwlj/yUMpWgjM84MV0DEiLvTVyKd9MEpbvKDWguaxsh1iaN2jqDqVG1NaCW+wSbCANWR37Q/3Nn 4pz5Iv6leuvCmpbodFcDxOyG12QyiHSBjSzDXiLMX6mc7lkmgHcQg9P5SLVEfzDD6kQcPAUWF0JPw TyZ/Cc6ibC1z1l8nBLTw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iv5JI-0007zK-9z; Fri, 24 Jan 2020 20:12:08 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iv5Ig-0007Z4-CW for linux-arm-kernel@lists.infradead.org; Fri, 24 Jan 2020 20:11:31 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 9488C8160; Fri, 24 Jan 2020 20:12:12 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Subject: [GIT PULL 3/3] late dts changes for omaps for v5.6 Date: Fri, 24 Jan 2020 12:11:24 -0800 Message-Id: X-Mailer: git-send-email 2.24.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-20200124_121130_487224_92212EB7 X-CRM114-Status: GOOD ( 11.75 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.3 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [72.249.23.125 listed in list.dnswl.org] 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 6bcc319fc6192cb03f3db41f0e266b796b0e424f: ARM: dts: Add omap3-echo (2020-01-13 10:11:40 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/dt-late-signed for you to fetch changes up to 2256e6f68c9e02524182640ba9584d978d490145: ARM: dts: omap4-droid4: Enable hdq for droid4 ds250x 1-wire battery nvmem (2020-01-23 10:00:01 -0800) ---------------------------------------------------------------- Late omap dts changes for v5.6 merge window This series of changes mostly configures the cameras for dra7 and am437x that have been pending for few months now because of waiting for clock dependencies to clear. So these changes are based on earlier dts changes with with Tero Kristo's for-5.6-ti-clk branch merged in. Then there's a series of changes to configure powervr sgx target module for am335x, am437x and dra7 that have been waiting to have the rstctrl reset driver dependencies to clear. Also included are few minor patches to configure 1-wire and coulomb counter calibration interrupt for droid4. ---------------------------------------------------------------- Benoit Parrot (13): clk: ti: dra7: add cam clkctrl data clk: ti: dra7: add vpe clkctrl data ARM: dts: dra7: add cam clkctrl node ARM: OMAP: DRA7xx: Make CAM clock domain SWSUP only ARM: dts: dra7-l4: Add ti-sysc node for CAM ARM: dts: DRA72: Add CAL dtsi node arm: dts: dra72-evm-common: Add entries for the CSI2 cameras arm: dtsi: dra76x: Add CAL dtsi node arm: dts: dra76-evm: Add CAL and OV5640 nodes ARM: dts: am437x-sk-evm: Add VPFE and OV2659 entries ARM: dts: am43x-epos-evm: Add VPFE and OV2659 entries ARM: dts: dra7: add vpe clkctrl node ARM: dts: dra7: Add ti-sysc node for VPE Grygorii Strashko (1): clk: ti: dra7: fix parent for gmac_clkctrl Peter Ujfalusi (1): dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock Tero Kristo (1): ARM: dts: am43xx: add support for clkout1 clock Tony Lindgren (9): clk: ti: omap5: Add missing AESS clock clk: ti: add clkctrl data dra7 sgx clk: ti: clkctrl: Fix hidden dependency to node name Merge branch 'omap-for-v5.6/ti-sysc-dt-cam' into omap-for-v5.6/dt ARM: dts: Configure rstctrl reset for am335x SGX ARM: dts: Configure sgx for dra7 ARM: dts: Configure interconnect target module for am437x sgx ARM: dts: motorola-cpcap-mapphone: Configure calibration interrupt ARM: dts: omap4-droid4: Enable hdq for droid4 ds250x 1-wire battery nvmem .../devicetree/bindings/clock/ti-clkctrl.txt | 11 ++- .../devicetree/bindings/clock/ti/dra7-atl.txt | 4 +- arch/arm/boot/dts/am33xx.dtsi | 25 ++++++ arch/arm/boot/dts/am4372.dtsi | 20 +++++ arch/arm/boot/dts/am437x-sk-evm.dts | 27 +++++- arch/arm/boot/dts/am43x-epos-evm.dts | 23 +++++- arch/arm/boot/dts/am43xx-clocks.dtsi | 54 ++++++++++++ arch/arm/boot/dts/dra7-evm-common.dtsi | 2 +- arch/arm/boot/dts/dra7-l4.dtsi | 71 ++++++++++++++-- arch/arm/boot/dts/dra7.dtsi | 18 ++++ arch/arm/boot/dts/dra72-evm-common.dtsi | 33 +++++++- arch/arm/boot/dts/dra72x.dtsi | 42 ++++++++++ arch/arm/boot/dts/dra76-evm.dts | 35 ++++++++ arch/arm/boot/dts/dra76x.dtsi | 42 ++++++++++ arch/arm/boot/dts/dra7xx-clocks.dtsi | 46 ++++++++++- arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi | 5 +- arch/arm/boot/dts/motorola-mapphone-common.dtsi | 14 ++++ arch/arm/mach-omap2/clockdomains7xx_data.c | 2 +- drivers/clk/ti/clk-54xx.c | 15 ++++ drivers/clk/ti/clk-7xx.c | 62 +++++++++++++- drivers/clk/ti/clk.c | 4 +- drivers/clk/ti/clkctrl.c | 96 +++++++++++++++++++--- include/dt-bindings/clock/dra7.h | 23 ++++++ include/dt-bindings/clock/omap5.h | 1 + include/dt-bindings/{clk => clock}/ti-dra7-atl.h | 0 25 files changed, 639 insertions(+), 36 deletions(-) rename include/dt-bindings/{clk => clock}/ti-dra7-atl.h (100%)