Re: [PATCH v3 4/4] smiapp: Use v4l2_of_alloc_parse_endpoint()

2015-04-08 Thread Sakari Ailus
Hi Laurent, On Tue, Apr 07, 2015 at 01:10:20PM +0300, Laurent Pinchart wrote: > > @@ -3022,34 +3026,30 @@ static struct smiapp_platform_data > > *smiapp_get_pdata(struct device *dev) dev_dbg(dev, "reset %d, nvm %d, clk > > %d, csi %d\n", pdata->xshutdown, pdata->nvm_size, pdata->ext_clk, > > pdata

Re: [PATCH v3 4/4] smiapp: Use v4l2_of_alloc_parse_endpoint()

2015-04-07 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Tuesday 07 April 2015 01:57:32 Sakari Ailus wrote: > Instead of parsing the link-frequencies property in the driver, let > v4l2_of_alloc_parse_endpoint() do it. > > Signed-off-by: Sakari Ailus > --- > drivers/media/i2c/smiapp/smiapp-core.c | 40

[PATCH v3 4/4] smiapp: Use v4l2_of_alloc_parse_endpoint()

2015-04-06 Thread Sakari Ailus
Instead of parsing the link-frequencies property in the driver, let v4l2_of_alloc_parse_endpoint() do it. Signed-off-by: Sakari Ailus --- drivers/media/i2c/smiapp/smiapp-core.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/drivers/media/