devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] cec/cec-gpio: add support for 5V testing
@ 2018-07-17 13:29 Hans Verkuil
  2018-07-17 13:29 ` [PATCH 1/5] cec-gpio.txt: add v5-gpios for testing the 5V line Hans Verkuil
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Hans Verkuil @ 2018-07-17 13:29 UTC (permalink / raw)
  To: linux-media; +Cc: Rob Herring, devicetree

From: Hans Verkuil <hans.verkuil@cisco.com>

Some displays disable CEC if the HDMI 5V is not detected. In order
to test issues related to this you want to be able to optionally
detect when the 5V line changes in the cec-gpio driver.

This patch series adds support for this feature.

Regards,

	Hans

Hans Verkuil (5):
  cec-gpio.txt: add v5-gpios for testing the 5V line
  cec-ioc-dqevent.rst: document the new 5V events
  uapi/linux/cec.h: add 5V events
  cec: add support for 5V signal testing
  cec-gpio: support 5v testing

 .../devicetree/bindings/media/cec-gpio.txt    | 17 +++---
 .../media/uapi/cec/cec-ioc-dqevent.rst        | 18 +++++++
 drivers/media/cec/cec-adap.c                  | 18 ++++++-
 drivers/media/cec/cec-api.c                   |  8 +++
 drivers/media/platform/cec-gpio/cec-gpio.c    | 54 +++++++++++++++++++
 include/media/cec-pin.h                       |  4 ++
 include/media/cec.h                           | 12 ++++-
 include/uapi/linux/cec.h                      |  2 +
 8 files changed, 124 insertions(+), 9 deletions(-)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-07-23  9:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-17 13:29 [PATCH 0/5] cec/cec-gpio: add support for 5V testing Hans Verkuil
2018-07-17 13:29 ` [PATCH 1/5] cec-gpio.txt: add v5-gpios for testing the 5V line Hans Verkuil
2018-07-20 18:05   ` Rob Herring
2018-07-23  8:30     ` [PATCHv2 " Hans Verkuil
2018-07-17 13:29 ` [PATCH 2/5] cec-ioc-dqevent.rst: document the new 5V events Hans Verkuil
2018-07-17 13:29 ` [PATCH 3/5] uapi/linux/cec.h: add " Hans Verkuil
2018-07-17 13:29 ` [PATCH 4/5] cec: add support for 5V signal testing Hans Verkuil
2018-07-17 13:29 ` [PATCH 5/5] cec-gpio: support 5v testing Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).