Re: [PATCH] vb2: fix vb2_poll for output streams

2014-07-24 Thread Marek Szyprowski
Hello, On 2014-07-24 14:19, Hans Verkuil wrote: vb2_poll should always return POLLOUT | POLLWRNORM as long as there are fewer buffers queued than there are buffers available. Poll for an output stream should only wait if all buffers are queued and nobody is dequeuing them. Signed-off-by: Hans V

Re: [PATCH v6 4/6] soc_camera: add support for dt binding soc_camera drivers

2014-07-24 Thread Josh Wu
Hi, Guennadi On 7/24/2014 2:01 AM, Guennadi Liakhovetski wrote: Add initial support for OF based soc-camera devices that may be used by any of the soc-camera drivers. The driver itself will need converting to use OF. These changes allow the soc-camera driver to do the connecting of any async ca

cron job: media_tree daily build: OK

2014-07-24 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: Fri Jul 25 04:00:19 CEST 2014 git branch: test git hash: 488046c237f3b78f91046d45662b318cd2415f64 gcc versi

[PATCH] V4L/DVB: dvb-usb-v2: Update firmware and driver for performance of ITEtech IT9135

2014-07-24 Thread Bimow.Chen
Fix performance issue of IT9135 AX and BX chip versions. 0001-Update-firmware-and-driver-for-performance-of-ITEtec.patch Description: 0001-Update-firmware-and-driver-for-performance-of-ITEtec.patch

Re: [BUG] rc1 rc2 rc3 not bootable - black screen after kernel loading

2014-07-24 Thread Felix Miata
On 2014-07-24 18:18 (GMT+0200) Martin Kepplinger composed: > schrieb Martin Kepplinger: >> back to aaeb2554337217dfa4eac2fcc90da7be540b9a73 as the first bad >> commit. why is this not revertable exactly? how can I show a complete >> list of commits this merge introduces? > It seems that _nobody_

Re: [BUG] rc1 rc2 rc3 not bootable - black screen after kernel loading

2014-07-24 Thread Hugh Dickins
On Thu, 24 Jul 2014, Martin Kepplinger wrote: > Am 2014-06-30 12:39, schrieb Martin Kepplinger: > > back to aaeb2554337217dfa4eac2fcc90da7be540b9a73 as the first bad > > commit. why is this not revertable exactly? how can I show a complete > > list of commits this merge introduces? > > > > It see

Re: [BUG] rc1 rc2 rc3 not bootable - black screen after kernel loading

2014-07-24 Thread Woody Suwalski
Martin Kepplinger wrote: Am 2014-06-30 12:39, schrieb Martin Kepplinger: back to aaeb2554337217dfa4eac2fcc90da7be540b9a73 as the first bad commit. why is this not revertable exactly? how can I show a complete list of commits this merge introduces? It seems that _nobody_ is running a simple 32

Re: [PATCH v4 1/2] media: soc_camera: pxa_camera device-tree support

2014-07-24 Thread Guennadi Liakhovetski
(re-adding Cc) On Wed, 23 Jul 2014, Robert Jarzmik wrote: > Guennadi Liakhovetski writes: > > > Add device-tree support to pxa_camera host driver. > > > > Signed-off-by: Robert Jarzmik > > [g.liakhovet...@gmx.de: added of_node_put()] > > Signed-off-by: Guennadi Liakhovetski > > --- > > > > Ro

[PATCH] media: drx39xyj - use drxj_set_lna_state() and remove duplicate LNA code

2014-07-24 Thread Shuah Khan
drx39xxj_set_lna() and drx39xxj_set_frontend() set LNA. Instead of duplicating LNA configure code, change to use drxj_set_lna_state() which sets LNA to the caller requested state (on or off). Signed-off-by: Shuah Khan --- This patch depends on previous patch that added drxj_set_lna_state(). http

[PATCH] [media] coda: fix build error by making reset control optional

2014-07-24 Thread Philipp Zabel
make reset control optional for i.MX27 The patch "[media] coda: add reset control support" introduced a build failure if CONFIG_RESET_CONTROLLER is disabled: drivers/media/platform/coda.c:3734:2: error: implicit declaration of function 'devm_reset_control_get' Since not all SoCs contain

Please reply

2014-07-24 Thread Peter Hans
Good day, Here is a pdf attachment of my proposal to you. Please read and reply I would be grateful. Peter Hans wrote: Good day.pdf Description: Adobe PDF document

[next:master 7435/8702] ERROR: "usb_alloc_urb" [drivers/media/dvb-frontends/rtl2832_sdr.ko] undefined!

2014-07-24 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 1a58d9909611972fd1c081bb04a9f7dc2571e612 commit: 77bbb2b049c1c3e935f5bec510bec337d94ae8f8 [7435/8702] rtl2832_sdr: move from staging to media config: x86_64-randconfig-r0-07242346 (attached as .config) All er

Re: [BUG] rc1 rc2 rc3 not bootable - black screen after kernel loading

2014-07-24 Thread Martin Kepplinger
Am 2014-06-30 12:39, schrieb Martin Kepplinger: > back to aaeb2554337217dfa4eac2fcc90da7be540b9a73 as the first bad > commit. why is this not revertable exactly? how can I show a complete > list of commits this merge introduces? > It seems that _nobody_ is running a simple 32 bit i915 (acer) lapt

Re: omap3isp with DM3730 not working?!

2014-07-24 Thread Enrico
On Thu, Jul 24, 2014 at 5:34 PM, Michael Dietschi wrote: > Hello, > > I have built a Poky image for Gumstix Overo and added support for a TVP5151 > module like described here http://www.sleepyrobot.com/?p=253. > It does work well with an Overo board which hosts an OMAP3530 SoC. But when > I try wi

[PATCH 0/2] dvb-core and drx39xyj - add resume support

2014-07-24 Thread Shuah Khan
Some fe drivers will have to do additional initialization in their fe ops.init interfaces when called during resume. Without the additional initialization, fe and tuner driver resume fails. A new fe exit flag value DVB_FE_DEVICE_RESUME is necessary to detect resume case. This patch series adds:

[PATCH 2/2] media: drx39xyj - add resume support

2014-07-24 Thread Shuah Khan
drx39xyj driver lacks resume support. Add support by changing its fe ops init interface to detect the resume status by checking fe exit flag and do the necessary initialization. With this change, driver resume correctly in both dvb adapter is not in use and in use by an application cases. Signed-o

[PATCH 1/2] media: dvb-core add new flag exit flag value for resume

2014-07-24 Thread Shuah Khan
Some fe drivers will have to do additional initialization in their fe ops.init interfaces when called during resume. Without the additional initialization, fe and tuner driver resume fails. A new fe exit flag value DVB_FE_DEVICE_RESUME is necessary to detect resume case. This patch adds a new defin

omap3isp with DM3730 not working?!

2014-07-24 Thread Michael Dietschi
Hello, I have built a Poky image for Gumstix Overo and added support for a TVP5151 module like described here http://www.sleepyrobot.com/?p=253. It does work well with an Overo board which hosts an OMAP3530 SoC. But when I try with an Overo hosting a DM3730 it does not work: yavta just seems t

[next:master 7657/8702] drivers/media/platform/coda.c:3734:2: error: implicit declaration of function 'devm_reset_control_get'

2014-07-24 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 1a58d9909611972fd1c081bb04a9f7dc2571e612 commit: 8f45284c4ed758174d22342aca1bb7299f76b012 [7657/8702] [media] coda: add reset control support config: make ARCH=arm imx_v4_v5_defconfig All error/warnings:

[PATCH] vb2: fix vb2_poll for output streams

2014-07-24 Thread Hans Verkuil
vb2_poll should always return POLLOUT | POLLWRNORM as long as there are fewer buffers queued than there are buffers available. Poll for an output stream should only wait if all buffers are queued and nobody is dequeuing them. Signed-off-by: Hans Verkuil --- drivers/media/v4l2-core/videobuf2-core

[next:master 7698/8702] warning: (MEDIA_TUNER && ..) selects MEDIA_TUNER_XC5000 which has unmet direct dependencies ((MEDIA_ANALOG_TV_SUPPORT || ..) && ..)

2014-07-24 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 1a58d9909611972fd1c081bb04a9f7dc2571e612 commit: e23cf7f358554139a7c9f0d2739eec187599c670 [7698/8702] [media] tuners/Kconfig: fix build when just DTV or SDR is enabled config: x86_64-randconfig-r1-07241833 (at

Re: regression: (repost) firmware loading for dvico dual digital 4

2014-07-24 Thread Vincent McIntyre
Hi Mauro, thanks for taking the time to look at this. On Mon, Jun 30, 2014 at 11:56:33AM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 30 Jun 2014 23:19:46 +1000 > Vincent McIntyre escreveu: > > > Hi, > > > > I am reposting this since it got ignored/missed last time around... > > > > On 5/14/1

[next:master 7472/8702] warning: (USB_MSI2500) selects MEDIA_TUNER_MSI001 which has unmet direct dependencies ((MEDIA_ANALOG_TV_SUPPORT || ..) && ..)

2014-07-24 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 1a58d9909611972fd1c081bb04a9f7dc2571e612 commit: fd8b5f502929925468561279d5697a4d7d8b7671 [7472/8702] msi2500: move msi3101 out of staging and rename config: x86_64-randconfig-ib1-07241820 (attached as .config

[PATCH] media/rc: Send sync space information on the lirc device.

2014-07-24 Thread Austin Lund
Userspace expects to see a long space before the first pulse is sent on the lirc device. Currently, if a long time has passed and a new packet is started, the lirc codec just returns and doesn't send anything. This makes lircd ignore many perfectly valid signals unless they are sent in quick suce

[PATCH] V4L/DVB: dvb-usb-v2: Update firmware and driver for performance of ITEtech IT9135

2014-07-24 Thread Bimow.Chen
Fix performance issue of IT9135 AX and BX chip versions. 0001-Update-firmware-and-driver-for-performance-of-ITEtec.patch Description: 0001-Update-firmware-and-driver-for-performance-of-ITEtec.patch

Re: [PATCH 3/3] v4l2: blackfin: select proper pinctrl state in ppi_set_params if CONFIG_PINCTRL is enabled

2014-07-24 Thread Scott Jiang
2014-07-23 17:57 GMT+08:00 Sonic Zhang : > From: Sonic Zhang > > Multiple pinctrl states are defined for 8, 16 and 24 data pin groups in PPI > peripheral. > The driver should select correct group before set up further PPI parameters. > > Signed-off-by: Sonic Zhang Acked-by: Scott Jiang -- To u

Re: [PATCH 2/3] v4l2: bfin: Ensure delete and reinit list entry on NOMMU architecture

2014-07-24 Thread Scott Jiang
2014-07-23 17:57 GMT+08:00 Sonic Zhang : > From: Sonic Zhang > > On NOMMU architecture page fault is not triggered if a deleted list entry is > accessed without reinit. > > Signed-off-by: Sonic Zhang Acked-by: Scott Jiang -- To unsubscribe from this list: send the line "unsubscribe linux-media"

Re: [PATCH 1/3] media: blackfin: ppi: Pass device pointer to request peripheral pins

2014-07-24 Thread Scott Jiang
2014-07-23 17:57 GMT+08:00 Sonic Zhang : > From: Sonic Zhang > > if the pinctrl driver is enabled. > > Signed-off-by: Sonic Zhang Acked-by: Scott Jiang -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo

Re: cxusb: How to add CI support?

2014-07-24 Thread Antti Palosaari
Moikka! On 07/23/2014 10:24 PM, Olli Salonen wrote: Hi everyone, I'm in need of advice when it comes to the implementation of the drivers. I recently added support for TechnoTrend CT2-4400 DVB-T2 tuner into the dvb-usb-cxusb module. Now I have gotten another TechnoTrend device CT2-4650 and it s