Re: [PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194

2018-12-11 Thread Thierry Reding
On Tue, Dec 11, 2018 at 10:40:55AM +0100, Hans Verkuil wrote: > (Resend, this time with a proper reply) > > On 12/11/18 10:38 AM, Thierry Reding wrote: > > On Tue, Dec 11, 2018 at 10:19:48AM +0100, Hans Verkuil wrote: > >> On 12/10/18 9:59 PM, Thierry Reding wrote: > >>> On Mon, Dec 10, 2018 at 06

Re: [PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194

2018-12-11 Thread Hans Verkuil
(Resend, this time with a proper reply) On 12/11/18 10:38 AM, Thierry Reding wrote: > On Tue, Dec 11, 2018 at 10:19:48AM +0100, Hans Verkuil wrote: >> On 12/10/18 9:59 PM, Thierry Reding wrote: >>> On Mon, Dec 10, 2018 at 06:07:10PM +0100, Hans Verkuil wrote: Hi Thierry, On 12/10/18

Re: [PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194

2018-12-11 Thread Hans Verkuil
On 12/11/18 10:38 AM, Thierry Reding wrote: > On Tue, Dec 11, 2018 at 10:19:48AM +0100, Hans Verkuil wrote: >> On 12/10/18 9:59 PM, Thierry Reding wrote: >>> On Mon, Dec 10, 2018 at 06:07:10PM +0100, Hans Verkuil wrote: Hi Thierry, On 12/10/18 5:00 PM, Thierry Reding wrote: > Fro

Re: [PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194

2018-12-11 Thread Thierry Reding
On Tue, Dec 11, 2018 at 10:26:14AM +0100, Hans Verkuil wrote: > On 12/10/18 5:00 PM, Thierry Reding wrote: > > From: Thierry Reding > > > > The CEC controller found on Tegra186 and Tegra194 is the same as on > > earlier generations. > > > > Signed-off-by: Thierry Reding > > --- > > drivers/med

Re: [PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194

2018-12-11 Thread Thierry Reding
On Tue, Dec 11, 2018 at 10:19:48AM +0100, Hans Verkuil wrote: > On 12/10/18 9:59 PM, Thierry Reding wrote: > > On Mon, Dec 10, 2018 at 06:07:10PM +0100, Hans Verkuil wrote: > >> Hi Thierry, > >> > >> On 12/10/18 5:00 PM, Thierry Reding wrote: > >>> From: Thierry Reding > >>> > >>> The CEC controll

Re: [PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194

2018-12-11 Thread Hans Verkuil
On 12/10/18 5:00 PM, Thierry Reding wrote: > From: Thierry Reding > > The CEC controller found on Tegra186 and Tegra194 is the same as on > earlier generations. > > Signed-off-by: Thierry Reding > --- > drivers/media/platform/tegra-cec/tegra_cec.c | 2 ++ > 1 file changed, 2 insertions(+) > >

Re: [PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194

2018-12-11 Thread Hans Verkuil
On 12/10/18 9:59 PM, Thierry Reding wrote: > On Mon, Dec 10, 2018 at 06:07:10PM +0100, Hans Verkuil wrote: >> Hi Thierry, >> >> On 12/10/18 5:00 PM, Thierry Reding wrote: >>> From: Thierry Reding >>> >>> The CEC controller found on Tegra186 and Tegra194 is the same as on >>> earlier generations. >

Re: [PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194

2018-12-10 Thread Thierry Reding
On Mon, Dec 10, 2018 at 06:07:10PM +0100, Hans Verkuil wrote: > Hi Thierry, > > On 12/10/18 5:00 PM, Thierry Reding wrote: > > From: Thierry Reding > > > > The CEC controller found on Tegra186 and Tegra194 is the same as on > > earlier generations. > > Well... at least for the Tegra186 there is

Re: [PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194

2018-12-10 Thread Hans Verkuil
Hi Thierry, On 12/10/18 5:00 PM, Thierry Reding wrote: > From: Thierry Reding > > The CEC controller found on Tegra186 and Tegra194 is the same as on > earlier generations. Well... at least for the Tegra186 there is a problem that needs to be addressed first. No idea if this was solved for the

[PATCH 1/2] media: tegra-cec: Support Tegra186 and Tegra194

2018-12-10 Thread Thierry Reding
From: Thierry Reding The CEC controller found on Tegra186 and Tegra194 is the same as on earlier generations. Signed-off-by: Thierry Reding --- drivers/media/platform/tegra-cec/tegra_cec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/platform/tegra-cec/tegra_cec.c b/dri