cron job: media_tree daily build: WARNINGS

2015-03-29 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: Mon Mar 30 04:00:15 CEST 2015 git branch: test git hash: 8a56b6b5fd6ff92b7e27d870b803b11b751660c2 gcc

Re: [PATCH 82/86] media/fintek: drop pci_ids dependency

2015-03-29 Thread Mauro Carvalho Chehab
Em Sun, 29 Mar 2015 15:43:23 +0200 Michael S. Tsirkin m...@redhat.com escreveu: This driver does not use any PCI IDs, don't include the pci_ids.h header. Please merge the media patches into one. No reason to have this rename broken into lots of patches. Thanks, Mauro Signed-off-by:

[RESEND 2 PATCH 1/1] vb2: Fix dma_dir setting for dma-contig mem type

2015-03-29 Thread Sakari Ailus
From: Sakari Ailus sakari.ai...@linux.intel.com (This time with correct stable address.) The last argument of vb2_dc_get_user_pages() is of type enum dma_data_direction, but the caller, vb2_dc_get_userptr() passes a value which is the result of comparison dma_dir == DMA_FROM_DEVICE. This results

[RESEND PATCH 1/1] vb2: Fix dma_dir setting for dma-contig mem type

2015-03-29 Thread Sakari Ailus
From: Sakari Ailus sakari.ai...@linux.intel.com The last argument of vb2_dc_get_user_pages() is of type enum dma_data_direction, but the caller, vb2_dc_get_userptr() passes a value which is the result of comparison dma_dir == DMA_FROM_DEVICE. This results in the write parameter to

[PATCH 48/86] media/nuvoton: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/media/rc/nuvoton-cir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 47/86] media/ite: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/media/rc/ite-cir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 49/86] media/winbond: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/media/rc/winbond-cir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH v2 repost] media: soc_camera: rcar_vin: Fix wait_for_completion

2015-03-29 Thread Yoshihiro Kaneko
From: Koji Matsuoka koji.matsuoka...@renesas.com When stopping abnormally, a driver can't return from wait_for_completion. This patch resolved this problem by changing wait_for_completion_timeout from wait_for_completion. Signed-off-by: Koji Matsuoka koji.matsuoka...@renesas.com Signed-off-by:

Re: [PATCH/RFC] v4l: vsp1: Change VSP1 LIF linebuffer FIFO

2015-03-29 Thread Yoshihiro Kaneko
Hi Geert, Hi Laurent, Thanks for your review. There do indeed seem to be some problems with this patch. I'm happy get some feedback from the BSP team if you think it is worthwhile. Else I suggest we simply drop this issue for now. Thanks, Kaneko 2015-03-18 22:23 GMT+09:00 Laurent Pinchart

Re: [PATCH/RFC] v4l: vsp1: Fix Suspend-to-RAM

2015-03-29 Thread Yoshihiro Kaneko
Hi Laurent, I'm wondering if you could find a moment to look over this patch. Regards, Kaneko 2015-03-15 23:33 GMT+09:00 Yoshihiro Kaneko ykaneko0...@gmail.com: From: Sei Fumizono sei.fumizono...@hitachi-solutions.com Fix Suspend-to-RAM so that VSP1 driver continues to work after resuming.

[PATCH 82/86] media/fintek: drop pci_ids dependency

2015-03-29 Thread Michael S. Tsirkin
This driver does not use any PCI IDs, don't include the pci_ids.h header. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/media/rc/fintek-cir.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/rc/fintek-cir.c b/drivers/media/rc/fintek-cir.c index 4ef500f..9ca168a

[PATCH 44/86] media/ddbridge: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/media/pci/ddbridge/ddbridge-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 45/86] media/ngene: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/media/pci/ngene/ngene-cards.c | 2 +- drivers/media/pci/ngene/ngene-i2c.c | 2 +- 2 files

[PATCH 46/86] media/fintek: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/media/rc/fintek-cir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Persoenliche E-mail

2015-03-29 Thread Herr Juan Sebastian Morato
Guten Tag, Ich bin Herr Juan Sebastian Morato, der Auditor General von Unicaja Bank Madrid. Im Zuge meiner Abschlusspruefung, entdeckte ich eine schwimmende Fonds auf einem Konto, das 1990 bei der Cam Bank eroeffnet wurde, bevor der Besitz von Unicaja Gruppe gekauft wurde, ich bin der

Re: (bisected) Logitech C920 (uvcvideo) stutters since 3.9

2015-03-29 Thread Milos Ivanovic
On 8/12/2014 10:23 am, Grazvydas Ignotas wrote: Hi, On Sun, Dec 7, 2014 at 9:23 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Grazvydas, (CC'ing Paulo Assis) On Saturday 06 December 2014 02:25:25 Grazvydas Ignotas wrote: On Fri, Dec 5, 2014 at 1:46 PM, Laurent Pinchart

[PATCH] dw2102: switch ts2022 to ts2020 driver

2015-03-29 Thread Antti Palosaari
Change ts2022 driver to ts2020 driver. ts2020 driver supports both tuner chip models. That affects TechnoTrend TT-connect S2-4600 DVB-S/S2 device, which Olli just added. Cc: Olli Salonen olli.salo...@iki.fi Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb/Kconfig | 1

Re: [GIT PULL 4.1] TS2020 / TS2022

2015-03-29 Thread Antti Palosaari
PULL request update. Added pending patches which causes conflict otherwise. regards Antti On 03/28/2015 01:50 AM, Antti Palosaari wrote: Add TS2022 support to TS2020 driver. Relative small changes were needed. Add I2C binding to TS2020. Switch TS2022 users to TS2020 and finally drop obsolete