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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26F72C433FE for ; Sat, 2 Oct 2021 04:00:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 00C6B61A8D for ; Sat, 2 Oct 2021 04:00:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229629AbhJBECh (ORCPT ); Sat, 2 Oct 2021 00:02:37 -0400 Received: from smtprelay0009.hostedemail.com ([216.40.44.9]:34104 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229458AbhJBECg (ORCPT ); Sat, 2 Oct 2021 00:02:36 -0400 Received: from omf12.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay01.hostedemail.com (Postfix) with ESMTP id 51090100E7B52; Sat, 2 Oct 2021 04:00:49 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf12.hostedemail.com (Postfix) with ESMTPA id 1ED57240235; Sat, 2 Oct 2021 04:00:46 +0000 (UTC) Message-ID: Subject: Re: [RFC v2 11/11] MAINTAINERS: Added HTE Subsystem From: Joe Perches To: Randy Dunlap , Dipen Patel , thierry.reding@gmail.com, jonathanh@nvidia.com, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, linux-gpio@vger.kernel.org, linus.walleij@linaro.org, bgolaszewski@baylibre.com, warthog618@gmail.com, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, robh+dt@kernel.org Date: Fri, 01 Oct 2021 21:00:45 -0700 In-Reply-To: References: <20210930232617.6396-1-dipenp@nvidia.com> <20210930232617.6396-12-dipenp@nvidia.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.40.0-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 1ED57240235 X-Stat-Signature: hgk6z5sz6jieutxqdrx7yuux4xd3imtu X-Rspamd-Server: rspamout02 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX19mvdfNloEqShYZNn11H8x47SYY6vDcqBg= X-HE-Tag: 1633147246-448701 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2021-10-01 at 17:08 -0700, Randy Dunlap wrote: > On 9/30/21 4:26 PM, Dipen Patel wrote: > > Added myself as a maintainer for this new Hardware Timestamping Engine > > (HTE) subsystem. [] > > diff --git a/MAINTAINERS b/MAINTAINERS [] > > +S: Maintained > > +F: drivers/hte/* > > +F: include/linux/hte.h > > +F: Documentation/hte/* > > +F: Documentation/devicetree/bindings/hte/* And using * does not support any possible subdirectory Likely these should be: F: drivers/hte/ F: include/linux/hte.h F: Documentation/hte/ F: Documentation/devicetree/bindings/hte/