Re: [PATCH v7 7/9] drm: tegra: use cec_notifier_conn_(un)register

2019-10-14 Thread Thierry Reding
On Wed, Aug 14, 2019 at 12:45:05PM +0200, 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 v4: > - only create a CEC notifier for HDMI connector

Re: [PATCH v7 7/9] drm: tegra: use cec_notifier_conn_(un)register

2019-10-14 Thread Hans Verkuil
Thierry, Another reminder :-) If you want me to do this, then just let me know! Regards, Hans On 10/4/19 10:48 AM, Hans Verkuil wrote: > Hi Thierry, > > Just a reminder: this patch hasn't been merged yet for v5.5. > > Thanks! > > Hans > > On 8/28/19 1:54 PM, Thierry Reding wr

Re: [PATCH v7 7/9] drm: tegra: use cec_notifier_conn_(un)register

2019-10-04 Thread Hans Verkuil
Hi Thierry, Just a reminder: this patch hasn't been merged yet for v5.5. Thanks! Hans On 8/28/19 1:54 PM, Thierry Reding wrote: > On Wed, Aug 28, 2019 at 12:06:34PM +0200, Hans Verkuil wrote: >> On 8/28/19 11:38 AM, Thierry Reding wrote: >>> On Wed, Aug 28, 2019 at 10:09:30AM +0200, Han

Re: [PATCH v7 7/9] drm: tegra: use cec_notifier_conn_(un)register

2019-08-28 Thread Thierry Reding
On Wed, Aug 28, 2019 at 12:06:34PM +0200, Hans Verkuil wrote: > On 8/28/19 11:38 AM, Thierry Reding wrote: > > On Wed, Aug 28, 2019 at 10:09:30AM +0200, Hans Verkuil wrote: > >> Thierry, > >> > >> Can you review this patch? > >> > >> Thanks! > >> > >>Hans > > > > Did you want me to pick this u

Re: [PATCH v7 7/9] drm: tegra: use cec_notifier_conn_(un)register

2019-08-28 Thread Hans Verkuil
On 8/28/19 11:38 AM, Thierry Reding wrote: > On Wed, Aug 28, 2019 at 10:09:30AM +0200, Hans Verkuil wrote: >> Thierry, >> >> Can you review this patch? >> >> Thanks! >> >> Hans > > Did you want me to pick this up into the drm/tegra tree? Or do you want > to pick it up into your tree? Can you

Re: [PATCH v7 7/9] drm: tegra: use cec_notifier_conn_(un)register

2019-08-28 Thread Thierry Reding
On Wed, Aug 28, 2019 at 10:09:30AM +0200, Hans Verkuil wrote: > Thierry, > > Can you review this patch? > > Thanks! > > Hans Did you want me to pick this up into the drm/tegra tree? Or do you want to pick it up into your tree? We're just past the DRM subsystem deadline, so it'll have to

Re: [PATCH v7 7/9] drm: tegra: use cec_notifier_conn_(un)register

2019-08-28 Thread Thierry Reding
On Wed, Aug 14, 2019 at 12:45:05PM +0200, 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 v4: > - only create a CEC notifier for HDMI connector

Re: [PATCH v7 7/9] drm: tegra: use cec_notifier_conn_(un)register

2019-08-28 Thread Hans Verkuil
Thierry, Can you review this patch? Thanks! Hans 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 v4: > - only

Re: [PATCH v7 7/9] drm: tegra: 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 v4: > - only create a CEC notifier for HDMI connectors > > Signed-off-by:

[PATCH v7 7/9] drm: tegra: 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 v4: - only create a CEC notifier for HDMI connectors Signed-off-by: Dariusz Marcinkiewicz Tested-by: Hans Verkuil --- drivers/gp