Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp561788ybl; Wed, 21 Aug 2019 01:55:15 -0700 (PDT) X-Google-Smtp-Source: APXvYqzA5OhlJCo7QfVJEqUNsFJCm+Jwy3vpZNDtJSWeVA7bOoItHqiWIEKm+usCNwCbjAawXCXl X-Received: by 2002:aa7:925a:: with SMTP id 26mr34596124pfp.198.1566377715149; Wed, 21 Aug 2019 01:55:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566377715; cv=none; d=google.com; s=arc-20160816; b=sHX4BQGvSpkUt7GMFI7XENR83Vro4iLu5VwKMrbNsZvR63lP6MnnxlrUTpGOvZIIv4 SzYaFaiAjO5pjhyuiZXeuSK0M0IuVVaeuZ7WCm4VQW0Zc1GwNhjqj1Rs6nfKy0ARX3b+ hQkMUucyAOUkgbRQIWljSRG38/vyjzlqe5QwX8ANLubp4JGo10V8ZgyFdg1tx07qJixc baXkb5hTYJsaQlK5MfJmJ14yuyA3PxOH9ukwYOtJSonTpydtLiGeqJXTjGhisxtQ9dfZ z3MCiaaypk4MQYOCSgpAjFbCuqGSyoxtdYOjamEzQ+JaTTSwjCyTn745epl87v75c96L KWTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=rks1FtGTm0dftB/tdKF5SRIishCGSPCOaYOxlP5LhFk=; b=KvhLkl9muHWNpvJT/UXTIIWEEQ+f5Ji3BL+FkYFXa3V2tiMgBsKwYPEG/fRNna3xOh P39EmuDivxz0jcYRrU3yM7usAOtZD4Qr+uG6zUtnx1EYAaXMAIXOal7uBij/TPiNnW1n h4dASw5g3OPr+1rzp9j6VxiatTm/fJrUxx4/iOV5bE9jylv5TglJq0QQktQpTeNMZUpT XeGQyfg/2ZOneq4xiToCpsnH7P2QwLcKx6tUOiGyCO4F1RcZ0o1P6VLL0QrxHl9f5vSF DQQx++ILbMtiMdWkRCr8CzKjUuiRgsyXvLXYrwnXOm5NSZ81P0aPGRzxLIUoyBYrn0Ny FDSA== 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 66si14381625plc.428.2019.08.21.01.54.59; Wed, 21 Aug 2019 01:55:15 -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 S1727206AbfHUIWl (ORCPT + 99 others); Wed, 21 Aug 2019 04:22:41 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:56395 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727107AbfHUIWl (ORCPT ); Wed, 21 Aug 2019 04:22:41 -0400 X-Originating-IP: 86.250.200.211 Received: from localhost (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (Authenticated sender: maxime.ripard@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 628481BF206; Wed, 21 Aug 2019 08:22:39 +0000 (UTC) Date: Wed, 21 Aug 2019 09:31:54 +0200 From: Maxime Ripard To: Rob Herring Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Heiko Stuebner , Neil Armstrong , Tomeu Vizoso , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] dt-bindings: Convert Arm Mali GPUs to DT schema Message-ID: <20190821073154.jnqv4sysoyorv7vo@flea> References: <20190820195959.6126-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ye7watdg3ithuyxt" Content-Disposition: inline In-Reply-To: <20190820195959.6126-1-robh@kernel.org> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ye7watdg3ithuyxt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Rob, On Tue, Aug 20, 2019 at 02:59:56PM -0500, Rob Herring wrote: > This series converts the various Arm Mali GPU bindings to use the DT > schema format. > > The Midgard and Bifrost bindings generate warnings on 'interrupt-names' > because there's all different ordering. The Utgard binding generates > warnings on Rockchip platforms because 'clock-names' order is reversed. Thank for taking care of that one, it was on my radar but I didn't really want to actually do it :) Acked-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --ye7watdg3ithuyxt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXVzzagAKCRDj7w1vZxhR xeOoAP0fDHwGDG+Pp7I7jUWueHcugddYVgoBEitC7+EXWXCGywD/cyBgtgtPE19N g0eZSCfigQtpIBBde4Gqm9+94pYLnwI= =UmRS -----END PGP SIGNATURE----- --ye7watdg3ithuyxt--