media: cec-notifier: add new notifier functions
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 20 Jun 2019 10:10:00 +0000 (06:10 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 27 Jun 2019 11:19:43 +0000 (07:19 -0400)
commitb48cb35c6a7babdc317edb4c752ecf3da0691228
treea61296034a488810fbca3247e131c6c0ebf63a4a
parent32a847f9fa40ec1b03ead2c514862764983ff9ca
media: cec-notifier: add new notifier functions

In order to support multiple CEC devices for an HDMI connector,
and to support cec_connector_info, drivers should use either a
cec_notifier_conn_(un)register pair of functions (HDMI drivers)
or a cec_notifier_cec_adap_(un)register pair (CEC adapter drivers).

This replaces cec_notifier_get_conn/cec_notifier_put.

For CEC adapters it is also no longer needed to call cec_notifier_register,
cec_register_cec_notifier and cec_notifier_unregister. This is now
all handled internally by the new functions.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/cec/cec-notifier.c
include/media/cec-notifier.h