This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Fri Jul 8 04:00:16 CEST 2016
git branch: test
git hash: d81295d1bed850335f9f4ccb6b1aa4f6a123d4f0
gcc versi
Hi all,
We just started developing a linux dvb driver for our Digital TV
demodulator. In the driver module, we have the need to parse the
incoming video feed due to some issue in our hardware. We are reading
through the code to understand things and trying to find workarounds,
and we became to rea
On 07/07/2016 12:59 AM, Steve Longerbeam wrote:
> Autodetect was likely broken only because access to the
> interrupt registers were broken, so there were no standard
> change interrupts. After fixing that, and reverting this,
> autodetect seems to work just fine on an i.mx6q SabreAuto.
>
> This r
On 07/07/2016 12:59 AM, Steve Longerbeam wrote:
> Access to the interrupt page registers has been broken since
> at least 3999e5d01da74f1a22afbb0b61b3992fea301478. That commit
> forgot to add the inerrupt page number to the register defines.
typo: interrupt
>
> Signed-off-by: Steve Longerbeam
> @@ -1190,6 +1207,20 @@ out_unlock:
> return ret;
> }
>
> +static int adv7180_of_parse(struct adv7180_state *state)
Since there is nothing of specific in here anymore the name should be
changed, or maybe just inline the code directly in probe.
> +{
> + struct i2c_client *client = st
On 07/07/2016 12:59 AM, Steve Longerbeam wrote:
> Define and load register tables that conform to Analog Device's
> recommended register settings. It loads the default single-ended
> CVBS on Ain1 configuration for both ADV7180 and ADV7182 chips.
The driver should already setup the recommended conf
On Wed, Jul 6, 2016 at 4:00 PM, Steve Longerbeam wrote:
> Subscribe to the V4L2_EVENT_SOURCE_CHANGE event and send
> V4L2_EVENT_SRC_CH_RESOLUTION in the interrupt handler on a
> detected standard change.
>
> Signed-off-by: Steve Longerbeam
> ---
> drivers/media/i2c/adv7180.c | 33 +++
On Wed, Jul 6, 2016 at 4:00 PM, Steve Longerbeam wrote:
> Change the media bus format from YUYV8_2X8 to UYVY8_2X8. Colors
> now look correct when capturing with the i.mx6 backend. The other
> option is to set the SWPC bit in register 0x27 to swap the Cr and Cb
> output samples.
>
> Signed-off-by:
On Wed, Jul 6, 2016 at 3:59 PM, Steve Longerbeam wrote:
> Define and load register tables that conform to Analog Device's
> recommended register settings. It loads the default single-ended
> CVBS on Ain1 configuration for both ADV7180 and ADV7182 chips.
>
> New register addresses have been defined
On 07/07/2016 01:00 AM, Steve Longerbeam wrote:
> Change the media bus format from YUYV8_2X8 to UYVY8_2X8. Colors
> now look correct when capturing with the i.mx6 backend. The other
> option is to set the SWPC bit in register 0x27 to swap the Cr and Cb
> output samples.
>
> Signed-off-by: Steve Lo
On Wed, Jul 6, 2016 at 3:59 PM, Steve Longerbeam wrote:
> Implement g_parm to return the current standard's frame period.
>
> Signed-off-by: Steve Longerbeam
> ---
> drivers/media/i2c/adv7180.c | 22 ++
> 1 file changed, 22 insertions(+)
>
> diff --git a/drivers/media/i2c/adv
On Wed, Jul 6, 2016 at 3:59 PM, Steve Longerbeam wrote:
> Some targets control the ADV7180 power pin via a gpio, so add
> support for "pwdn-gpio" pin control.
>
> Signed-off-by: Steve Longerbeam
> ---
> drivers/media/i2c/Kconfig | 2 +-
> drivers/media/i2c/adv7180.c | 37 +
On 07/07/2016 12:59 AM, Steve Longerbeam wrote:
> Add a device tree boolean property "bt656-4" to allow setting
> the ITU-R BT.656-4 compatible bit.
>
> Signed-off-by: Steve Longerbeam
Hi,
Thanks for the patch.
> ---
> drivers/media/i2c/adv7180.c | 18 +-
> 1 file changed, 17
On Wed, Jul 6, 2016 at 3:59 PM, Steve Longerbeam wrote:
> Autodetect was likely broken only because access to the
> interrupt registers were broken, so there were no standard
> change interrupts. After fixing that, and reverting this,
> autodetect seems to work just fine on an i.mx6q SabreAuto.
>
On Wed, Jul 6, 2016 at 3:59 PM, Steve Longerbeam wrote:
> Access to the interrupt page registers has been broken since
> at least 3999e5d01da74f1a22afbb0b61b3992fea301478. That commit
> forgot to add the inerrupt page number to the register defines.
>
> Signed-off-by: Steve Longerbeam
> ---
> dr
On Wed, Jul 6, 2016 at 3:59 PM, Steve Longerbeam wrote:
> Steve Longerbeam (11):
> media: adv7180: Fix broken interrupt register access
> Revert "[media] adv7180: fix broken standards handling"
> media: adv7180: add power pin control
> media: adv7180: implement g_parm
> media: adv7180: i
On Wed, Jul 6, 2016 at 4:06 PM, Steve Longerbeam wrote:
> Philipp Zabel (2):
> media: imx: Add video switch
> ARM: dts: imx6qdl: Add mipi_ipu1/2 video muxes, mipi_csi, and their
> connections
>
> Steve Longerbeam (25):
> gpu: ipu-v3: Add Video Deinterlacer unit
> gpu: ipu-cpmem: Add ip
On Wed, Jul 6, 2016 at 4:36 PM, Steve Longerbeam wrote:
> Steve Longerbeam (6):
> ARM: dts: imx6-sabrelite: add video capture devices and connections
> ARM: dts: imx6-sabresd: add video capture devices and connections
> ARM: dts: imx6-sabreauto: create i2cmux for i2c3
> ARM: dts: imx6-sabr
The cec_msg_request_short_audio_descriptor function was missing the reply
argument. That's needed if you want the framework to wait for the reply
message.
Signed-off-by: Hans Verkuil
diff --git a/include/linux/cec-funcs.h b/include/linux/cec-funcs.h
index 19486009..763d0fe 100644
--- a/include/l
Hi Tiffany,
On 07/07/16 12:16, tiffany lin wrote:
> Hi Hans,
>
>
> On Wed, 2016-07-06 at 15:19 +0200, Hans Verkuil wrote:
>> Hi Tiffany,
>>
>> I plan to review this patch series on Friday, but one obvious question is
>> what the reason for these failures is:
>>
>>> Input/Output configuration ioc
Hi Hans,
On Wed, 2016-07-06 at 15:19 +0200, Hans Verkuil wrote:
> Hi Tiffany,
>
> I plan to review this patch series on Friday, but one obvious question is
> what the reason for these failures is:
>
> > Input/Output configuration ioctls:
> > test VIDIOC_ENUM/G/S/QUERY_STD: OK (Not Suppo
On 07/07/16 10:12, Hao Zhang wrote:
> hi all
>
> i am developing a linux kernel driver for a 4-CH AHD2.0 RX and 9-CH
> Audio Codec which is named nvp6124 .
>
> wedsite : http://www.nextchip.com/ch/products/product.asp?hGubun=AHD.
>
> below are few of its characteristics:
>
> video codec:
> it d
Hi,
Newb linux dvb here. I have been battling with this for days, and hoping for
some pointers...
Brand new fresh install of Mythbuntu 16.06
DigitalNow TinyTwin DVB-T Receiver V2 which used to work on a windows box.
checking this page .. should be supported
https://www.linuxtv.org/w
hi all
i am developing a linux kernel driver for a 4-CH AHD2.0 RX and 9-CH
Audio Codec which is named nvp6124 .
wedsite : http://www.nextchip.com/ch/products/product.asp?hGubun=AHD.
below are few of its characteristics:
video codec:
it digitizes and decodes ntsc/pal/comet/AHD1.0/AHD2.O video si
24 matches
Mail list logo