From patchwork Fri Dec 22 15:07:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eugen Hristev X-Patchwork-Id: 10130643 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 CAFCE60318 for ; Fri, 22 Dec 2017 15:10:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CC55429052 for ; Fri, 22 Dec 2017 15:10:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C0C8A29FAF; Fri, 22 Dec 2017 15:10:43 +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 5F21329052 for ; Fri, 22 Dec 2017 15:10:43 +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:References:In-Reply-To: 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: List-Owner; bh=lT39L3WtQQxkwMg5+aIJBTlROm6SCu9youAzFeicHTQ=; b=KzwVsVZjrFxjTj qpwCPZ+Igf0DvyBCLEs3uF4qocvYIOuL7SeXYxk7tkaiHZac5gAGHAvF924m02LPI3LaN/5CLnIt3 295+ZZyJj+K4YVfyFJzCS9QW96XQbB3B7kkGW0dAeb05bhk3YtdeHxv3HVIYKgaEJdlUPafHIiLwa WMwzB+KaKhK7CCUINx90qbzor8+rAbOT0Nul5G3nb6e8thYgW9pgIkOl0SZ+K/KO5v6d+63GDsfPQ WSqLtxbW/OguN8zvyv8fTDO5Bt3NS9+hgCT8mdVtjoHt7nO2TeQD6s5/VI3Walvnl2XvvwNfaNeyu PuBHi4N4fVBiQCQ1m32g==; 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 1eSOy5-00077K-I5; Fri, 22 Dec 2017 15:10:37 +0000 Received: from esa1.microchip.iphmx.com ([68.232.147.91]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eSOxU-0006IC-0R for linux-arm-kernel@lists.infradead.org; Fri, 22 Dec 2017 15:10:01 +0000 X-IronPort-AV: E=Sophos;i="5.45,441,1508828400"; d="scan'208";a="10402471" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 22 Dec 2017 08:09:49 -0700 Received: from eh-station.mchp-main.com (10.10.76.4) by chn-sv-exch07.mchp-main.com (10.10.76.108) with Microsoft SMTP Server id 14.3.352.0; Fri, 22 Dec 2017 08:09:48 -0700 From: Eugen Hristev To: , , , , , , , , , Subject: [PATCH 01/14] MAINTAINERS: add sama5d2 resistive touchscreen Date: Fri, 22 Dec 2017 17:07:08 +0200 Message-ID: <1513955241-10985-2-git-send-email-eugen.hristev@microchip.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1513955241-10985-1-git-send-email-eugen.hristev@microchip.com> References: <1513955241-10985-1-git-send-email-eugen.hristev@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171222_071000_097461_67AC515F X-CRM114-Status: UNSURE ( 5.21 ) 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: Eugen Hristev 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 Add MAINTAINERS entry for sama5d2 resistive touchscreen driver Signed-off-by: Eugen Hristev --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 650aa0e..8beec28 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8957,6 +8957,12 @@ F: drivers/media/platform/atmel/atmel-isc.c F: drivers/media/platform/atmel/atmel-isc-regs.h F: devicetree/bindings/media/atmel-isc.txt +MICROCHIP / ATMEL SAMA5D2 RESISTIVE TOUCHSCREEN DRIVER +M: Eugen Hristev +L: linux-input@vger.kernel.org +S: Maintained +F: drivers/input/touchscreen/sama5d2_rts.c + MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER M: Woojung Huh M: Microchip Linux Driver Support