Re: [PATCH v3 6/6] media: adv748x: Implement TX link_setup callback

2019-01-16 Thread Niklas Söderlund
Hi Jacopo, Thanks for your effort. On 2019-01-10 15:02:13 +0100, Jacopo Mondi wrote: > When the adv748x driver is informed about a link being created from HDMI or > AFE to a CSI-2 TX output, the 'link_setup()' callback is invoked. Make > sure to implement proper routing management at link setup t

Re: [PATCH v3 6/6] media: adv748x: Implement TX link_setup callback

2019-01-10 Thread Kieran Bingham
Hi Jacopo, Thank you for the update, On 10/01/2019 14:02, Jacopo Mondi wrote: > When the adv748x driver is informed about a link being created from HDMI or > AFE to a CSI-2 TX output, the 'link_setup()' callback is invoked. Make > sure to implement proper routing management at link setup time, to

[PATCH v3 6/6] media: adv748x: Implement TX link_setup callback

2019-01-10 Thread Jacopo Mondi
When the adv748x driver is informed about a link being created from HDMI or AFE to a CSI-2 TX output, the 'link_setup()' callback is invoked. Make sure to implement proper routing management at link setup time, to route the selected video stream to the desired TX output. Signed-off-by: Jacopo Mond