From patchwork Thu Feb 12 17:46:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 439295 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id ACB011400DE for ; Fri, 13 Feb 2015 04:47:22 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752269AbbBLRrD (ORCPT ); Thu, 12 Feb 2015 12:47:03 -0500 Received: from mail-wg0-f67.google.com ([74.125.82.67]:35095 "EHLO mail-wg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752224AbbBLRq4 (ORCPT ); Thu, 12 Feb 2015 12:46:56 -0500 Received: by mail-wg0-f67.google.com with SMTP id b13so3569027wgh.2; Thu, 12 Feb 2015 09:46:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=blfqmXrJnIsIz5LQIqqvVR26Yt/cWZteMoSsiD+Ci4g=; b=sRK0rLtRLasZ096xxA/OlIsel01ob33Aw0XSfqVtv8xhl+YJCeqyM0lz58AQJHVw07 O54vwCgTosmOlqNUV4R2Zk420YoVk6l9SqLQGwK7stCoGe/NxxsT6byORM4BrKGd9jhh mEDqQ1OQo86UgM1C055Qz+Ljw2rQeStiYihYzq9+dK4Nq/LAP7NAKxHGbClN5uCT69DI tXyw5dYc84YGLfBwRB/ALLVjrliJy9g76HsThQufkVKTfsnRNk7HtbcSJ1GFfJn7tKkG 31ZLddG9w5XccLFwnGYO8sIVs2S9UfdfQHbLIgZW2MOSenUucnKOJQ5nHdJQNkKxcYOB Hc5A== X-Received: by 10.180.78.129 with SMTP id b1mr8294729wix.48.1423763214464; Thu, 12 Feb 2015 09:46:54 -0800 (PST) Received: from lmecul0520.st.com. (157.162.113.78.rev.sfr.net. [78.113.162.157]) by mx.google.com with ESMTPSA id ka1sm6614924wjc.2.2015.02.12.09.46.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Feb 2015 09:46:54 -0800 (PST) From: Maxime Coquelin To: Jonathan Corbet , Maxime Coquelin , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Philipp Zabel , Russell King , Daniel Lezcano , Thomas Gleixner , Linus Walleij , Greg Kroah-Hartman , Jiri Slaby , Arnd Bergmann , Andrew Morton , "David S. Miller" , Mauro Carvalho Chehab , Joe Perches , Antti Palosaari , Tejun Heo , Will Deacon , Nikolay Borisov , Rusty Russell , Kees Cook , Michal Marek , linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-serial@vger.kernel.org, linux-arch@vger.kernel.org, linux-api@vger.kernel.org Subject: [PATCH 14/14] MAINTAINERS: Add entry for STM32 MCUs Date: Thu, 12 Feb 2015 18:46:04 +0100 Message-Id: <1423763164-5606-15-git-send-email-mcoquelin.stm32@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1423763164-5606-1-git-send-email-mcoquelin.stm32@gmail.com> References: <1423763164-5606-1-git-send-email-mcoquelin.stm32@gmail.com> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Add a MAINTAINER entry covering all STM32 machine and drivers files. Signed-off-by: Maxime Coquelin --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d66a97d..78f47ac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1448,6 +1448,13 @@ F: drivers/usb/host/ehci-st.c F: drivers/usb/host/ohci-st.c F: drivers/ata/ahci_st.c +ARM/STM32 ARCHITECTURE +M: Maxime Coquelin +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +N: stm32 +F: drivers/clocksource/arm_system_timer.c + ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT M: Lennert Buytenhek L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)