Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp8750935ybi; Tue, 23 Jul 2019 14:29:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqyoI+zIrbvFW4/d27qq3epxytFPZa1gRIYgS7RSiCl101ZQpPD1TifKHmTfJYGX2Wjfe7oR X-Received: by 2002:aa7:84d4:: with SMTP id x20mr7684490pfn.60.1563917350730; Tue, 23 Jul 2019 14:29:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563917350; cv=none; d=google.com; s=arc-20160816; b=FUFtx77oVup0bm78natLLKA82smHiznFt/FeUJ/D75XYex3Xpt7w6f/Sl7BhrUzJn1 8IrWVkYSO/hjxAsdmkDX1F3TSYKTdpWmmk8KPFkIIf+ZOM/7ddxw1DMR01tSNNY5LFHp 3DpipxLSndbs8oYWzxPFq2xdlR5MeNcE6LPQLciDDi+Tfw5CHrAPrSTsQgOBIP8+lw9h +a4+PEuqqahR8k9xFyNAPBTjr4q7xqAmVj2w2fJWR6WuBJBjZgP3IRxJHr+iez9csBBv X2jOhuqd3dTna+dtgHlH+THzxrmxP/fg6xhgg2zKDEv/Glq51hJdUAalNlZAMMtQCqzj KLOA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=PfueGFLgSZnbL90Q6w9c+Y2FIDoECAgxpLhwfToTGCw=; b=FeUUCHVu+WKWUsEG3LcGREeR4Tg9O2QfhRU1/C0CWsntSrdovextOZcp+EXeheoZNh TDYL8v49yTkmp2ZfWsfXECY+Zfa8vcPGgW5w1NTsrRdwXJBEHXSCB2rxPbo7tMyxhobq DmTOmR6Gj0cQ6mcx4jvkP0urO9NZOD3XLFRsweuK7wdBHXXDMBKCUY5Qk5ixjLZ8Eunm 35D1SyWDpYOIZZGeAkGcbvTGnemn1YXD1YZV7GWh+Blu+oXQkQTthm/o13fIhFWDkhME bb4gCoHcN8irYexT7wHfSge7Fxd5AvFrkzUe8xKNP5RSzZAlPPTYR/K7wihwdCkIHwTw j7yg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d67si14175001pgc.62.2019.07.23.14.28.54; Tue, 23 Jul 2019 14:29:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389357AbfGWL2U (ORCPT + 99 others); Tue, 23 Jul 2019 07:28:20 -0400 Received: from muru.com ([72.249.23.125]:55608 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730217AbfGWL2U (ORCPT ); Tue, 23 Jul 2019 07:28:20 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 5C77A808C; Tue, 23 Jul 2019 11:28:44 +0000 (UTC) From: Tony Lindgren To: linux-omap@vger.kernel.org Cc: Dave Gerlach , Faiz Abbas , Greg Kroah-Hartman , Keerthy , Nishanth Menon , Peter Ujfalusi , Roger Quadros , Suman Anna , Tero Kristo , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/8] ti-sysc related warning fixes for v5.3-rc cycle Date: Tue, 23 Jul 2019 04:28:03 -0700 Message-Id: <20190723112811.44381-1-tony@atomide.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, I noticed that with recent ti-sysc driver changes some new warnings have crept in. Mostly they are caused by having different configuration in the dts compared to the legacy platform data. Let's fix these first before we continue dropping the legacy platform data. I also noticed we need two fixes for the ti-sysc driver while looking at the warnings. Regards, Tony Tony Lindgren (8): ARM: OMAP2+: Fix missing SYSC_HAS_RESET_STATUS for dra7 epwmss ARM: OMAP2+: Remove unconfigured midlemode for am3 lcdc bus: ti-sysc: Fix handling of forced idle bus: ti-sysc: Fix using configured sysc mask value ARM: dts: Drop bogus ahclkr clocks for dra7 mcasp 3 to 8 ARM: dts: Fix flags for gpio7 ARM: dts: Fix incorrect dcan register mapping for am3, am4 and dra7 ARM: dts: Fix lcdc sysc flags for am3 arch/arm/boot/dts/am33xx-l4.dtsi | 6 +++- arch/arm/boot/dts/am437x-l4.dtsi | 4 +++ .../boot/dts/am57xx-beagle-x15-common.dtsi | 2 +- arch/arm/boot/dts/dra7-evm.dts | 2 +- arch/arm/boot/dts/dra7-l4.dtsi | 31 ++++++++----------- arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 2 +- arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 3 +- drivers/bus/ti-sysc.c | 10 +++--- 8 files changed, 31 insertions(+), 29 deletions(-) -- 2.21.0