Re: [PATCH v4] media: spi: Add support for LMH0395

2015-01-09 Thread Jean-Michel Hautbois
Hi Laurent, Thanks for the review. 2014-11-03 14:13 GMT+01:00 Laurent Pinchart : > Hi Jean-Michel, > > Thank you for the patch. > > On Wednesday 10 September 2014 11:43:54 Jean-Michel Hautbois wrote: >> This device is a SPI based device from TI. >> It is a 3 Gbps HD/SD SDI Dual Output Low Power >

Re: [PATCH v4] media: spi: Add support for LMH0395

2014-11-03 Thread Hans Verkuil
On 11/03/2014 02:42 PM, Laurent Pinchart wrote: > On Monday 03 November 2014 14:36:26 Hans Verkuil wrote: >> On 11/03/2014 02:13 PM, Laurent Pinchart wrote: >>> Hi Jean-Michel, >>> >>> Thank you for the patch. >> >>> On Wednesday 10 September 2014 11:43:54 Jean-Michel Hautbois wrote: >> >> +s

Re: [PATCH v4] media: spi: Add support for LMH0395

2014-11-03 Thread Laurent Pinchart
On Monday 03 November 2014 14:36:26 Hans Verkuil wrote: > On 11/03/2014 02:13 PM, Laurent Pinchart wrote: > > Hi Jean-Michel, > > > > Thank you for the patch. > > > On Wednesday 10 September 2014 11:43:54 Jean-Michel Hautbois wrote: > > > >> +static int lmh0395_s_routing(struct v4l2_subdev *sd,

Re: [PATCH v4] media: spi: Add support for LMH0395

2014-11-03 Thread Hans Verkuil
On 11/03/2014 02:13 PM, Laurent Pinchart wrote: > Hi Jean-Michel, > > Thank you for the patch. > > On Wednesday 10 September 2014 11:43:54 Jean-Michel Hautbois wrote: > >> +static int lmh0395_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, >> +u32 config)

Re: [PATCH v4] media: spi: Add support for LMH0395

2014-11-03 Thread Laurent Pinchart
Hi Jean-Michel, Thank you for the patch. On Wednesday 10 September 2014 11:43:54 Jean-Michel Hautbois wrote: > This device is a SPI based device from TI. > It is a 3 Gbps HD/SD SDI Dual Output Low Power > Extended Reach Adaptive Cable Equalizer. > > LMH0395 enables the use of up to two outputs.

[PATCH v4] media: spi: Add support for LMH0395

2014-09-10 Thread Jean-Michel Hautbois
This device is a SPI based device from TI. It is a 3 Gbps HD/SD SDI Dual Output Low Power Extended Reach Adaptive Cable Equalizer. LMH0395 enables the use of up to two outputs. These can be configured using DT. Controls should be accessible from userspace too. This will have to be done later. v2