Re: [RFCv2 5/8] [media] si4713: add device tree support

2014-11-10 Thread Sebastian Reichel
Hi Sakari, On Tue, Nov 04, 2014 at 11:47:14PM +0200, Sakari Ailus wrote: > Nice set of patches! Thanks! :-) Thanks :) > > [...] > > struct si4713_device *sdev; > > - struct si4713_platform_data *pdata = client->dev.platform_data; > > struct v4l2_ctrl_handler *hdl; > > - int rval, i;

Re: [RFCv2 5/8] [media] si4713: add device tree support

2014-11-04 Thread Sakari Ailus
Hi Sebastian, Nice set of patches! Thanks! :-) On Tue, Oct 21, 2014 at 05:07:04PM +0200, Sebastian Reichel wrote: > Add device tree support by changing the device registration order. > In the device tree the si4713 node is a normal I2C device, which > will be probed as such. Thus the V4L device m

[RFCv2 5/8] [media] si4713: add device tree support

2014-10-21 Thread Sebastian Reichel
Add device tree support by changing the device registration order. In the device tree the si4713 node is a normal I2C device, which will be probed as such. Thus the V4L device must be probed from the I2C device and not the other way around. Signed-off-by: Sebastian Reichel --- drivers/media/radi