Re: usbvision: problems adding support for ATI TV Wonder USB Edition

2016-07-05 Thread Christopher Chavez
Hi Hans, On Fri, Jul 1, 2016 at 5:15 AM, Hans Verkuil wrote: > Hi Christopher, > > On 12/19/2015 07:12 AM, Christopher Chavez wrote: >> >> I'm still researching what other programs to test this with (VLC? >> v4l-utils?)... > > I use qv4l2 from v4l-utils. Thanks for the

cron job: media_tree daily build: ERRORS

2016-07-05 Thread Hans Verkuil
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: Wed Jul 6 04:00:17 CEST 2016 git branch: test git hash: d81295d1bed850335f9f4ccb6b1aa4f6a123d4f0 gcc

Re: [RFC PATCH] media: s5p-mfc - remove vidioc_g_crop

2016-07-05 Thread Shuah Khan
On 07/03/2016 07:30 PM, Nicolas Dufresne wrote: > Le dimanche 03 juillet 2016 à 11:43 +0200, Hans Verkuil a écrit : >> Hi Nicolas, >> >> On 07/02/2016 10:29 PM, Nicolas Dufresne wrote: >>> >>> Le 30 juin 2016 5:35 PM, "Shuah Khan" >> > a

[PATCH 07/12] doc-rst: customize RTD theme, table & full width

2016-07-05 Thread Mauro Carvalho Chehab
From: Markus Heiser The default table layout of the RTD theme does not fit for vast tables, like the ones we have in the linux_tv project. This has been discussed on the ML [1]. The RTD theme is a two column layout, with a navigation column on the left and a content

[PATCH 05/12] doc-rst: boilerplate HTML theme customization

2016-07-05 Thread Mauro Carvalho Chehab
From: Markus Heiser Implements the minimal boilerplate for Sphinx HTML theme customization. Signed-off-by: Markus Heiser Signed-off-by: Mauro Carvalho Chehab --- Documentation/conf.py |

[PATCH 04/12] doc-rst: linux_tv: dvb: put return value at the end

2016-07-05 Thread Mauro Carvalho Chehab
On some syscall descriptions, the tables are described after the return value. Do that inside descriptions. Signed-off-by: Mauro Carvalho Chehab --- .../linux_tv/media/dvb/audio-set-attributes.rst | 2 -- Documentation/linux_tv/media/dvb/audio-set-ext-id.rst |

[PATCH 03/12] doc-rst: linux_tv: dvb: use lowercase for filenames

2016-07-05 Thread Mauro Carvalho Chehab
There are some ioctls in upper case. This is not the standard. Put them on lowercase, to match what's done with other ioctls. Signed-off-by: Mauro Carvalho Chehab --- ...LEGACY_CMD.rst => fe-dishnetwork-send-legacy-cmd.rst} | 0 .../media/dvb/{FE_GET_EVENT.rst =>

[PATCH 06/12] doc-rst: remove Documentation/linux_tv/conf.py file

2016-07-05 Thread Mauro Carvalho Chehab
This file is actually not used to build the media uAPI docbook. So, remove it. Signed-off-by: Mauro Carvalho Chehab --- Documentation/linux_tv/conf.py | 221 - 1 file changed, 221 deletions(-) delete mode 100644

[PATCH 08/12] doc-rst: customize RTD theme, captions & inline literal

2016-07-05 Thread Mauro Carvalho Chehab
From: Markus Heiser The layout of (table) captions in the RTD theme is a bit ugly and the bordered, red colored of inline literals is a bit to gaudy. The requirements has been discussed in the ML [1]. captions: - captions should have 100% (not 85%) font size -

Re: [PATCH] media: rc: nuvoton: decrease size of raw event fifo

2016-07-05 Thread Heiner Kallweit
Am 05.07.2016 um 11:17 schrieb Sean Young: > On Tue, Jul 05, 2016 at 08:05:16AM +0200, Heiner Kallweit wrote: >> Am 04.07.2016 um 23:06 schrieb Sean Young: >>> On Mon, Jul 04, 2016 at 10:51:50PM +0200, Heiner Kallweit wrote: Am 04.07.2016 um 22:13 schrieb Sean Young: > On Wed, May 18,

[bug report] [media] cec-funcs.h: static inlines to pack/unpack CEC messages

2016-07-05 Thread Dan Carpenter
Hello Hans Verkuil, The patch 50f7d5a65e5a: "[media] cec-funcs.h: static inlines to pack/unpack CEC messages" from Jun 17, 2016, leads to the following static checker warning: include/linux/cec-funcs.h:1154 cec_ops_set_osd_string() warn: setting length 'msg->len - 3' to negative

Re: [PATCH] [media] rc: ir-spi: add support for IR LEDs connected with SPI

2016-07-05 Thread Andi Shyti
Hi Rob, > > The ir-spi is a simple device driver which supports the > > connection between an IR LED and the MOSI line of an SPI device. > > Please split the binding from the driver. OK! > > +Device tree bindings for IR LED connected through SPI bus which is used as > > +remote controller. >

Re: [PATCH] [media] rc: ir-spi: add support for IR LEDs connected with SPI

2016-07-05 Thread Rob Herring
On Fri, Jul 01, 2016 at 05:33:42PM +0900, Andi Shyti wrote: > The ir-spi is a simple device driver which supports the > connection between an IR LED and the MOSI line of an SPI device. Please split the binding from the driver. > The driver, indeed, uses the SPI framework to stream the raw data

Re: pull request: lunux-firmware: Add Mediatek MT8173 VPU firmware

2016-07-05 Thread Kyle McMartin
On Mon, Jul 04, 2016 at 06:48:34PM +0800, Andrew-CT Chen wrote: > Hi linux-firmware maintainers, > > The following changes since commit 3ef7857d511ce6a91c5ce609da76c4702651cfa5: > > amdgpu: update polaris ucode (2016-06-28 14:31:11 -0400) > > are available in the git repository at: > >

[PATCH] adv7511: the h/vsync polarities were always positive

2016-07-05 Thread Hans Verkuil
Correctly set the h/vsync polarities instead of keeping to the default (positive). Signed-off-by: Hans Verkuil --- drivers/media/i2c/adv7511.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/media/i2c/adv7511.c b/drivers/media/i2c/adv7511.c index

[GIT PULL FOR v4.8] Various dvb/rc fixes/improvements

2016-07-05 Thread Hans Verkuil
Mauro, As requested, I'm helping out with reducing the backlog. This is the third version of this pull request. The only difference with the older pull requests is that these two patches are dropped: https://patchwork.linuxtv.org/patch/34338/ https://patchwork.linuxtv.org/patch/34339/ I think

Good day, my name is Othman Bin Faisal, i sent a letter to you but without any response, i need your assistance to transfer 4.5 million Euros through an offshore account, can you assist me? Send me yo

2016-07-05 Thread OTHMAN BINFAISAL
-- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [GIT PULL FOR v4.8] Various dvb/rc fixes/improvements

2016-07-05 Thread Sean Young
On Tue, Jul 05, 2016 at 12:25:17AM +0200, Hans Verkuil wrote: > On 07/04/2016 10:19 PM, Sean Young wrote: > > On Mon, Jul 04, 2016 at 01:54:56PM +0200, Hans Verkuil wrote: > >> Mauro, > >> > >> As requested, I'm helping out with reducing the backlog. > >> > >> Regards, > >> > >>Hans > >> > >>

Re: [PATCH] media: rc: nuvoton: decrease size of raw event fifo

2016-07-05 Thread Sean Young
On Tue, Jul 05, 2016 at 08:05:16AM +0200, Heiner Kallweit wrote: > Am 04.07.2016 um 23:06 schrieb Sean Young: > > On Mon, Jul 04, 2016 at 10:51:50PM +0200, Heiner Kallweit wrote: > >> Am 04.07.2016 um 22:13 schrieb Sean Young: > >>> On Wed, May 18, 2016 at 10:29:41PM +0200, Heiner Kallweit wrote:

Re: [PATCH v2 1/3] sur40: properly report a single frame rate of 60 FPS

2016-07-05 Thread Hans Verkuil
On 07/05/2016 08:56 AM, Florian Echtler wrote: > Hello Hans, > > On 05.07.2016 08:41, Hans Verkuil wrote: >> On 05/31/2016 10:15 PM, Florian Echtler wrote: >>> The device hardware is always running at 60 FPS, so report this both via >>> PARM_IOCTL and ENUM_FRAMEINTERVALS. >>> >>> Signed-off-by:

Re: [PATCH v2 1/3] sur40: properly report a single frame rate of 60 FPS

2016-07-05 Thread Florian Echtler
Hello Hans, On 05.07.2016 08:41, Hans Verkuil wrote: > On 05/31/2016 10:15 PM, Florian Echtler wrote: >> The device hardware is always running at 60 FPS, so report this both via >> PARM_IOCTL and ENUM_FRAMEINTERVALS. >> >> Signed-off-by: Martin Kaltenbrunner >> Signed-off-by:

Re: [GIT PULL FOR v4.8] Various fixes/improvements

2016-07-05 Thread Hans Verkuil
On 07/05/2016 07:29 AM, Florian Echtler wrote: > Hello Hans, > > On 01.07.2016 16:45, Hans Verkuil wrote: >> Florian Echtler (3): >> sur40: properly report a single frame rate of 60 FPS >> sur40: lower poll interval to fix occasional FPS drops to ~56 FPS >> sur40: fix occasional

[GIT PULL FOR v4.8] Various fixes/improvements

2016-07-05 Thread Hans Verkuil
Hi Mauro, This supersedes https://patchwork.linuxtv.org/patch/34974. I dropped one patch from Florian that I had some more questions about and added a Cc to stable for the two other patches from Florian so that they are added to kernels 4.2 and up. Regards, Hans The following changes

Re: [PATCH v2 1/3] sur40: properly report a single frame rate of 60 FPS

2016-07-05 Thread Hans Verkuil
On 05/31/2016 10:15 PM, Florian Echtler wrote: > The device hardware is always running at 60 FPS, so report this both via > PARM_IOCTL and ENUM_FRAMEINTERVALS. > > Signed-off-by: Martin Kaltenbrunner > Signed-off-by: Florian Echtler > --- >

Re: [PATCH] media: rc: nuvoton: decrease size of raw event fifo

2016-07-05 Thread Heiner Kallweit
Am 04.07.2016 um 23:06 schrieb Sean Young: > On Mon, Jul 04, 2016 at 10:51:50PM +0200, Heiner Kallweit wrote: >> Am 04.07.2016 um 22:13 schrieb Sean Young: >>> On Wed, May 18, 2016 at 10:29:41PM +0200, Heiner Kallweit wrote: This chip has a 32 byte HW FIFO only. Therefore the default fifo

Re: IR remote stopped working in kernels 4.5 and 4.6

2016-07-05 Thread Heiner Kallweit
Am 04.07.2016 um 23:18 schrieb James Bottomley: > On Mon, 2016-07-04 at 23:08 +0200, Heiner Kallweit wrote: >> Am 04.07.2016 um 22:36 schrieb James Bottomley: >>> This looks to be a problem with the rc subsystem. The IR >>> controller in question is part of a cx8800 atsc card. In the 4.4 >>>