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
> >
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
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
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