Re: [PATCH v2 4/5] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-07-15 Thread Hans Verkuil
On 7/1/19 4:59 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 v1: > Add memory barrier to make sure that the notifier > becomes visi

[PATCH v2 4/5] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-07-01 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 v1: Add memory barrier to make sure that the notifier becomes visible to the irq thread once it is fully constructed