Re: [PATCH 2/3] media: ti-vpe: cal: use of_graph_get_remote_endpoint()

2017-07-07 Thread Benoit Parrot
Acked-by: Benoit Parrot Kuninori Morimoto wrote on Wed [2017-Jun-28 00:33:00 +]: > > From: Kuninori Morimoto > > Now, we can use of_graph_get_remote_endpoint(). Let's use it. > > Signed-off-by: Kuninori Morimoto > --- > based on 4c9c3d595f1bad021cc126d20879df4016801736 > ("of_graph: a

Re: [PATCH 2/3] media: ti-vpe: cal: use of_graph_get_remote_endpoint()

2017-06-28 Thread Sylwester Nawrocki
On 06/28/2017 02:33 AM, Kuninori Morimoto wrote: From: Kuninori Morimoto Now, we can use of_graph_get_remote_endpoint(). Let's use it. Signed-off-by: Kuninori Morimoto Reviewed-by: Sylwester Nawrocki

[PATCH 2/3] media: ti-vpe: cal: use of_graph_get_remote_endpoint()

2017-06-27 Thread Kuninori Morimoto
From: Kuninori Morimoto Now, we can use of_graph_get_remote_endpoint(). Let's use it. Signed-off-by: Kuninori Morimoto --- based on 4c9c3d595f1bad021cc126d20879df4016801736 ("of_graph: add of_graph_get_remote_endpoint()") drivers/media/platform/ti-vpe/cal.c | 2 +- 1 file changed, 1 insertio