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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5CB09C433EF for ; Tue, 17 May 2022 09:11:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bADQlVgzXvUXREwGjwrhGo9p0cy9N9rsbmXmOwqt7w4=; b=DZVwfA135ubBfI ZJqzrH54fPJXcfQjR8IThmMrfPukw7fkwRo40oVNGyq8iVL+zUP6ePzCIePzohiAq7ch46osu48f4 ahLDDs5NuRVD3audOs+KrtDlnQ+MPR+5sxGdvbBLvo5m58YysozJ06GAgvMfrTB/U/U6a15yP8zyG Q6seLtnk74bphcTGhP5Wh/J134wZ6/7fNgvjnYFxsT9m6H3dJD2Zbtw6GwY3R1IpgXnuPDw2K/xtk vHG0JsJecW3Ft/zxTa9xdQI9jbBzfORXy8I7DKp+UbfrlFbw/82MO3ax+HaEyBcGrg0yOB/2bda3f xQGoTO9GkdsdIlYh7yWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqtEe-00Cg0j-D3; Tue, 17 May 2022 09:11:20 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqtER-00Cfwb-W2; Tue, 17 May 2022 09:11:09 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqtEK-0000za-Qh; Tue, 17 May 2022 11:11:00 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: dri-devel@lists.freedesktop.org, Sascha Hauer , robh+dt@kernel.org, Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, kernel@pengutronix.de, Andy Yan , Benjamin Gaignard , Michael Riesch , Sandy Huang , Peter Geis , krzk+dt@kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: display: rockchip: make reg-names mandatory for VOP2 Date: Tue, 17 May 2022 11:10:59 +0200 Message-ID: <8064279.T7Z3S40VBb@diego> In-Reply-To: References: <20220511082109.1110043-1-s.hauer@pengutronix.de> <6824319.LvFx2qVVIh@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220517_021108_065741_1768D7D7 X-CRM114-Status: GOOD ( 15.12 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Am Dienstag, 17. Mai 2022, 11:02:06 CEST schrieb Krzysztof Kozlowski: > On 14/05/2022 00:26, Heiko Stuebner wrote: > > Hi Rob, Krzysztof, > > > > Am Mittwoch, 11. Mai 2022, 10:21:07 CEST schrieb Sascha Hauer: > >> The VOP2 driver relies on reg-names properties, but these are not > >> documented. Add the missing documentation, make reg-names mandatory > >> and increase minItems to 2 as always both register spaces are needed. > >> > >> Signed-off-by: Sascha Hauer > > > > does this look ok now? > > Neither Rob nor me was Cced on original email, so I don't have it in my > mailbox... I would expect that scripts/get_maintainers.pl is a known tool. Rob wrote in the past that he's working off of the devicetree-patchwork, and has reviewed the binding yesterday [0]. But you're right, including all the maintainers get_maintainers.pl suggests would be better in the future. [0] https://lore.kernel.org/r/20220516151226.GA2653888-robh@kernel.org _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 578AEC433F5 for ; Tue, 17 May 2022 09:12:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jOzNaJ9yfeHNHsFy4PfZHPDSZ+Sze7Va27zcYNmzHaE=; b=VD1w5lmcZOMNPV M+X3jR2vMmmuUK2GhKfSdxTd0l1TjeUs7g0mOd7P8QLj2Xn7pBKBoHws7JEzaVHPVxbuvttQRap8g 66DmpAXumxvC7Z4aexuX9GMii5i4Wl/Ku/s1qlNtDU552MIGI48PgF/7JrHG799Qw2kfaDAXug1+C 22fUbW0HR+fs8Zf7rmiPcZO/Q3GPg+u/hW1Cs81jY1COdhK4jQKv+A7TZDPNxlok2/tsSNVcp+tZr AhH9DzsPskxyaWYRXhwggv+bWb7LxMYI4NF50RybmH0fVyvSbmhc+TuJO1ljjzeXYp83CUkJSNelQ AJMVgA6ESNh+htEiPbKA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqtEV-00CfyM-RH; Tue, 17 May 2022 09:11:11 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqtER-00Cfwb-W2; Tue, 17 May 2022 09:11:09 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqtEK-0000za-Qh; Tue, 17 May 2022 11:11:00 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: dri-devel@lists.freedesktop.org, Sascha Hauer , robh+dt@kernel.org, Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, kernel@pengutronix.de, Andy Yan , Benjamin Gaignard , Michael Riesch , Sandy Huang , Peter Geis , krzk+dt@kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: display: rockchip: make reg-names mandatory for VOP2 Date: Tue, 17 May 2022 11:10:59 +0200 Message-ID: <8064279.T7Z3S40VBb@diego> In-Reply-To: References: <20220511082109.1110043-1-s.hauer@pengutronix.de> <6824319.LvFx2qVVIh@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220517_021108_065741_1768D7D7 X-CRM114-Status: GOOD ( 15.12 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Am Dienstag, 17. Mai 2022, 11:02:06 CEST schrieb Krzysztof Kozlowski: > On 14/05/2022 00:26, Heiko Stuebner wrote: > > Hi Rob, Krzysztof, > > > > Am Mittwoch, 11. Mai 2022, 10:21:07 CEST schrieb Sascha Hauer: > >> The VOP2 driver relies on reg-names properties, but these are not > >> documented. Add the missing documentation, make reg-names mandatory > >> and increase minItems to 2 as always both register spaces are needed. > >> > >> Signed-off-by: Sascha Hauer > > > > does this look ok now? > > Neither Rob nor me was Cced on original email, so I don't have it in my > mailbox... I would expect that scripts/get_maintainers.pl is a known tool. Rob wrote in the past that he's working off of the devicetree-patchwork, and has reviewed the binding yesterday [0]. But you're right, including all the maintainers get_maintainers.pl suggests would be better in the future. [0] https://lore.kernel.org/r/20220516151226.GA2653888-robh@kernel.org _______________________________________________ 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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75EF7C43217 for ; Tue, 17 May 2022 09:11:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232719AbiEQJLr (ORCPT ); Tue, 17 May 2022 05:11:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244422AbiEQJLK (ORCPT ); Tue, 17 May 2022 05:11:10 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 976C521E34 for ; Tue, 17 May 2022 02:11:06 -0700 (PDT) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqtEK-0000za-Qh; Tue, 17 May 2022 11:11:00 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: dri-devel@lists.freedesktop.org, Sascha Hauer , robh+dt@kernel.org, Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, kernel@pengutronix.de, Andy Yan , Benjamin Gaignard , Michael Riesch , Sandy Huang , Peter Geis , krzk+dt@kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: display: rockchip: make reg-names mandatory for VOP2 Date: Tue, 17 May 2022 11:10:59 +0200 Message-ID: <8064279.T7Z3S40VBb@diego> In-Reply-To: References: <20220511082109.1110043-1-s.hauer@pengutronix.de> <6824319.LvFx2qVVIh@phil> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Dienstag, 17. Mai 2022, 11:02:06 CEST schrieb Krzysztof Kozlowski: > On 14/05/2022 00:26, Heiko Stuebner wrote: > > Hi Rob, Krzysztof, > > > > Am Mittwoch, 11. Mai 2022, 10:21:07 CEST schrieb Sascha Hauer: > >> The VOP2 driver relies on reg-names properties, but these are not > >> documented. Add the missing documentation, make reg-names mandatory > >> and increase minItems to 2 as always both register spaces are needed. > >> > >> Signed-off-by: Sascha Hauer > > > > does this look ok now? > > Neither Rob nor me was Cced on original email, so I don't have it in my > mailbox... I would expect that scripts/get_maintainers.pl is a known tool. Rob wrote in the past that he's working off of the devicetree-patchwork, and has reviewed the binding yesterday [0]. But you're right, including all the maintainers get_maintainers.pl suggests would be better in the future. [0] https://lore.kernel.org/r/20220516151226.GA2653888-robh@kernel.org 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id D0082C433F5 for ; Tue, 17 May 2022 09:11:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3290210F8D1; Tue, 17 May 2022 09:11:06 +0000 (UTC) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id B478D10F8D1 for ; Tue, 17 May 2022 09:11:04 +0000 (UTC) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqtEK-0000za-Qh; Tue, 17 May 2022 11:11:00 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: dri-devel@lists.freedesktop.org, Sascha Hauer , robh+dt@kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v2 1/3] dt-bindings: display: rockchip: make reg-names mandatory for VOP2 Date: Tue, 17 May 2022 11:10:59 +0200 Message-ID: <8064279.T7Z3S40VBb@diego> In-Reply-To: References: <20220511082109.1110043-1-s.hauer@pengutronix.de> <6824319.LvFx2qVVIh@phil> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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, Benjamin Gaignard , Peter Geis , Sandy Huang , linux-rockchip@lists.infradead.org, Michael Riesch , kernel@pengutronix.de, Andy Yan , krzk+dt@kernel.org, linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Am Dienstag, 17. Mai 2022, 11:02:06 CEST schrieb Krzysztof Kozlowski: > On 14/05/2022 00:26, Heiko Stuebner wrote: > > Hi Rob, Krzysztof, > > > > Am Mittwoch, 11. Mai 2022, 10:21:07 CEST schrieb Sascha Hauer: > >> The VOP2 driver relies on reg-names properties, but these are not > >> documented. Add the missing documentation, make reg-names mandatory > >> and increase minItems to 2 as always both register spaces are needed. > >> > >> Signed-off-by: Sascha Hauer > > > > does this look ok now? > > Neither Rob nor me was Cced on original email, so I don't have it in my > mailbox... I would expect that scripts/get_maintainers.pl is a known tool. Rob wrote in the past that he's working off of the devicetree-patchwork, and has reviewed the binding yesterday [0]. But you're right, including all the maintainers get_maintainers.pl suggests would be better in the future. [0] https://lore.kernel.org/r/20220516151226.GA2653888-robh@kernel.org