From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7030BC2BBD1 for ; Mon, 14 Sep 2020 20:51:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 326AD217BA for ; Mon, 14 Sep 2020 20:51:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600116683; bh=S0htJWx2lDzBB/YUff5rWcoKeyAwAZtkVnPSuNblNkA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=tV93e843iJNOikH5CTfA1qumMlsqvkS+WT+uNBG9qc03o5EmS3zrFGEMcjrg/pOtT wUUlKfQg4kZsY0rJMGnU3tqC0N7ngX+UKM3b1yY4rg8K4ls/OyrRu3FeDg3Kq44vJx OBTOp+QR7ZS8nOhOB1ysU4C1iyEv7nbQV5MbiL3M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726145AbgINUvW (ORCPT ); Mon, 14 Sep 2020 16:51:22 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:40983 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726040AbgINUvV (ORCPT ); Mon, 14 Sep 2020 16:51:21 -0400 Received: by mail-io1-f66.google.com with SMTP id z13so1627651iom.8; Mon, 14 Sep 2020 13:51:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=q5BuFwXqgWUyM2oW2u+tt0CE/M323vwAM6Qm21hju84=; b=kjQiN0zD/XSckDJcxZ8XYqrYK4X5OAt+DAfEuDUHbbtKGqOR+sIziDc0UUCHnu/28W DBYIv0FkZi8XDPGJhm0FB5zF3FQbIkTOh9TY1aAN6INOiQeP5ZHXp97Hidm4jpscHvg1 //iCk/eqVRXuC6wXDuE2C1IzU5qvmEIefX7FmMr/xlg6MEkgwdphJrsqapTspjIw1akn Tpc6LqikYtjGW0Ie9QJpx+LVIllahaO/D6UUysAFxVxsHbX5KRBA7ag9nlQIjbeUVvGs keowR6S3HPPB+TfQza2DyjQlyHtsZWoLBrv7risHtAki09SCdtUPG1ACUaEgQlpGfMts 0g3Q== X-Gm-Message-State: AOAM531QHmW8bI+3NXC9dQqBh7XFdPwDNptiAguEWCoCt7gV1IpAw8IH z80jFg4l4xnStEoZK//tvQ== X-Google-Smtp-Source: ABdhPJxE2UxbjL3QpfM0FOA4k43+/+Tgm72pSVHJj60Dn1909MAmkzZSXMCLRYo9mu9sX4x7/Aw5ZQ== X-Received: by 2002:a05:6638:1381:: with SMTP id w1mr15242941jad.34.1600116680100; Mon, 14 Sep 2020 13:51:20 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id r17sm7702364ilj.72.2020.09.14.13.51.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 13:51:19 -0700 (PDT) Received: (nullmailer pid 223842 invoked by uid 1000); Mon, 14 Sep 2020 20:51:17 -0000 Date: Mon, 14 Sep 2020 14:51:17 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Daniel Vetter , dri-devel@lists.freedesktop.org, Rob Herring , Heiko Stuebner , David Airlie , Maxime Ripard , Kukjin Kim , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Inki Dae , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH v2 1/6] dt-bindings: gpu: arm, mali-midgard: Add missing properties Message-ID: <20200914205117.GA223785@bogus> References: <20200903191438.12781-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200903191438.12781-1-krzk@kernel.org> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On Thu, 03 Sep 2020 21:14:33 +0200, Krzysztof Kozlowski wrote: > Add common properties appearing in DTSes (opp-table) to fix dtbs_check > warnings like: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: gpu@14ac0000: > 'opp-table' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. Add properties instead of using unevaluated > --- > Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 387F1C43461 for ; Mon, 14 Sep 2020 20:54:35 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D58F120E65 for ; Mon, 14 Sep 2020 20:54:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="B+x88ydw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D58F120E65 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=f4515vDNKvMAMQo0vjUDciNnLyYM5cNme8t5TnKjEyk=; b=B+x88ydwmEygo/YpoB9ACVGbQ VrVUT9QEOFY6HDK1x4Wdg2CV998gfRizBOcwvrBSSiXZiCFP9ltXEDBOHZ3Pb4pA6lIsJund959JG AN7qqwvkC9ErUCBVLHli/V/5kIq2K7IDLONvfHX+hHzguVsSGHrQ5P1Wg4wZKBBYWLn88PsO/KgG7 BuOMOfYIB6z2Vp6h1IlVjxhIr9HD6YJtG68kXU0VD9vyG2gFcHMhG2hEAXhHgC0J04b2whxABqNdb hHhWtuvj/fBpDBMq9uB4Ag/FkTK3z7GYwajQT6i3h27SetfruSLBzN+6vnVXsMYldE9hCOT0U7d2P qKzghnBzA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHvSJ-00052G-3v; Mon, 14 Sep 2020 20:52:09 +0000 Received: from mail-io1-f66.google.com ([209.85.166.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHvRZ-0004op-AJ for linux-arm-kernel@lists.infradead.org; Mon, 14 Sep 2020 20:51:22 +0000 Received: by mail-io1-f66.google.com with SMTP id b6so1643619iof.6 for ; Mon, 14 Sep 2020 13:51:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=q5BuFwXqgWUyM2oW2u+tt0CE/M323vwAM6Qm21hju84=; b=TjIWUghd1yVri3EbaC1c6+XgJ3PU+ipvHd6Swxfp6KRnwybgIre4DJpMtpGdRIvo3D IRpPHNZQnVxet6fAQWcK7JMweSnY7yxjzHz7E/2lg2JfbtNI3Yk/XOOxcnSIq9UD5+1N dQTJhZvXyE4ymqxm0gPGXhBRA8li+yuj8sgcGgY2SFqEpIHd3GsHZwdkjue3DIIUAfNS BnXiCyNrEAXBtd/PsB/giC4ZXJbe0mfk0fvgJUPpo1z0N8kkh8a9bVD4JvRU/UWwOzeC dbapQ/HHaXmgl0kzVi+0/risrhHB01uknA6YveEeo2I2voc/OEiDWw5zFSWm/lSuNemW CChw== X-Gm-Message-State: AOAM533NgLE5b32aGhTNCBDU/lJyWixKMGjGH1wQGzlT61Qf6eBGVeNt 8L7DPlPnTq7xS/UYqAVfcg== X-Google-Smtp-Source: ABdhPJxE2UxbjL3QpfM0FOA4k43+/+Tgm72pSVHJj60Dn1909MAmkzZSXMCLRYo9mu9sX4x7/Aw5ZQ== X-Received: by 2002:a05:6638:1381:: with SMTP id w1mr15242941jad.34.1600116680100; Mon, 14 Sep 2020 13:51:20 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id r17sm7702364ilj.72.2020.09.14.13.51.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 13:51:19 -0700 (PDT) Received: (nullmailer pid 223842 invoked by uid 1000); Mon, 14 Sep 2020 20:51:17 -0000 Date: Mon, 14 Sep 2020 14:51:17 -0600 From: Rob Herring To: Krzysztof Kozlowski Subject: Re: [PATCH v2 1/6] dt-bindings: gpu: arm, mali-midgard: Add missing properties Message-ID: <20200914205117.GA223785@bogus> References: <20200903191438.12781-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200903191438.12781-1-krzk@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200914_165121_513670_FAD40285 X-CRM114-Status: GOOD ( 15.27 ) 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: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Heiko Stuebner , David Airlie , linux-kernel@vger.kernel.org, Maxime Ripard , Inki Dae , Rob Herring , dri-devel@lists.freedesktop.org, Daniel Vetter , Kukjin Kim , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 03 Sep 2020 21:14:33 +0200, Krzysztof Kozlowski wrote: > Add common properties appearing in DTSes (opp-table) to fix dtbs_check > warnings like: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: gpu@14ac0000: > 'opp-table' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. Add properties instead of using unevaluated > --- > Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA989C43461 for ; Mon, 14 Sep 2020 20:51:22 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7DE6120E65 for ; Mon, 14 Sep 2020 20:51:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7DE6120E65 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 024256E59F; Mon, 14 Sep 2020 20:51:22 +0000 (UTC) Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id B60566E59F for ; Mon, 14 Sep 2020 20:51:20 +0000 (UTC) Received: by mail-io1-f66.google.com with SMTP id g128so1602357iof.11 for ; Mon, 14 Sep 2020 13:51:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=q5BuFwXqgWUyM2oW2u+tt0CE/M323vwAM6Qm21hju84=; b=I8EoER/t0D8rH9I53VL/0sWLQGhAUn4gifB4S+aqKm0tP4kC1j6rBG45Kia1lAptg6 M/IxPsApCxdvVEPMiDQl/y0tsQakQ1icSUy7tcRFL6+fnV29UP+3NxYrsTp5eGy4Aou5 dIJePx9icPIdu7pDMxwMRt89S8hrVSQYftlehdbw0Q7sCAmVpqqB9xf5+1IKL3sOVOsm Q2owRTe5hS7mZNyM3TSg/wDy0yPkr+Vit/zZYp7XSDquZOskGAtDwVLB9cZVaqznBPwU IjHvEzCYN4go70E3aMQFwutGDAzmhRh3UoxJjYN9CVA6f1pGZ2a07J/Aq4onYtfekHly UeqA== X-Gm-Message-State: AOAM53353JWk8r3UPTtcNZo4Xf4Pe1oTF6HjIePVaDwjmZPIbmv5oHZ5 z/gtjMyKJajatBdEqJkS6w== X-Google-Smtp-Source: ABdhPJxE2UxbjL3QpfM0FOA4k43+/+Tgm72pSVHJj60Dn1909MAmkzZSXMCLRYo9mu9sX4x7/Aw5ZQ== X-Received: by 2002:a05:6638:1381:: with SMTP id w1mr15242941jad.34.1600116680100; Mon, 14 Sep 2020 13:51:20 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id r17sm7702364ilj.72.2020.09.14.13.51.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 13:51:19 -0700 (PDT) Received: (nullmailer pid 223842 invoked by uid 1000); Mon, 14 Sep 2020 20:51:17 -0000 Date: Mon, 14 Sep 2020 14:51:17 -0600 From: Rob Herring To: Krzysztof Kozlowski Subject: Re: [PATCH v2 1/6] dt-bindings: gpu: arm, mali-midgard: Add missing properties Message-ID: <20200914205117.GA223785@bogus> References: <20200903191438.12781-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200903191438.12781-1-krzk@kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, David Airlie , linux-kernel@vger.kernel.org, Rob Herring , dri-devel@lists.freedesktop.org, Kukjin Kim , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 03 Sep 2020 21:14:33 +0200, Krzysztof Kozlowski wrote: > Add common properties appearing in DTSes (opp-table) to fix dtbs_check > warnings like: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: gpu@14ac0000: > 'opp-table' does not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. Add properties instead of using unevaluated > --- > Documentation/devicetree/bindings/gpu/arm,mali-midgard.yaml | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks! _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel