From patchwork Wed Aug 30 16:10:44 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 9930153 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 AA14160383 for ; Wed, 30 Aug 2017 16:11:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9D96F286F9 for ; Wed, 30 Aug 2017 16:11:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 92B48286FF; Wed, 30 Aug 2017 16:11:02 +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 3F266286F9 for ; Wed, 30 Aug 2017 16:11:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B44156E638; Wed, 30 Aug 2017 16:10:57 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb2-smtp-cloud8.xs4all.net (lb2-smtp-cloud8.xs4all.net [194.109.24.25]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0FFE86E624 for ; Wed, 30 Aug 2017 16:10:48 +0000 (UTC) Received: from marune.fritz.box ([80.101.105.217]) by smtp-cloud8.xs4all.net with ESMTPA id n5ZkdmzWbcQyLn5Znd5mQM; Wed, 30 Aug 2017 18:10:47 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCHv3 5/5] MAINTAINERS: add cec-gpio entry Date: Wed, 30 Aug 2017 18:10:44 +0200 Message-Id: <20170830161044.26571-6-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20170830161044.26571-1-hverkuil@xs4all.nl> References: <20170830161044.26571-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfEHHUWxfLqR17HLEpC5tzU0K0SCKk1peoivS5KR1aqnO3EASKPXl6Qi/XsyjAUS7PMPB4ZEy4S6RH7bIoWfwaQLw/USA4VB4n0Du8B53wsdCBoApfx/3 yu1XKdVvGndD7nk4UA2SYQvdnzLqpO+lZpjquMlyr8Dk0d68nGr1iHxfMFMHFp9X21RgDy6cPmoLOsuYa3nfQ3/uECt07J5WAwEeE4IMIj+jnbr59hHQfc8n Ju0LyqFS27ZFEL3V6QpRkeh1qyGBNKaviXdNOjwDtJY6Qsd/jjBUmjBtmCvD5jqx Cc: devicetree@vger.kernel.org, Hans Verkuil , dri-devel@lists.freedesktop.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 eb930ebecfcb..5ef0d34ef502 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3205,6 +3205,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