Re: [PATCH v7 5/9] drm: tda998x: use cec_notifier_conn_(un)register

2019-08-28 Thread Dariusz Marcinkiewicz
On Sun, Aug 25, 2019 at 3:12 PM Hans Verkuil wrote: > > You dropped a 'if (!notifier)' before the return! > > After adding back this 'if' it worked fine on my BeagleBone Black board, > so after fixing this you can add my: > > Tested-by: Hans Verkuil > Submitted v7.2. Thank you for testing!

Re: [PATCH v7 5/9] drm: tda998x: use cec_notifier_conn_(un)register

2019-08-25 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 tda998x_bridge_detach, >

Re: [PATCH v7 5/9] drm: tda998x: 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 tda998x_bridge_detach, >