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 76D64C433F5 for ; Sat, 12 Mar 2022 13:01:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0753C8389E; Sat, 12 Mar 2022 14:01:13 +0100 (CET) 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 2806283A70; Sat, 12 Mar 2022 14:01:11 +0100 (CET) Received: from mail-m17662.qiye.163.com (mail-m17662.qiye.163.com [59.111.176.62]) (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 7BD6E83108 for ; Sat, 12 Mar 2022 14:01:07 +0100 (CET) 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 [192.168.0.112] (unknown [112.49.214.245]) by mail-m17662.qiye.163.com (Hmail) with ESMTPA id ED5EE14019D; Sat, 12 Mar 2022 21:00:54 +0800 (CST) Message-ID: <8f91d2b7-9308-ab36-9202-6950284f3202@rock-chips.com> Date: Sat, 12 Mar 2022 21:00:54 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v1] MAINTAINERS: add rockchip regex for more files and directories Content-Language: en-US To: Jagan Teki , Johan Jonker Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, u-boot@lists.denx.de References: <20211224171028.4936-1-jbx6244@gmail.com> From: Kever Yang In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-HM-Spam-Status: e1kfGhgUHx5ZQUtXWQgPGg8OCBgUHx5ZQUlOS1dZCBgUCR5ZQVlLVUtZV1 kWDxoPAgseWUFZKDYvK1lXWShZQUhPN1dZLVlBSVdZDwkaFQgSH1lBWRpNTRlWHRkaGElOHR1LSU 8aVRMBExYaEhckFA4PWVdZFhoPEhUdFFlBWU9LSFVKSktITk9VS1kG X-HM-Sender-Digest: e1kMHhlZQR0aFwgeV1kSHx4VD1lBWUc6Ky46DRw6GT4MMyoBOBAfN0IW Lk8aChlVSlVKTU9MS0JLS05OSUlOVTMWGhIXVRAeDR4JVQIaFRw7CRQYEFYYExILCFUYFBZFWVdZ EgtZQVlKSklVT0JVSUpPVUlPTllXWQgBWUFJS05PNwY+ X-HM-Tid: 0a7f7e37b798da2ckuwsed5ee14019d 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/3/12 04:16, Jagan Teki wrote: > On Fri, Dec 24, 2021 at 10:41 PM Johan Jonker wrote: >> The current files and directories with wildcard patterns for >> Rockchip patches in MAINTAINERS is not always complete. >> Add the regex for DT related files and a generic regex for >> catching some other forgotten cases, so that the maintainers >> receive all Rockchip related patches. >> >> Signed-off-by: Johan Jonker >> --- > Reviewed-by: Jagan Teki Reviewed-by: Kever Yang