From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938344AbdLSJFv (ORCPT ); Tue, 19 Dec 2017 04:05:51 -0500 Received: from smtprelay0103.hostedemail.com ([216.40.44.103]:44325 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S935278AbdLSJFn (ORCPT ); Tue, 19 Dec 2017 04:05:43 -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:1539:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3871:3873:4321:5007:10004:10400:10848:11232:11658:11914:12555:12740:12895:13069:13184:13229:13311:13357:13439:13894:14181:14659:14721:21080:21451:21627:30012:30054: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: line80_31b2457e4e950 X-Filterd-Recvd-Size: 1666 Message-ID: <1513674340.1234.25.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?= , linux-kernel@vger.kernel.org, Greg Kroah-Hartman Cc: kernel@pengutronix.de, Gavin Schenk Date: Tue, 19 Dec 2017 01:05:40 -0800 In-Reply-To: <20171219090014.20695-4-u.kleine-koenig@pengutronix.de> References: <20171219090014.20695-1-u.kleine-koenig@pengutronix.de> <20171219090014.20695-4-u.kleine-koenig@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 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?