From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752601AbdLSP6l (ORCPT ); Tue, 19 Dec 2017 10:58:41 -0500 Received: from smtprelay0066.hostedemail.com ([216.40.44.66]:43612 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751136AbdLSP6f (ORCPT ); Tue, 19 Dec 2017 10:58:35 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::,RULES_HIT:41:355:379:541:599:800:960:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2689:2828:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3872:3873:4321:5007:10004:10400:10848:11232:11658:11914:12555:12740:12895:13069:13311:13357:13439:13894:14181:14659:14721:21063:21080:21451:21627:30012:30054:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: note75_10619d82cf739 X-Filterd-Recvd-Size: 2158 Message-ID: <1513699111.1234.35.camel@perches.com> Subject: Re: [PATCH v3 3/3] MAINTAINERS: Add entry for SIOX From: Joe Perches To: Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , kernel@pengutronix.de, Gavin Schenk Date: Tue, 19 Dec 2017 07:58:31 -0800 In-Reply-To: <20171219101256.lv4thyb2kn74mjtk@pengutronix.de> References: <20171219090014.20695-1-u.kleine-koenig@pengutronix.de> <20171219090014.20695-4-u.kleine-koenig@pengutronix.de> <1513674340.1234.25.camel@perches.com> <20171219101256.lv4thyb2kn74mjtk@pengutronix.de> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.26.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2017-12-19 at 11:12 +0100, Uwe Kleine-König wrote: > On Tue, Dec 19, 2017 at 01:05:40AM -0800, Joe Perches wrote: > > On Tue, 2017-12-19 at 10:00 +0100, Uwe Kleine-König wrote: > > > Maintenance is split between Gavin who works for Eckelmann and so has > > > the functional authority, knows the background and history of this bus > > > system and me who designed most of the actual code with the old > > > microcontroller code as reference. > > > > [] > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > > [] > > > @@ -12449,6 +12449,13 @@ F: lib/siphash.c > > > F: lib/test_siphash.c > > > F: include/linux/siphash.h > > > > > > +SIOX > > > +M: Gavin Schenk > > > +M: Uwe Kleine-König > > > +S: Supported > > > +F: drivers/siox/* > > > > Are you intending to only support files > > files in drivers/siox and not support files > > in any subdirectories of drivers/siox? > > I don't expect subdirectories to appear there. So I don't care much, but > if it's considered nice: I'd have to drop the * to > match everything under drivers/siox? Correct.