Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757248AbdLPUmY (ORCPT ); Sat, 16 Dec 2017 15:42:24 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:61931 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756877AbdLPUmU (ORCPT ); Sat, 16 Dec 2017 15:42:20 -0500 From: Nishanth Menon To: Russell King , Mark Rutland , Rob Herring , Santosh Shilimkar CC: , , , , Nishanth Menon Subject: [PATCH V2 0/8] ARM: dts: keystone*: Stage 1 cleanup for W=1 Date: Sat, 16 Dec 2017 14:40:32 -0600 Message-ID: <20171216204040.18017-1-nm@ti.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20171215132102.435-1-nm@ti.com> References: <20171215132102.435-1-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2530 Lines: 57 Hi, The following changes have been done in the updated series: * Updates for couple few typo errors in commit messages * copyrights are now always behind description * rebased to maintainer branch (was previously against master) Rebased to: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git for_4.16/keystone-dts : 7fbec17465fc ARM: dts: k2g-evm: Enable UART 2 Warnings in the baseline: http://pastebin.ubuntu.com/26196712/ (247) After this series: http://pastebin.ubuntu.com/26196713/ (96) Other related patches: https://patchwork.kernel.org/patch/10114913/ from Mathieu NOTE: There is yet another follow on series squashing another 33 or so warnings from Andrew Davis which is pending some internal reviews - hopefully should be out around early next week. V1: https://marc.info/?l=devicetree&m=151334424726964&w=2 Nishanth Menon (8): ARM: dts: keystone*: Standardize license with SPDX tag ARM: dts: keystone*: Use a single soc0 instance ARM: dts: keystone: Get rid of usage of skeleton.dtsi ARM: dts: keystone: Add missing unit name to interrupt controller ARM: dts: keystone-clocks: Add missing unit name to clock nodes that have regs ARM: dts: keystone-hk-clocks: Add missing unit name to clock nodes that have regs ARM: dts: keystone-k2e-clocks: Add missing unit name to clock nodes that have regs ARM: dts: keystone-k2l-clocks: Add missing unit name to clock nodes that have regs arch/arm/boot/dts/keystone-clocks.dtsi | 59 ++++++++++----------- arch/arm/boot/dts/keystone-k2e-clocks.dtsi | 15 +++--- arch/arm/boot/dts/keystone-k2e-evm.dts | 11 ++-- arch/arm/boot/dts/keystone-k2e-netcp.dtsi | 7 +-- arch/arm/boot/dts/keystone-k2e.dtsi | 11 ++-- arch/arm/boot/dts/keystone-k2g-evm.dts | 12 +---- arch/arm/boot/dts/keystone-k2g-ice.dts | 3 +- arch/arm/boot/dts/keystone-k2g.dtsi | 14 ++--- arch/arm/boot/dts/keystone-k2hk-clocks.dtsi | 81 ++++++++++++++--------------- arch/arm/boot/dts/keystone-k2hk-evm.dts | 57 ++++++++++---------- arch/arm/boot/dts/keystone-k2hk-netcp.dtsi | 7 +-- arch/arm/boot/dts/keystone-k2hk.dtsi | 11 ++-- arch/arm/boot/dts/keystone-k2l-clocks.dtsi | 51 +++++++++--------- arch/arm/boot/dts/keystone-k2l-evm.dts | 11 ++-- arch/arm/boot/dts/keystone-k2l-netcp.dtsi | 7 +-- arch/arm/boot/dts/keystone-k2l.dtsi | 11 ++-- arch/arm/boot/dts/keystone.dtsi | 18 +++---- 17 files changed, 164 insertions(+), 222 deletions(-) -- 2.14.1