Re: [PATCH v2 46/48] adv7604: Add DT support

2014-04-17 Thread Sylwester Nawrocki
Hi Laurent. On 11/03/14 00:15, Laurent Pinchart wrote: Parse the device tree node to populate platform data. Cc: devicet...@vger.kernel.org Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- .../devicetree/bindings/media/i2c/adv7604.txt | 56 +

Re: [PATCH v2 46/48] adv7604: Add DT support

2014-04-17 Thread Laurent Pinchart
Hi Sylwester, Thank you for the review. On Thursday 17 April 2014 12:59:22 Sylwester Nawrocki wrote: On 11/03/14 00:15, Laurent Pinchart wrote: Parse the device tree node to populate platform data. Cc: devicet...@vger.kernel.org Signed-off-by: Laurent Pinchart

Re: [PATCH v2 46/48] adv7604: Add DT support

2014-04-17 Thread Laurent Pinchart
Hi Sylwester, On Thursday 17 April 2014 14:36:32 Laurent Pinchart wrote: On Thursday 17 April 2014 12:59:22 Sylwester Nawrocki wrote: On 11/03/14 00:15, Laurent Pinchart wrote: Parse the device tree node to populate platform data. Cc: devicet...@vger.kernel.org Signed-off-by:

Re: [PATCH v2 46/48] adv7604: Add DT support

2014-04-17 Thread Sylwester Nawrocki
On 17/04/14 15:08, Laurent Pinchart wrote: static struct i2c_driver adv7604_driver = { .driver = { .owner = THIS_MODULE, .name = adv7604, +.of_match_table = of_match_ptr(adv7604_of_id), of_match_ptr() isn't

[PATCH v2 46/48] adv7604: Add DT support

2014-03-10 Thread Laurent Pinchart
Parse the device tree node to populate platform data. Cc: devicet...@vger.kernel.org Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- .../devicetree/bindings/media/i2c/adv7604.txt | 56 + drivers/media/i2c/adv7604.c| 92