From patchwork Wed Aug 2 08:42:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 9876277 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 3587C6037D for ; Wed, 2 Aug 2017 08:42:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 24B1E28753 for ; Wed, 2 Aug 2017 08:42:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 19CD228783; Wed, 2 Aug 2017 08:42:57 +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, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id B04C128753 for ; Wed, 2 Aug 2017 08:42:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 364F76EFE4; Wed, 2 Aug 2017 08:42:51 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb2-smtp-cloud7.xs4all.net (lb2-smtp-cloud7.xs4all.net [194.109.24.28]) by gabe.freedesktop.org (Postfix) with ESMTPS id E88C16E218 for ; Wed, 2 Aug 2017 08:42:48 +0000 (UTC) Received: from tschai.fritz.box ([212.251.195.8]) by smtp-cloud7.xs4all.net with ESMTPA id cpEodNfHAZNWkcpEsdA86I; Wed, 02 Aug 2017 10:42:47 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCH 3/3] MAINTAINERS: add cec-gpio entry Date: Wed, 2 Aug 2017 10:42:42 +0200 Message-Id: <20170802084242.14947-4-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.13.2 In-Reply-To: <20170802084242.14947-1-hverkuil@xs4all.nl> References: <20170802084242.14947-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfFZYlw/MWEXLW3j2SinxPY/7OJxAr5p/TKmI0mP6cgTPWoXXQAW0Aj2BIYHZtWY6r/VtrbetH0rIjla9/ss/Uq0sXnynAqfAs2IpagZZPvsYZhGmD7PN jobqc/Ku2hdJxTO+OEldOz/Z2ZKc/nK51dsGLaU2wl4HLsLcBokGq+gB589SiSbNN1wlvaUUGe3i7gGEGMMS19sDQ6zvagGTeOhnkpSxOY0PSg5Vz1fbos2e dSsuaj7YYZ64rq5dBBWG2vHHRaKxsDUbqwa36RltPYa9T1S46slh2ejdGCGXjM27yjej7iXzHHDiLcdr/+q/fA== Cc: Hans Verkuil , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Hans Verkuil Add an entry for the CEC GPIO driver. Signed-off-by: Hans Verkuil --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index aeb84877854b..d85959f82a09 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3199,6 +3199,15 @@ F: include/uapi/linux/cec.h F: include/uapi/linux/cec-funcs.h F: Documentation/devicetree/bindings/media/cec.txt +CEC GPIO DRIVER +M: Hans Verkuil +L: linux-media@vger.kernel.org +T: git git://linuxtv.org/media_tree.git +W: http://linuxtv.org +S: Supported +F: drivers/media/platform/cec-gpio/ +F: Documentation/devicetree/bindings/media/cec-gpio.txt + CELL BROADBAND ENGINE ARCHITECTURE M: Arnd Bergmann L: linuxppc-dev@lists.ozlabs.org