From patchwork Sat Jul 14 06:15:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 170988 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id D88B02C00C5 for ; Sat, 14 Jul 2012 16:48:03 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756042Ab2GNGPx (ORCPT ); Sat, 14 Jul 2012 02:15:53 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:63578 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753329Ab2GNGPv (ORCPT ); Sat, 14 Jul 2012 02:15:51 -0400 Received: by lbbgm6 with SMTP id gm6so6767620lbb.19 for ; Fri, 13 Jul 2012 23:15:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=pi73QyT1JPagPZM1Z0NXVdx5sdBe4deJB1A0A2Af65E=; b=ivjUUzj6dDd7BTHZ8PNEnX8i1JKm/FZpDTHvNXjkmusgA4rPnin0QMq1AgoHzMukyz hYOdQb/t1EMn8UKF15c3gFJ38RY4+wRL7w2JpTo1W/kg+dyfks1YPYFydE7DP6jGWrbZ M2edP6utKUPdemOoq8smqXRHwHKUxBGxjWDOFWniYYOD1sf0uOdVNv8ibbMwdRZH4cf0 rxBgFSZOrJ1A0vJW8kL5TVH5BlTeumygeaXf2BnLlHTSmjWz/ZherVS6YNPATS7jr/F8 hmfJv3N3pYpSqi+/emu7eNrEt1JKBzPyl89bbXegX0tH24r5Z4zwaHzH5283FsGK6cct cYTw== Received: by 10.152.122.9 with SMTP id lo9mr3985554lab.41.1342246549877; Fri, 13 Jul 2012 23:15:49 -0700 (PDT) Received: from anuminas.rup.mentorg.com (ppp89-110-7-104.pppoe.avangarddsl.ru. [89.110.7.104]) by mx.google.com with ESMTPS id fd1sm2157627lbb.7.2012.07.13.23.15.48 (version=SSLv3 cipher=OTHER); Fri, 13 Jul 2012 23:15:49 -0700 (PDT) From: Dmitry Eremin-Solenikov To: linux-kernel@vger.kernel.org Cc: netdev@vger.kernel.org, "David S. Miller" , Dmitry Eremin-Solenikov , Alexander Smirnov Subject: [PATCH] MAINTAINERS: reflect actual changes in IEEE 802.15.4 maintainership Date: Sat, 14 Jul 2012 10:15:34 +0400 Message-Id: <1342246534-22562-1-git-send-email-dbaryshkov@gmail.com> X-Mailer: git-send-email 1.7.10.4 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org As the life flows, developers priorities shifts a bit. Reflect actual changes in the maintainership of IEEE 802.15.4 code: Sergey mostly stopped cared about this piece of code. Most of the work recently was done by Alexander, so put him to the MAINTAINERS file to reflect his status and to ease the life of respective patches. Also add new net/mac802154/ directory to the list of maintained files. Signed-off-by: Dmitry Eremin-Solenikov Cc: Alexander Smirnov --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 150a29f..f03c703 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3403,13 +3403,14 @@ S: Supported F: drivers/idle/i7300_idle.c IEEE 802.15.4 SUBSYSTEM +M: Alexander Smirnov M: Dmitry Eremin-Solenikov -M: Sergey Lapin L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) W: http://apps.sourceforge.net/trac/linux-zigbee T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git S: Maintained F: net/ieee802154/ +F: net/mac802154/ F: drivers/ieee802154/ IIO SUBSYSTEM AND DRIVERS