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: 1001578 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ZrSOCkYk"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 430sJ51FzTz9rxp for ; Thu, 22 Nov 2018 18:58:12 +1100 (AEDT) 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 1gPjsF-0008TO-Ab; Thu, 22 Nov 2018 07:58:07 +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-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [94.130.110.236 listed in list.dnswl.org] 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list 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+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org 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