From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933245AbcI1QE1 (ORCPT ); Wed, 28 Sep 2016 12:04:27 -0400 Received: from smtprelay0201.hostedemail.com ([216.40.44.201]:50851 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932898AbcI1QES (ORCPT ); Wed, 28 Sep 2016 12:04:18 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1714:1730:1747:1777:1792:2198:2199:2393:2559:2562:2828:3138:3139:3140:3141:3142:3351:3622:3865:3866:3867:3868:3871:3872:4321:4362:5007:7514:10004:10400:10848:10946:11232:11658:11914:12043:12048:12050:12740:12760:13069:13311:13357:13439:14181:14659:14721:21080:21451:30054:30070:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:3,LUA_SUMMARY:none X-HE-Tag: party84_5f47987746756 X-Filterd-Recvd-Size: 1654 Message-ID: <1475078653.2685.1.camel@perches.com> Subject: Re: [PATCH] MAINTAINERS: update entry for atmel_serial driver From: Joe Perches To: Nicolas Ferre , Greg Kroah-Hartman , Alexandre Belloni , richard.genoud@gmail.com, jslaby@suse.cz, linux-serial@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Cyrille Pitchen Date: Wed, 28 Sep 2016 09:04:13 -0700 In-Reply-To: <20160928154735.25265-1-nicolas.ferre@atmel.com> References: <20160928154735.25265-1-nicolas.ferre@atmel.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.21.91-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2016-09-28 at 17:47 +0200, Nicolas Ferre wrote: > Change maintainer for the serial driver found on most of the > Microchip / Atmel MPUs and take advantage of the move to rename > and reorder the entry. [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > +MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER > +M: Richard Genoud > +S: Maintained > +F: drivers/tty/serial/atmel_serial.c > +F: include/linux/atmel_serial.h Thanks Richard. include/linux is pretty cluttered with random files. atmel_serial.h is #include exactly once. Please move it out of include/linux and into drivers/tty/serial/ one day. From mboxrd@z Thu Jan 1 00:00:00 1970 From: joe@perches.com (Joe Perches) Date: Wed, 28 Sep 2016 09:04:13 -0700 Subject: [PATCH] MAINTAINERS: update entry for atmel_serial driver In-Reply-To: <20160928154735.25265-1-nicolas.ferre@atmel.com> References: <20160928154735.25265-1-nicolas.ferre@atmel.com> Message-ID: <1475078653.2685.1.camel@perches.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 2016-09-28 at 17:47 +0200, Nicolas Ferre wrote: > Change maintainer for the serial driver found on most of the > Microchip / Atmel MPUs and take advantage of the move to rename > and reorder the entry. [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > +MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER > +M: Richard Genoud > +S: Maintained > +F: drivers/tty/serial/atmel_serial.c > +F: include/linux/atmel_serial.h Thanks Richard. include/linux is pretty cluttered with random files. atmel_serial.h is #include exactly once. Please move it out of include/linux and into drivers/tty/serial/ one day.