Hi Hans,
2015-10-12 12:22 GMT+02:00 Hans Verkuil :
> On 10/04/2015 06:17 PM, Jean-Michel Hautbois wrote:
>> Hi,
>>
>> I had another look into the ADV7604 HW manual, and I understand that
>> in automatic mode, there is 4 AIN_SEL values possible, determining the
>> connection on AIN pins.
>> Now, ha
On Wed, 06 Jan 2016 22:05:35 +0100,
Shuah Khan wrote:
>
> diff --git a/sound/usb/Makefile b/sound/usb/Makefile
> index 2d2d122..665fdd9 100644
> --- a/sound/usb/Makefile
> +++ b/sound/usb/Makefile
> @@ -2,6 +2,18 @@
> # Makefile for ALSA
> #
>
> +# Media Controller
> +ifeq ($(CONFIG_MEDIA_CONT
I was looking at typos in MODULE_PARM_DESC() and I noticed a problem in
drivers/media/pci/bt8xx/bttv-cards.c
MODULE_PARM_DESC(saa6588, "if 1, then load the saa6588 RDS module, default (0)
is to use the card definition.");
The saa6588[] array is not set up as a module parameter so you can't
actua
From: Laurent Pinchart
This patch enables the tvp5150 decoder driver to be used with the media
controller framework by adding pad-level subdev operations and init the
media entity pad.
Signed-off-by: Laurent Pinchart
Signed-off-by: Javier Martinez Canillas
---
Changes in v2: None
drivers/me
From: Laurent Pinchart
This patch adds the .g_mbus_config subdev operation to the driver.
Signed-off-by: Laurent Pinchart
Signed-off-by: Javier Martinez Canillas
---
Changes in v2: None
drivers/media/i2c/tvp5150.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/drivers/medi
From: Eduard Gavin
The Documentation/devicetree/bindings/media/i2c/tvp5150.txt DT binding doc
lists "ti,tvp5150" as the device compatible string but the driver does not
have an OF match table. Add the table to the driver so the I2C core can do
an OF style match.
Signed-off-by: Eduard Gavin
Sign
From: Laurent Pinchart
This patch adds the .s_stream subdev operation to the driver.
Signed-off-by: Laurent Pinchart
Signed-off-by: Javier Martinez Canillas
---
Changes in v2: None
drivers/media/i2c/tvp5150.c | 16
1 file changed, 16 insertions(+)
diff --git a/drivers/medi
Add a Device Tree binding document for the TVP5150 video decoder.
Signed-off-by: Javier Martinez Canillas
Reviewed-by: Laurent Pinchart
---
Changes in v2:
- Fix indentation of the DTS example. Suggested by Rob Herring.
- Rename powerdown-gpios to pdn-gpios to match the pin name in
the datash
From: Laurent Pinchart
Move the version detection code to a separate function and restructure
it to prepare for TVP5151 support.
Signed-off-by: Laurent Pinchart
Signed-off-by: Javier Martinez Canillas
---
Changes in v2: None
drivers/media/i2c/tvp5150.c | 79 ++---
Hello,
One of my testing platforms for the MC next gen [0] work has been an OMAP3
board (IGEPv2) with a tvp5151 video decoder attached to the OMAP3ISP block.
I've been using some patches from Laurent Pinchart that adds MC support to
the tvp5150 driver. The patches were never posted to the list an
Sometimes i2c transfer fails. That happens especially when large
amount of data is written sequentially eg. firmware download.
Problem arises with both integrated rtl2832 demod and external
mn88472 demod, which is clear indicator it is busy i2c bus issue.
Use i2c core retry logic in order fix the i
Hi Rob,
On 2016-01-06 15:49, Rob Herring wrote:
> On Tue, Jan 05, 2016 at 04:57:18PM +0100, Peter Rosin wrote:
>> From: Peter Rosin
>>
>> With a i2c topology like the following
>>
>>GPIO ---| -- BAT1
>> | v /
>>I2C -+--+--
Hi Antti,
On 2016-01-06 18:17, Antti Palosaari wrote:
> On 01/05/2016 05:57 PM, Peter Rosin wrote:
>> From: Peter Rosin
>>
>> Hi!
>>
>> I have a pair of boards with this i2c topology:
>>
>> GPIO ---| -- BAT1
>> | v /
>> I2C -+---
13 matches
Mail list logo