From patchwork Mon Apr 30 10:32:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eugen Hristev X-Patchwork-Id: 10371417 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 A86FC60234 for ; Mon, 30 Apr 2018 10:38:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 98B1528807 for ; Mon, 30 Apr 2018 10:38:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8D18D289FF; Mon, 30 Apr 2018 10:38:47 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI 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 1514F28807 for ; Mon, 30 Apr 2018 10:38:47 +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=MYtdjHIhDUdrymcDp1G2vGpFcpmNQ1nVBaGdxmAJb5w=; b=HliHcOvfB3vDed A4wg3i3X75ONnjlniayFyLOqydghjo6B9ypIYnYoyeZDLfeLn2f5xvfzRjRbhGknkloKv1yOddYK2 bIG5q7J5dEZoMMSUXmDR6xjZ8fIRl9qmdLDqgVjJqkN1nctufRaHhqEJopqEovy6hIhfoSZDEtiTC n3T2B+oBOqTiOJpp90zt6QzBbwbQMBBP2WjfPeb7hnsrL8u5wobckZrXASBGKuircOLNMp7Urp78/ WIrKYQ+Ntgdg3YNFVhDezjCb+9bQ+EUPFoYDcpRGzht9P1juBQMi4Fd80fKcoezxeTIWJNY+FrAi/ 4IZZ19sDPGG+sn4YqUAQ==; 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 1fD6Cb-0003Ks-21; Mon, 30 Apr 2018 10:38:37 +0000 Received: from esa1.microchip.iphmx.com ([68.232.147.91]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fD69H-0000et-7L for linux-arm-kernel@lists.infradead.org; Mon, 30 Apr 2018 10:35:15 +0000 X-IronPort-AV: E=Sophos;i="5.49,346,1520924400"; d="scan'208";a="14346507" 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; 30 Apr 2018 03:34:59 -0700 Received: from eh-station.mchp-main.com (10.10.76.4) by chn-sv-exch05.mchp-main.com (10.10.76.106) with Microsoft SMTP Server id 14.3.352.0; Mon, 30 Apr 2018 03:34:58 -0700 From: Eugen Hristev To: , , , , , , , , , , Subject: [PATCH v4 1/9] MAINTAINERS: add generic resistive touchscreen adc Date: Mon, 30 Apr 2018 13:32:07 +0300 Message-ID: <1525084335-11276-2-git-send-email-eugen.hristev@microchip.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1525084335-11276-1-git-send-email-eugen.hristev@microchip.com> References: <1525084335-11276-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-20180430_033511_507582_2A8A7E8E X-CRM114-Status: UNSURE ( 6.89 ) 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 generic resistive touchscreen adc Signed-off-by: Eugen Hristev --- Changes in v3: - Changed source file name MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3bdc260..ce9720f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5943,6 +5943,12 @@ F: drivers/base/power/domain*.c F: include/linux/pm_domain.h F: Documentation/devicetree/bindings/power/power_domain.txt +GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER +M: Eugen Hristev +L: linux-input@vger.kernel.org +S: Maintained +F: drivers/input/touchscreen/resistive-adc-touch.c + GENERIC UIO DRIVER FOR PCI DEVICES M: "Michael S. Tsirkin" L: kvm@vger.kernel.org