Re: [PATCH v7 6/9] drm: sti: use cec_notifier_conn_(un)register

2019-09-02 Thread Benjamin Gaignard
Le jeu. 22 août 2019 à 10:11, Hans Verkuil a écrit : > > Adding Benjamin Gaignard. > > Benjamin, can you take a look at this and Ack it (or merge it if you prefer) > and > ideally test it as well. This is the only patch in this series that I could > not > test since I don't have any hardware. L

Re: [PATCH v7 6/9] drm: sti: use cec_notifier_conn_(un)register

2019-08-22 Thread Hans Verkuil
Adding Benjamin Gaignard. Benjamin, can you take a look at this and Ack it (or merge it if you prefer) and ideally test it as well. This is the only patch in this series that I could not test since I don't have any hardware. Regards, Hans On 8/14/19 12:45 PM, Dariusz Marcinkiewicz wrote

Re: [PATCH v7 6/9] drm: sti: 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 v2: > Don't invalidate physical address before unregistering the > n

[PATCH v7 6/9] drm: sti: 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 v2: Don't invalidate physical address before unregistering the notifier. Signed-off-by: Dariusz Marcinkiewicz --- drivers