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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 290D9C433EF for ; Mon, 18 Apr 2022 03:18:10 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 009EF83A79; Mon, 18 Apr 2022 05:18:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id A86AE83AFF; Mon, 18 Apr 2022 05:18:05 +0200 (CEST) Received: from mail-m17640.qiye.163.com (mail-m17640.qiye.163.com [59.111.176.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 68539839E9 for ; Mon, 18 Apr 2022 05:18:02 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kever.yang@rock-chips.com Received: from [172.16.12.93] (unknown [58.22.7.114]) by mail-m17640.qiye.163.com (Hmail) with ESMTPA id BB8955400FC; Mon, 18 Apr 2022 11:17:49 +0800 (CST) Message-ID: <639b9bcd-8230-076d-19bf-eff4d7f25e1f@rock-chips.com> Date: Mon, 18 Apr 2022 11:17:49 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v4 13/14] board: google: veyron: add more DT files to MAINTAINERS Content-Language: en-US To: Johan Jonker Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, hl@rock-chips.com, jernej.skrabec@gmail.com, w.egorov@phytec.de, michael@amarulasolutions.com, u-boot@lists.denx.de References: <20220415212145.2276-1-jbx6244@gmail.com> <20220415212145.2276-13-jbx6244@gmail.com> From: Kever Yang In-Reply-To: <20220415212145.2276-13-jbx6244@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-HM-Spam-Status: e1kfGhgUHx5ZQUtXWQgPGg8OCBgUHx5ZQUlOS1dZCBgUCR5ZQVlLVUtZV1 kWDxoPAgseWUFZKDYvK1lXWShZQUlKS0tKN1dZLVlBSVdZDwkaFQgSH1lBWRlNHx9WQx0aTRhNQx 9JGUMeVRMBExYaEhckFA4PWVdZFhoPEhUdFFlBWU9LSFVKSktISkNVS1kG X-HM-Sender-Digest: e1kMHhlZQR0aFwgeV1kSHx4VD1lBWUc6OD46ATo4KT0zUTYhKBozARQP CQ8KFB1VSlVKTU5LSU5KQ0xLSUlIVTMWGhIXVRAeDR4JVQIaFRw7CRQYEFYYExILCFUYFBZFWVdZ EgtZQVlOQ1VJSVVMVUpKT1lXWQgBWUFITENJNwY+ X-HM-Tid: 0a803aad2f2ad995kuwsbb8955400fc X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean On 2022/4/16 05:21, Johan Jonker wrote: > The Google Veyron rk3288 DT files are synced from Linux. > Add a maintainer to look after them and to help with > review and testing. > > Signed-off-by: Johan Jonker Reviewed-by: Kever Yang Thanks, - Kever > --- > board/google/veyron/MAINTAINERS | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/board/google/veyron/MAINTAINERS b/board/google/veyron/MAINTAINERS > index d9797807..67341b5d 100644 > --- a/board/google/veyron/MAINTAINERS > +++ b/board/google/veyron/MAINTAINERS > @@ -1,6 +1,8 @@ > CHROMEBOOK JERRY BOARD > M: Simon Glass > S: Maintained > +F: arch/arm/dts/rk3288-veyron-jerry.dts > +F: arch/arm/dts/rk3288-veyron-jerry-u-boot.dtsi > F: board/google/veyron/ > F: include/configs/veyron.h > F: configs/chromebook_jerry_defconfig > @@ -8,6 +10,8 @@ F: configs/chromebook_jerry_defconfig > CHROMEBIT MICKEY BOARD > M: Simon Glass > S: Maintained > +F: arch/arm/dts/rk3288-veyron-mickey.dts > +F: arch/arm/dts/rk3288-veyron-mickey-u-boot.dtsi > F: board/google/veyron/ > F: include/configs/veyron.h > F: configs/chromebit_mickey_defconfig > @@ -15,6 +19,8 @@ F: configs/chromebit_mickey_defconfig > CHROMEBOOK MINNIE BOARD > M: Simon Glass > S: Maintained > +F: arch/arm/dts/rk3288-veyron-minnie.dts > +F: arch/arm/dts/rk3288-veyron-minnie-u-boot.dtsi > F: board/google/veyron/ > F: include/configs/veyron.h > F: configs/chromebook_minnie_defconfig > @@ -22,6 +28,17 @@ F: configs/chromebook_minnie_defconfig > CHROMEBOOK SPEEDY BOARD > M: Simon Glass > S: Maintained > +F: arch/arm/dts/rk3288-veyron-speedy.dts > +F: arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi > F: board/google/veyron/ > F: include/configs/veyron.h > F: configs/chromebook_speedy_defconfig > + > +CHROMEBOOK VEYRON COMMON FILES > +M: Simon Glass > +S: Maintained > +F: arch/arm/dts/rk3288-veyron.dtsi > +F: arch/arm/dts/rk3288-veyron-analog-audio.dtsi > +F: arch/arm/dts/rk3288-veyron-broadcom-bluetooth.dtsi > +F: arch/arm/dts/rk3288-veyron-chromebook.dtsi > +F: arch/arm/dts/rk3288-veyron-edp.dtsi