linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] cec fixes, vivid-cec improvements
@ 2017-08-20 11:53 Hans Verkuil
  2017-08-20 11:53 ` [PATCH 1/4] cec: replace pin->cur_value by adap->cec_pin_is_high Hans Verkuil
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hans Verkuil @ 2017-08-20 11:53 UTC (permalink / raw)
  To: linux-media

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

The first two patches add support for CEC pin emulation in the
vivid driver. The third fixes a kernel logging bug in vivid.

The last patch is a bug fix: the CEC adapter was not explicitly
disabled when cec_delete_adapter was called. Normally this does not
cause any problems, but for the upcoming omap4 cec driver it does.

Regards,

	Hans

Hans Verkuil (4):
  cec: replace pin->cur_value by adap->cec_pin_is_high
  vivid: add CEC pin monitoring emulation
  vivid: fix incorrect HDMI input/output CEC logging
  cec: ensure that adap_enable(false) is called from
    cec_delete_adapter()

 drivers/media/cec/cec-adap.c              |  4 +-
 drivers/media/cec/cec-api.c               |  6 +--
 drivers/media/cec/cec-core.c              |  1 +
 drivers/media/cec/cec-pin.c               |  5 +--
 drivers/media/platform/vivid/vivid-cec.c  | 65 ++++++++++++++++++++++++++++++-
 drivers/media/platform/vivid/vivid-core.c |  8 ++--
 include/media/cec-pin.h                   |  1 -
 include/media/cec.h                       |  1 +
 8 files changed, 77 insertions(+), 14 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2017-08-20 11:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-20 11:53 [PATCH 0/4] cec fixes, vivid-cec improvements Hans Verkuil
2017-08-20 11:53 ` [PATCH 1/4] cec: replace pin->cur_value by adap->cec_pin_is_high Hans Verkuil
2017-08-20 11:53 ` [PATCH 2/4] vivid: add CEC pin monitoring emulation Hans Verkuil
2017-08-20 11:53 ` [PATCH 3/4] vivid: fix incorrect HDMI input/output CEC logging Hans Verkuil
2017-08-20 11:53 ` [PATCH 4/4] cec: ensure that adap_enable(false) is called from cec_delete_adapter() 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).