Re: [PATCH v4] v4l: mt9v032: Add OF support

2015-04-02 Thread Laurent Pinchart
Hi Philipp, Thank you for the review. On Tuesday 31 March 2015 17:08:53 Philipp Zabel wrote: > Am Mittwoch, den 18.03.2015, 15:38 +0200 schrieb Laurent Pinchart: > > Parse DT properties into a platform data structure when a DT node is > > available. > > > > Signed-off-by: Laurent Pinchart > >

Re: [PATCH v4] v4l: mt9v032: Add OF support

2015-03-31 Thread Philipp Zabel
Hi Laurent, Am Mittwoch, den 18.03.2015, 15:38 +0200 schrieb Laurent Pinchart: > Parse DT properties into a platform data structure when a DT node is > available. > > Signed-off-by: Laurent Pinchart > > --- > > Changes since v3: > > - Use /bits/ 64 in the DT bindings example > - Remove the pa

Re: [PATCH v4] v4l: mt9v032: Add OF support

2015-03-18 Thread Sakari Ailus
On Wed, Mar 18, 2015 at 03:38:46PM +0200, Laurent Pinchart wrote: > Parse DT properties into a platform data structure when a DT node is > available. > > Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk -- To un

[PATCH v4] v4l: mt9v032: Add OF support

2015-03-18 Thread Laurent Pinchart
Parse DT properties into a platform data structure when a DT node is available. Signed-off-by: Laurent Pinchart --- Changes since v3: - Use /bits/ 64 in the DT bindings example - Remove the parent I2C master node from the DT bindings example - Use devm_kcalloc() to allocate array Changes sinc