From patchwork Mon Sep 15 22:44:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 4912791 Return-Path: X-Original-To: patchwork-linux-spi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 87C59BEEA5 for ; Mon, 15 Sep 2014 22:44:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ADBF320279 for ; Mon, 15 Sep 2014 22:44:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D27E22026F for ; Mon, 15 Sep 2014 22:44:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759431AbaIOWob (ORCPT ); Mon, 15 Sep 2014 18:44:31 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:43875 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756071AbaIOWo2 (ORCPT ); Mon, 15 Sep 2014 18:44:28 -0400 Received: from 70-35-38-154.static.wiline.com ([70.35.38.154] helo=finisterre) by mezzanine.sirena.org.uk with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1XTf0S-0004sC-84; Mon, 15 Sep 2014 22:44:26 +0000 Received: from broonie by finisterre with local (Exim 4.84) (envelope-from ) id 1XTf0P-0002NR-46; Mon, 15 Sep 2014 15:44:21 -0700 From: Mark Brown To: Marek Vasut Cc: linux-spi@vger.kernel.org, linaro-kernel@lists.linaro.org, Mark Brown Date: Mon, 15 Sep 2014 15:44:20 -0700 Message-Id: <1410821060-9102-1-git-send-email-broonie@kernel.org> X-Mailer: git-send-email 2.1.0 X-SA-Exim-Connect-IP: 70.35.38.154 X-SA-Exim-Mail-From: broonie@sirena.org.uk X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-7.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Subject: [PATCH] spi/imx: Add MAINTAINERS entry for i.MX SPI driver X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mezzanine.sirena.org.uk) Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Marek wrote the driver and has been active in reviewing patches for it so add a MAINTAINERS entry to help people find him and CC him on new patches. Signed-off-by: Mark Brown --- Marek, is this OK for you? MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4b7976b..ed17a5a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3848,6 +3848,13 @@ S: Maintained F: include/linux/platform_data/video-imxfb.h F: drivers/video/fbdev/imxfb.c +FREESCALE IMX SPI DRIVER +M: Marek Vasut +L: linux-spi@vger.kernel.org +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +F: drivers/spi/spi-imx.c +F: Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt + FREESCALE SOC FS_ENET DRIVER M: Pantelis Antoniou M: Vitaly Bordug