Re: [PATCH v7 8/9] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-08-20 Thread Neil Armstrong
On 19/08/2019 16:47, Neil Armstrong wrote: > On 19/08/2019 16:41, Hans Verkuil wrote: >> On 8/19/19 4:38 PM, Neil Armstrong wrote: >>> Hi Hans, >>> >>> On 19/08/2019 16:05, Hans Verkuil wrote: On 8/19/19 11:32 AM, Hans Verkuil wrote: > On 8/14/19 12:45 PM, Dariusz Marcinkiewicz wrote:

Re: [PATCH v7 8/9] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-08-19 Thread Neil Armstrong
On 19/08/2019 16:41, Hans Verkuil wrote: > On 8/19/19 4:38 PM, Neil Armstrong wrote: >> Hi Hans, >> >> On 19/08/2019 16:05, Hans Verkuil wrote: >>> On 8/19/19 11:32 AM, Hans Verkuil wrote: On 8/14/19 12:45 PM, Dariusz Marcinkiewicz wrote: > Use the new cec_notifier_conn_(un)register()

Re: [PATCH v7 8/9] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-08-19 Thread Hans Verkuil
On 8/19/19 4:38 PM, Neil Armstrong wrote: > Hi Hans, > > On 19/08/2019 16:05, Hans Verkuil wrote: >> On 8/19/19 11:32 AM, Hans Verkuil wrote: >>> On 8/14/19 12:45 PM, Dariusz Marcinkiewicz wrote: Use the new cec_notifier_conn_(un)register() functions to (un)register the notifier for the

Re: [PATCH v7 8/9] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-08-19 Thread Neil Armstrong
Hi Hans, On 19/08/2019 16:05, Hans Verkuil wrote: > On 8/19/19 11:32 AM, Hans Verkuil wrote: >> On 8/14/19 12:45 PM, Dariusz Marcinkiewicz wrote: >>> Use the new cec_notifier_conn_(un)register() functions to >>> (un)register the notifier for the HDMI connector, and fill in >>> the

Re: [PATCH v7 8/9] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-08-19 Thread Hans Verkuil
On 8/19/19 11:32 AM, Hans Verkuil wrote: > On 8/14/19 12:45 PM, Dariusz Marcinkiewicz wrote: >> Use the new cec_notifier_conn_(un)register() functions to >> (un)register the notifier for the HDMI connector, and fill in >> the cec_connector_info. >> >> Changes since v6: >> - move

Re: [PATCH v7 8/9] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-08-19 Thread Hans Verkuil
On 8/14/19 12:45 PM, Dariusz Marcinkiewicz wrote: > Use the new cec_notifier_conn_(un)register() functions to > (un)register the notifier for the HDMI connector, and fill in > the cec_connector_info. > > Changes since v6: > - move cec_notifier_conn_unregister to a bridge detach >

[PATCH v7 8/9] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-08-14 Thread Dariusz Marcinkiewicz
Use the new cec_notifier_conn_(un)register() functions to (un)register the notifier for the HDMI connector, and fill in the cec_connector_info. Changes since v6: - move cec_notifier_conn_unregister to a bridge detach function, - add a mutex protecting a CEC notifier.