From patchwork Sat Sep 16 14:28:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 9954357 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 9387660352 for ; Sat, 16 Sep 2017 14:28:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 86DEE28E1A for ; Sat, 16 Sep 2017 14:28:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7BCB2290DE; Sat, 16 Sep 2017 14:28: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, 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 3D2B128E1A for ; Sat, 16 Sep 2017 14:28:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D5D466E2D6; Sat, 16 Sep 2017 14:28:38 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb3-smtp-cloud9.xs4all.net (lb3-smtp-cloud9.xs4all.net [194.109.24.30]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9B83C6E2BD for ; Sat, 16 Sep 2017 14:28:34 +0000 (UTC) Received: from tschai.fritz.box ([212.251.195.8]) by smtp-cloud9.xs4all.net with ESMTPA id tE55dMPPmmRxPtE5BdiKfv; Sat, 16 Sep 2017 16:28:33 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCHv5 5/5] MAINTAINERS: add cec-gpio entry Date: Sat, 16 Sep 2017 16:28:27 +0200 Message-Id: <20170916142827.5878-6-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20170916142827.5878-1-hverkuil@xs4all.nl> References: <20170916142827.5878-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfDLRxGff97V+Hu6ilwiBn2NJ+gdwiJdzNDSPrYF9fduVQG4nXzNgNUN1wsmkmibRFK57wZgIdFbXPvy4rRROzEM9WxBW3cNA8XeSRm0SY9wZe6IOzPO1 29CpttZI3dyeQH+BFpWS3ADZhX8eIsbp2qYKMgJyKGCtfskwF2lE7Ga8YcA2enyHSGKzjfyT4IoF/vxqSfQarmXcFSRo37k84nlzrrm0xZzI+WVCAYWNAqOP eo9GECbwqkuEAs69IZRZM3rjIZh9Nt9V2W+6RUQZ6yGup1BODZockBfV9vL9My+YN0ad1yIJO1hpzXU4GSKlD9hb5dOBL80Kgz+FdtnwG0WTXQxs9SnQKC+Y g5rH28zw 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