[GIT,PULL,FOR,v4.15] cec: doc fixes, cec-gpio driver
Message ID | d42b869e-edbd-90eb-4879-2b0eda73a724@xs4all.nl (mailing list archive) |
---|---|
State | Accepted, archived |
Headers |
Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from <linux-media-owner@vger.kernel.org>) id 1duDEC-00011V-L9; Tue, 19 Sep 2017 07:45:56 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751024AbdISHpx (ORCPT <rfc822;mkrufky@linuxtv.org> + 1 other); Tue, 19 Sep 2017 03:45:53 -0400 Received: from lb3-smtp-cloud8.xs4all.net ([194.109.24.29]:48707 "EHLO lb3-smtp-cloud8.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918AbdISHpx (ORCPT <rfc822;linux-media@vger.kernel.org>); Tue, 19 Sep 2017 03:45:53 -0400 Received: from [192.168.2.10] ([212.251.195.8]) by smtp-cloud8.xs4all.net with ESMTPA id uDE4dXBFTb4gvuDE7dkBPs; Tue, 19 Sep 2017 09:45:51 +0200 To: Linux Media Mailing List <linux-media@vger.kernel.org> From: Hans Verkuil <hverkuil@xs4all.nl> Subject: [GIT PULL FOR v4.15] cec: doc fixes, cec-gpio driver Message-ID: <d42b869e-edbd-90eb-4879-2b0eda73a724@xs4all.nl> Date: Tue, 19 Sep 2017 09:45:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfOCuLksKd3QOsWMYEa7XSnDmYGpwb2pGcdO5s3rPX+ZGfWkjKrBXhMq3yy2tot4rpPKpMdSzhWXS2Fwj7mqCx+RaVg6OYVnN4dCXbZMiYQo0UGXd76/O +6AfJk+r/sEbl/E9ZUJfNzdmqZHZLyLGp3j0jURVqdxmQFcl+w5XeKQpCg5s218xMnKejZtksDOvEQ== Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org |
Pull-request
git://linuxtv.org/hverkuil/media_tree.git cec-gpio2Message
Hans Verkuil
Sept. 19, 2017, 7:45 a.m. UTC
This adds two CEC documentation fixes and the new cec-gpio driver. Regards, Hans The following changes since commit 9a45bf28bc39ff6ed45a008f7201289c8e9e60a6: media: max2175: Propagate the real error on devm_clk_get() failure (2017-08-27 18:14:11 -0400) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git cec-gpio2 for you to fetch changes up to 66470c5d932cf8f0ff86121cfdbe03186a190de0: MAINTAINERS: add cec-gpio entry (2017-09-19 09:43:59 +0200) ---------------------------------------------------------------- Hans Verkuil (7): cec-ioc-dqevent.rst: fix typo cec-core.rst/cec-ioc-receive.rst: clarify CEC_TX_STATUS_ERROR cec: add CEC_EVENT_PIN_HPD_LOW/HIGH events cec-ioc-dqevent.rst: document new CEC_EVENT_PIN_HPD_LOW/HIGH events dt-bindings: document the CEC GPIO bindings cec-gpio: add HDMI CEC GPIO driver MAINTAINERS: add cec-gpio entry Documentation/devicetree/bindings/media/cec-gpio.txt | 32 +++++++ Documentation/media/cec.h.rst.exceptions | 2 - Documentation/media/kapi/cec-core.rst | 7 +- Documentation/media/uapi/cec/cec-ioc-dqevent.rst | 22 ++++- Documentation/media/uapi/cec/cec-ioc-receive.rst | 10 +- MAINTAINERS | 9 ++ drivers/media/cec/cec-adap.c | 18 +++- drivers/media/cec/cec-api.c | 18 +++- drivers/media/cec/cec-core.c | 8 +- drivers/media/platform/Kconfig | 10 ++ drivers/media/platform/Makefile | 2 + drivers/media/platform/cec-gpio/Makefile | 1 + drivers/media/platform/cec-gpio/cec-gpio.c | 236 +++++++++++++++++++++++++++++++++++++++++++++++ include/media/cec-pin.h | 4 + include/media/cec.h | 12 ++- include/uapi/linux/cec.h | 2 + 16 files changed, 372 insertions(+), 21 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/cec-gpio.txt create mode 100644 drivers/media/platform/cec-gpio/Makefile create mode 100644 drivers/media/platform/cec-gpio/cec-gpio.c