From patchwork Tue Jan 9 13:46:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 10152075 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2AABB602CA for ; Tue, 9 Jan 2018 13:46:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1B60720572 for ; Tue, 9 Jan 2018 13:46:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0D4292844E; Tue, 9 Jan 2018 13:46:15 +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=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.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 791DE20572 for ; Tue, 9 Jan 2018 13:46:14 +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=UrzJAK7R4NDNGcACnxwW3ohYI+I9/1xbUfmvWN32Ods=; b=m3k0cKjUAovBJE qf4lMOS2ny97fzez6QJYczZHrHVvNlTh0yUxIGlSpds9G25LeclYdxmA7nF8ynDQBQpAVJta0//v8 LXT9kDD4K15+m3E8h40I/xMwTlk0ymPAPjUjAzrNWtMie6htRVSZHkTUtqdwQNeRJRJ0ULkjkVOgG FFCpSUgJbYyBlSF++kft0TC6jWV3mR0rR/on/uyWHDqd7Zfr0mNyJnniYl1MLcmsxQykxa73Kpe2R NrYBOCPDZUFUnqQUbItNv9w2VpDppwe41IETNdaW+22eLCYNlEe/thkRV96zdELticDNE8j3UWoJZ n0PNEUHkIlaOIu4BTbqA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eYuEF-0000wc-77; Tue, 09 Jan 2018 13:46:11 +0000 Received: from esa3.microchip.iphmx.com ([68.232.153.233]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eYuDr-0000j1-6Q; Tue, 09 Jan 2018 13:45:48 +0000 X-IronPort-AV: E=Sophos;i="5.46,335,1511852400"; d="scan'208";a="10365021" Received: from exsmtp03.microchip.com (HELO email.microchip.com) ([198.175.253.49]) by esa3.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 09 Jan 2018 06:45:34 -0700 Received: from tenerife.corp.atmel.com (10.10.76.4) by chn-sv-exch03.mchp-main.com (10.10.76.49) with Microsoft SMTP Server id 14.3.352.0; Tue, 9 Jan 2018 06:45:34 -0700 From: Nicolas Ferre To: , , Ludovic Desroches , Wenyou Yang , Boris BREZILLON Subject: [PATCH 1/2] MAINTAINERS: linux-media: update Microchip ISI and ISC entries Date: Tue, 9 Jan 2018 14:46:39 +0100 Message-ID: X-Mailer: git-send-email 2.9.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180109_054547_274207_C8C1B8A7 X-CRM114-Status: UNSURE ( 9.50 ) 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: Josh Wu , linux-mtd@lists.infradead.org, Alexandre Belloni , Mauro Carvalho Chehab , linux-media@vger.kernel.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 These two image capture interface drivers are now handled by Wenyou Yang. I benefit from this change to update the two entries by correcting the binding documentation link for ISC and moving the ISI to the new MICROCHIP / ATMEL location. Signed-off-by: Nicolas Ferre Acked-by: Ludovic Desroches Acked-by: Wenyou Yang --- Hi, Patch against next-20180109. Note that I didn't find it useful to have several patches for these changes. Tell me if you feel differently. I would like to have the Ack from Ludovic and Wenyou obviously. I don't know if Songjun can answer as he's not with Microchip anymore. Best regards, Nicolas MAINTAINERS | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index a7d10a2bb980..65c4b59b582f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2353,13 +2353,6 @@ L: linux-i2c@vger.kernel.org S: Supported F: drivers/i2c/busses/i2c-at91.c -ATMEL ISI DRIVER -M: Ludovic Desroches -L: linux-media@vger.kernel.org -S: Supported -F: drivers/media/platform/atmel/atmel-isi.c -F: include/media/atmel-isi.h - ATMEL LCDFB DRIVER M: Nicolas Ferre L: linux-fbdev@vger.kernel.org @@ -9102,12 +9095,20 @@ S: Maintained F: drivers/crypto/atmel-ecc.* MICROCHIP / ATMEL ISC DRIVER -M: Songjun Wu +M: Wenyou Yang L: linux-media@vger.kernel.org S: Supported F: drivers/media/platform/atmel/atmel-isc.c F: drivers/media/platform/atmel/atmel-isc-regs.h -F: devicetree/bindings/media/atmel-isc.txt +F: Documentation/devicetree/bindings/media/atmel-isc.txt + +MICROCHIP / ATMEL ISI DRIVER +M: Wenyou Yang +L: linux-media@vger.kernel.org +S: Supported +F: drivers/media/platform/atmel/atmel-isi.c +F: include/media/atmel-isi.h +F: Documentation/devicetree/bindings/media/atmel-isi.txt MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER M: Woojung Huh