From patchwork Thu Nov 22 07:57:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= X-Patchwork-Id: 10693637 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4F8495A4 for ; Thu, 22 Nov 2018 07:58:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3533F2C5E9 for ; Thu, 22 Nov 2018 07:58:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 27A302C606; Thu, 22 Nov 2018 07:58:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 859042C5E9 for ; Thu, 22 Nov 2018 07:58:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=WS8h7JrIYithO44nUbkBSwz5rTNhVJMAazuXwEga0Kc=; b=ZrSOCkYk3cga2f Ywj9psG/eJuFws1jM7cNrkXTfb8/m4xOwGKj3y72ZH8HglVfmGWs8ITquCCaPt1Q+ewH/8/NRoT6C dqOqAt3+2nAl53vJftJoR7PzNZMWJu96kdkGab9mEEOV6qILQoR32QK6QQXXda5f5hIzxFojdPzcI hB04l9PPYacnaEreEFEP+bq6KWfNlv80W+BM1ffeAy3lJuVQ3clLxtyGlH+vHoxjle8d6M4bot2Oy jphcNWrZg6ARVAvoocwQUp+VF3YMab0LYxsrDSGgaO4Y29F/6dM09eqQ/vJe0/rrRvjtOkVwZ2D1e ZVdF+p3YuxS8gnzfUGOg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gPjsE-0008TO-Vc; Thu, 22 Nov 2018 07:58:06 +0000 Received: from antares.kleine-koenig.org ([94.130.110.236]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gPjsC-0008T3-8t for linux-arm-kernel@lists.infradead.org; Thu, 22 Nov 2018 07:58:05 +0000 Received: by antares.kleine-koenig.org (Postfix, from userid 1000) id 1154E4924AF; Thu, 22 Nov 2018 08:57:52 +0100 (CET) From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= To: Shawn Guo , Sascha Hauer Subject: [PATCH] MAINTAINERS: add all files matching "imx" and "mxs" to the IMX entry Date: Thu, 22 Nov 2018 08:57:42 +0100 Message-Id: <20181122075742.31966-1-u.kleine-koenig@pengutronix.de> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181121_235804_453159_7BC55597 X-CRM114-Status: UNSURE ( 8.94 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabio Estevam , Robin Gong , NXP Linux Team , kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This way also the spi, i2c and other drivers are covered. Signed-off-by: Uwe Kleine-König --- Hello, I was surprised by changes to the spi-imx driver[1]. To lessen the chances that this happens again, I like making the IMX entry match all relevant drivers. Best regards Uwe [1] FTR: I didn't test yet, but I think 987a2dfe3f0485a82d87106e7e1c43f35c1d3b09 broke i.MX31 and i.MX35. Even though a later patch made spi_imx_dma_transfer fail if .setup_wml isn't provided, I guess this only changes from a NULL pointer exception to a non-functional driver. MAINTAINERS | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index b755a89fa325..cb9cbaa1ba19 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1517,15 +1517,8 @@ R: NXP Linux Team L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git -F: arch/arm/mach-imx/ -F: arch/arm/mach-mxs/ -F: arch/arm/boot/dts/imx* -F: arch/arm/configs/imx*_defconfig -F: drivers/clk/imx/ -F: drivers/firmware/imx/ -F: drivers/soc/imx/ -F: include/linux/firmware/imx/ -F: include/soc/imx/ +N: imx +N: mxs ARM/FREESCALE VYBRID ARM ARCHITECTURE M: Shawn Guo