Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Hans Verkuil
On 07/04/17 15:50, Jose Abreu wrote: > > > On 04-07-2017 14:02, Hans Verkuil wrote: >> On 07/04/17 14:33, Jose Abreu wrote: >>> >>> On 04-07-2017 10:39, Hans Verkuil wrote: > +static const struct v4l2_subdev_video_ops > dw_hdmi_sd_video_ops = { > +.s_routing =

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Hans Verkuil
On 07/04/17 15:50, Jose Abreu wrote: > > > On 04-07-2017 14:02, Hans Verkuil wrote: >> On 07/04/17 14:33, Jose Abreu wrote: >>> >>> On 04-07-2017 10:39, Hans Verkuil wrote: > +static const struct v4l2_subdev_video_ops > dw_hdmi_sd_video_ops = { > +.s_routing =

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Jose Abreu
On 04-07-2017 14:02, Hans Verkuil wrote: > On 07/04/17 14:33, Jose Abreu wrote: >> >> On 04-07-2017 10:39, Hans Verkuil wrote: +static const struct v4l2_subdev_video_ops dw_hdmi_sd_video_ops = { +.s_routing = dw_hdmi_s_routing, +.g_input_status =

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Jose Abreu
On 04-07-2017 14:02, Hans Verkuil wrote: > On 07/04/17 14:33, Jose Abreu wrote: >> >> On 04-07-2017 10:39, Hans Verkuil wrote: +static const struct v4l2_subdev_video_ops dw_hdmi_sd_video_ops = { +.s_routing = dw_hdmi_s_routing, +.g_input_status =

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Hans Verkuil
On 07/04/17 14:33, Jose Abreu wrote: > > > On 04-07-2017 10:39, Hans Verkuil wrote: >> >>> +static const struct v4l2_subdev_video_ops >>> dw_hdmi_sd_video_ops = { >>> +.s_routing = dw_hdmi_s_routing, >>> +.g_input_status = dw_hdmi_g_input_status, >>> +.g_parm =

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Hans Verkuil
On 07/04/17 14:33, Jose Abreu wrote: > > > On 04-07-2017 10:39, Hans Verkuil wrote: >> >>> +static const struct v4l2_subdev_video_ops >>> dw_hdmi_sd_video_ops = { >>> +.s_routing = dw_hdmi_s_routing, >>> +.g_input_status = dw_hdmi_g_input_status, >>> +.g_parm =

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Jose Abreu
On 04-07-2017 10:39, Hans Verkuil wrote: > >> +static const struct v4l2_subdev_video_ops >> dw_hdmi_sd_video_ops = { >> +.s_routing = dw_hdmi_s_routing, >> +.g_input_status = dw_hdmi_g_input_status, >> +.g_parm = dw_hdmi_g_parm, >> +.g_dv_timings =

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Jose Abreu
On 04-07-2017 10:39, Hans Verkuil wrote: > >> +static const struct v4l2_subdev_video_ops >> dw_hdmi_sd_video_ops = { >> +.s_routing = dw_hdmi_s_routing, >> +.g_input_status = dw_hdmi_g_input_status, >> +.g_parm = dw_hdmi_g_parm, >> +.g_dv_timings =

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Hans Verkuil
On 07/04/17 11:28, Jose Abreu wrote: > Hi Hans, > > > On 03-07-2017 11:33, Hans Verkuil wrote: >> On 07/03/2017 11:53 AM, Jose Abreu wrote: >>> Hi Hans, >>> >>> >>> On 03-07-2017 10:27, Hans Verkuil wrote: On 06/29/2017 12:46 PM, Jose Abreu wrote: > This is an initial submission for the

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Hans Verkuil
On 07/04/17 11:28, Jose Abreu wrote: > Hi Hans, > > > On 03-07-2017 11:33, Hans Verkuil wrote: >> On 07/03/2017 11:53 AM, Jose Abreu wrote: >>> Hi Hans, >>> >>> >>> On 03-07-2017 10:27, Hans Verkuil wrote: On 06/29/2017 12:46 PM, Jose Abreu wrote: > This is an initial submission for the

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Jose Abreu
Hi Hans, On 03-07-2017 11:33, Hans Verkuil wrote: > On 07/03/2017 11:53 AM, Jose Abreu wrote: >> Hi Hans, >> >> >> On 03-07-2017 10:27, Hans Verkuil wrote: >>> On 06/29/2017 12:46 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI RX Controller

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-04 Thread Jose Abreu
Hi Hans, On 03-07-2017 11:33, Hans Verkuil wrote: > On 07/03/2017 11:53 AM, Jose Abreu wrote: >> Hi Hans, >> >> >> On 03-07-2017 10:27, Hans Verkuil wrote: >>> On 06/29/2017 12:46 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI RX Controller

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-03 Thread Hans Verkuil
On 07/03/2017 11:53 AM, Jose Abreu wrote: Hi Hans, On 03-07-2017 10:27, Hans Verkuil wrote: On 06/29/2017 12:46 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI RX Controller Driver. This driver interacts with a phy driver so that a communication between

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-03 Thread Hans Verkuil
On 07/03/2017 11:53 AM, Jose Abreu wrote: Hi Hans, On 03-07-2017 10:27, Hans Verkuil wrote: On 06/29/2017 12:46 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI RX Controller Driver. This driver interacts with a phy driver so that a communication between

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-03 Thread Jose Abreu
Hi Hans, On 03-07-2017 10:27, Hans Verkuil wrote: > On 06/29/2017 12:46 PM, Jose Abreu wrote: >> This is an initial submission for the Synopsys Designware HDMI RX >> Controller Driver. This driver interacts with a phy driver so >> that >> a communication between them is created and a video

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-03 Thread Jose Abreu
Hi Hans, On 03-07-2017 10:27, Hans Verkuil wrote: > On 06/29/2017 12:46 PM, Jose Abreu wrote: >> This is an initial submission for the Synopsys Designware HDMI RX >> Controller Driver. This driver interacts with a phy driver so >> that >> a communication between them is created and a video

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-03 Thread Hans Verkuil
On 06/29/2017 12:46 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI RX Controller Driver. This driver interacts with a phy driver so that a communication between them is created and a video pipeline is configured. The controller + phy pipeline can then be

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-03 Thread Hans Verkuil
On 06/29/2017 12:46 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI RX Controller Driver. This driver interacts with a phy driver so that a communication between them is created and a video pipeline is configured. The controller + phy pipeline can then be

[PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-06-29 Thread Jose Abreu
This is an initial submission for the Synopsys Designware HDMI RX Controller Driver. This driver interacts with a phy driver so that a communication between them is created and a video pipeline is configured. The controller + phy pipeline can then be integrated into a fully featured system that

[PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-06-29 Thread Jose Abreu
This is an initial submission for the Synopsys Designware HDMI RX Controller Driver. This driver interacts with a phy driver so that a communication between them is created and a video pipeline is configured. The controller + phy pipeline can then be integrated into a fully featured system that