From patchwork Thu Mar 14 20:16:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 10853459 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4A3B61515 for ; Thu, 14 Mar 2019 20:16:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 348052A731 for ; Thu, 14 Mar 2019 20:16:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 27E172A734; Thu, 14 Mar 2019 20:16:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 48FC32A731 for ; Thu, 14 Mar 2019 20:16:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B3A226E176; Thu, 14 Mar 2019 20:16:40 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id DDC736E176 for ; Thu, 14 Mar 2019 20:16:39 +0000 (UTC) X-Originating-IP: 90.89.68.76 Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (Authenticated sender: maxime.ripard@bootlin.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 5476A40002; Thu, 14 Mar 2019 20:16:36 +0000 (UTC) From: Maxime Ripard To: Chen-Yu Tsai , Maxime Ripard Subject: [PATCH v2 00/13] ARM: dts: sunxi: Cleanup DTC warnings Date: Thu, 14 Mar 2019 21:16:21 +0100 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sean Paul , linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Here is the rest of the series that fixes most of our DTC warnings. The number of warnings when compiled with W=1 after applying this series is now reduced to 2. The two remaining one are on the A80 and would require some change in the clock driver. Given how little activity there is on the A80, we can expect it to not happen in a near future, but I can live with two warnings. Let me know what you think, Maxime Changes from v1: - Rebased on current tree - Added some code in the DRM driver to deal with the endpoints - Fixed the DTS pipeline for the A83t and A64 Maxime Ripard (13): drm/sun4i: backend: Simplify the get_id logic drm/sun4i: mixer: Simplify the get_id logic ARM: dts: sun8i: a83t: Add cross links for the mixers arm64: dts: allwinner: a64: Add cross links for the mixers ARM: dts: sun5i: Fix display pipeline endpoint warnings in DTC ARM: dts: sun5i: Fix Display Engine DTC warnings ARM: dts: sun6i: Fix Display Engine DTC warnings ARM: dts: sun8i: a23/a33: Fix Display Engine DTC warnings ARM: dts: sun8i: v3s: Fix Display Engine DTC warnings ARM: dts: sun8i: a83t: Fix Display Engine DTC warnings ARM: dts: sun8i: r40: Fix Display Engine DTC warnings ARM: dts: sun9i: Fix Display Engine DTC warnings ARM: dts: sun9i: Add missing unit address arch/arm/boot/dts/sun5i-a13-olinuxino.dts | 2 +- arch/arm/boot/dts/sun5i-a13-q8-tablet.dts | 11 +--- arch/arm/boot/dts/sun5i.dtsi | 25 +------ arch/arm/boot/dts/sun6i-a31-hummingbird.dts | 12 +--- arch/arm/boot/dts/sun6i-a31.dtsi | 12 +--- arch/arm/boot/dts/sun8i-a23-a33.dtsi | 32 +-------- arch/arm/boot/dts/sun8i-a23-q8-tablet.dts | 6 ++- arch/arm/boot/dts/sun8i-a33-q8-tablet.dts | 7 ++- arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 11 +--- arch/arm/boot/dts/sun8i-a33.dtsi | 18 +---- arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 3 +- arch/arm/boot/dts/sun8i-a83t.dtsi | 32 +++++++-- arch/arm/boot/dts/sun8i-q8-common.dtsi | 18 +----- arch/arm/boot/dts/sun8i-r40.dtsi | 5 +- arch/arm/boot/dts/sun8i-v3s.dtsi | 10 +--- arch/arm/boot/dts/sun9i-a80-cubieboard4.dts | 15 +---- arch/arm/boot/dts/sun9i-a80.dtsi | 66 +++---------------- arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 33 +++++++++- drivers/gpu/drm/sun4i/sun4i_backend.c | 34 +++------- drivers/gpu/drm/sun4i/sun8i_mixer.c | 39 +++-------- 20 files changed, 140 insertions(+), 251 deletions(-) base-commit: cf08baa29613dd899954089e7cc7dba1d478b365