[REVIEW PATCH] v4l2-controls.h: fix copy-and-paste error in comment

2013-06-21 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com The comment for the FM_RX class was copied from the DV class unchanged. Fixed. Also made the FM_TX comment consistent with the others. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- include/uapi/linux/v4l2-controls.h | 4 ++-- 1 file changed, 2

Re: [RFC v2 03/10] exynos5-fimc-is: Adds common driver header files

2013-06-21 Thread Arun Kumar K
Hi Sylwester, On Fri, Jun 21, 2013 at 4:16 AM, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: Guys, I was wondering how difficult would be to make a common driver for the Exynos4 and Exynos5 FIMC-IS ? My feeling is that it would allow to save significant amount of code, since the

cron job: media_tree daily build: WARNINGS

2013-06-21 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 Jun 21 07:56:49 CEST 2013 git branch: test git hash: 37c1d2e4098e48d9107858246027510efcfd7774 gcc

Re: [PATCH RESEND] media: coda: Fix DT-driver data pointer for i.MX27

2013-06-21 Thread Philipp Zabel
Am Donnerstag, den 20.06.2013, 20:46 +0400 schrieb Alexander Shiyan: Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- drivers/media/platform/coda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c index

imx27 coda interface no capture output

2013-06-21 Thread Chris Ruehl
Hi All, After Freescale was so kind and forward the v4l-codadx6-imx27.bin the firmware loaded properly and I see a /dev/video1 the v4l_ctrl looks promising root@gtsir-nand:~# v4l2-ctl --list-formats -d /dev/video1 ioctl: VIDIOC_ENUM_FMT Index : 0 Type: Video

[PATCH v2 6/8] [media] coda: dynamic IRAM setup for decoder

2013-06-21 Thread Philipp Zabel
Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/media/platform/coda.c | 50 +-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c index 1f3bd43..856a93e 100644 ---

[PATCH v2 4/8] [media] coda: update CODA7541 to firmware 1.4.50

2013-06-21 Thread Philipp Zabel
This patch splits the global workbuf into a global tempbuf and a per-context workbuf, adds the codec mode aux register, and restores the work buffer pointer on commands. With the new firmware, there is only a single set of read/write pointers which need to be restored between context switches.

[PATCH v2 1/8] [media] coda: use vb2_set_plane_payload instead of setting v4l2_planes[0].bytesused directly

2013-06-21 Thread Philipp Zabel
Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/media/platform/coda.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c index c4566c4..90f3386 100644 --- a/drivers/media/platform/coda.c +++

[PATCH v2 0/8] CODA7541 decoding support

2013-06-21 Thread Philipp Zabel
The following patch series depends on the CODA patches queued in Kamil's branch and on the mem2mem: add support for hardware buffered queue patch I've posted earlier. It should allow decoding h.264 high profile 1080p streams on i.MX53 with the current CODA7541 firmware version 1.4.50. Changes

[PATCH v2 7/8] [media] coda: split encoder specific parts out of device_run and irq_handler

2013-06-21 Thread Philipp Zabel
Add coda_prepare_encode() and coda_finish_encode() functions. They are called from coda_device_run() and coda_irq_handler(), respectively, before and after the hardware picture run. This should make the following decoder support patch easier to read, which will add the coda_prepare/finish_decode()

[PATCH v2 3/8] [media] coda: do not allocate maximum number of framebuffers for encoder

2013-06-21 Thread Philipp Zabel
The encoder only ever needs two buffers, but we'll have to increase CODA_MAX_FRAMEBUFFERS for the decoder. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/media/platform/coda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/coda.c

[PATCH v2 8/8] [media] coda: add CODA7541 decoding support

2013-06-21 Thread Philipp Zabel
This patch enables decoding of h.264 and mpeg4 streams on CODA7541. Queued output buffers are immediately copied into the bitstream ringbuffer. A device_run can be scheduled whenever there is either enough compressed bitstream data, or the CODA is in stream end mode. Each successful device_run,

[PATCH v2 2/8] [media] coda: dynamic IRAM setup for encoder

2013-06-21 Thread Philipp Zabel
This sets up IRAM areas used as temporary memory for the different hardware units depending on the frame size. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/media/platform/coda.c | 145 +++--- drivers/media/platform/coda.h | 11 +++- 2 files

[PATCH v2 5/8] [media] coda: add bitstream ringbuffer handling for decoder

2013-06-21 Thread Philipp Zabel
Add a bitstream ringbuffer using kfifo. Queued source buffers are to be copied into the bitstream ringbuffer immediately and marked as done, if possible. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/media/platform/coda.c | 134 +-

Re: [PATCH v6] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-21 Thread Vladimir Barinov
Hi Matsubara-san, Katsuya MATSUBARA wrote: Hi Sergei and Valadmir, From: Sergei Shtylyov sergei.shtyl...@cogentembedded.com Date: Fri, 24 May 2013 02:11:28 +0400 (snip) +/* Similar to set_crop multistage iterative algorithm */ +static int rcar_vin_set_fmt(struct soc_camera_device *icd, +

Re: [RFC PATCH v2] dmabuf-sync: Introduce buffer synchronization framework

2013-06-21 Thread Lucas Stach
Am Donnerstag, den 20.06.2013, 20:15 +0900 schrieb Inki Dae: [...] You already need some kind of IPC between the two tasks, as I suspect even in your example it wouldn't make much sense to queue the buffer over and over again in task B without task A writing anything to it. So

Re: [PATCH v6] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-21 Thread Katsuya MATSUBARA
Hi Vladimir, From: Vladimir Barinov vladimir.bari...@cogentembedded.com Date: Fri, 21 Jun 2013 12:06:12 +0400 Hi Matsubara-san, Katsuya MATSUBARA wrote: Hi Sergei and Valadmir, From: Sergei Shtylyov sergei.shtyl...@cogentembedded.com Date: Fri, 24 May 2013 02:11:28 +0400 (snip)

Re: [PATCH v6] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-21 Thread Vladimir Barinov
Hi Matsubara-san, Katsuya MATSUBARA wrote: Hi Vladimir, From: Vladimir Barinov vladimir.bari...@cogentembedded.com Date: Fri, 21 Jun 2013 12:06:12 +0400 Hi Matsubara-san, Katsuya MATSUBARA wrote: Hi Sergei and Valadmir, From: Sergei Shtylyov sergei.shtyl...@cogentembedded.com

Re: [PATCH v6] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-21 Thread Katsuya MATSUBARA
Hi Vladimir, From: Vladimir Barinov vladimir.bari...@cogentembedded.com Date: Fri, 21 Jun 2013 13:39:50 +0400 (snip) I have not seen such i2c errors during capturing and booting. But I have seen that querystd() in the ml86v7667 driver often returns V4L2_STD_UNKNOWN, although the

Re: [PATCH v6] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-21 Thread Vladimir Barinov
Katsuya MATSUBARA wrote: Hi Vladimir, From: Vladimir Barinov vladimir.bari...@cogentembedded.com Date: Fri, 21 Jun 2013 13:39:50 +0400 (snip) I have not seen such i2c errors during capturing and booting. But I have seen that querystd() in the ml86v7667 driver often returns

Re: [RFC v2 09/10] exynos5-fimc-is: Adds the hardware interface module

2013-06-21 Thread Andrzej Hajda
Hi Arun, My few comments. On 05/31/2013 03:03 PM, Arun Kumar K wrote: The hardware interface module finally sends the commands to the FIMC-IS firmware and runs the interrupt handler for getting the responses. Signed-off-by: Arun Kumar K arun...@samsung.com Signed-off-by: Kilyeon Im

Re: [PATCH] [media] tvp514x: Fix init seqeunce

2013-06-21 Thread Prabhakar Lad
Hi Lars-Peter, On Sun, Jun 16, 2013 at 3:41 PM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi Lars-Peter, Thanks for the patch. On Sat, Jun 15, 2013 at 8:04 PM, Lars-Peter Clausen l...@metafoo.de wrote: client-driver-id_table will always point to the first entry in the device id

Re: [RFC PATCH v2] dmabuf-sync: Introduce buffer synchronization framework

2013-06-21 Thread Lucas Stach
Hi Inki, please refrain from sending HTML Mails, it makes proper quoting without messing up the layout everywhere pretty hard. Am Freitag, den 21.06.2013, 20:01 +0900 schrieb Inki Dae: [...] Yeah, you'll some knowledge and understanding about the API you are working

[PATCH 0/6] exynos4-is: TRY format propagation fixes

2013-06-21 Thread Sylwester Nawrocki
This series includes fixes of TRY format propagation, colospace handling and intial format setting on some exynos4-is subdevs. Sylwester Nawrocki (6): exynos4-is: Fix format propagation on FIMC-LITE.n subdevs exynos4-is: Set valid initial format at FIMC-LITE exynos4-is: Fix format

[PATCH 1/6] exynos4-is: Fix format propagation on FIMC-LITE.n subdevs

2013-06-21 Thread Sylwester Nawrocki
FIMC-LITE subdevs have one sink pad and two source pads on which the image formats are always same. This patch implements missing format propagation from the sink pad to the source pads, to allow user space to negotiate TRY format on whole media pipeline involving FIMC-LITE.n subdevs.

[PATCH 2/6] exynos4-is: Set valid initial format at FIMC-LITE

2013-06-21 Thread Sylwester Nawrocki
Ensure the image resolution and crop rectangle on the FIMC-LITE.n subdevs and fimc-lite.n.capture video nodes is properly configured upon the driver's initialization. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 3/6] exynos4-is: Fix format propagation on FIMC-IS-ISP subdev

2013-06-21 Thread Sylwester Nawrocki
Ensure TRY formats are propagated from the sink pad to the source pads of the FIMC-IS-ISP subdev and the TRY and ACTIVE formats are separated. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

[PATCH 6/6] exynos4-is: Correct colorspace handling at FIMC-LITE

2013-06-21 Thread Sylwester Nawrocki
Ensure the colorspace is properly adjusted by the driver for YUV and Bayer image formats. The subdev try_fmt helper is simplified. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/exynos4-is/fimc-lite.c |

[PATCH 5/6] exynos4-is: Set valid initial format on FIMC.n subdevs

2013-06-21 Thread Sylwester Nawrocki
Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/exynos4-is/fimc-capture.c | 19 +-- drivers/media/platform/exynos4-is/fimc-core.h|2 ++ 2 files changed, 19 insertions(+), 2

[PATCH 4/6] exynos4-is: Set valid initial format on FIMC-IS-ISP subdev pads

2013-06-21 Thread Sylwester Nawrocki
Ensure there is a valid initial resolution and pixel format set at the FIMC-IS-ISP subdev pads. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/platform/exynos4-is/fimc-isp.c | 18 ++ 1 file

Re: [PATCH v6] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-21 Thread Katsuya MATSUBARA
Hi Vladimir, From: Vladimir Barinov vladimir.bari...@cogentembedded.com Date: Fri, 21 Jun 2013 14:32:05 +0400 Katsuya MATSUBARA wrote: Hi Vladimir, From: Vladimir Barinov vladimir.bari...@cogentembedded.com Date: Fri, 21 Jun 2013 13:39:50 +0400 (snip) I have not seen such i2c errors

[PATCH] MAINTAINERS: Update S5P/Exynos FIMC driver entry

2013-06-21 Thread Sylwester Nawrocki
This change is mainly to update the driver's path changed from drivers/media/platform/s5p-fimc to drivers/media/platform/exynos4-is/. While at it, remove non-existent files rule, move the whole entry to the Samsung drivers section and add the patch tracking system URL and git repository details.

gspca_sq930x: Creative WebCam Live! Pro recognized, kinda initialised but unusable

2013-06-21 Thread kewlcat
(Repost from 2013-05-27 14:40:02 GMT, with a better subject line and a new pastebin) Hello I'm having trouble with a Creative WebCam Live! Pro, usb id 041e:4038 Creative Technology, Ltd ORITE CCD Webcam [PC370R] This device is supposed to be supported but is marked as untested at

[PATCH] [media] pvrusb2: Remove unused variable

2013-06-21 Thread Mauro Carvalho Chehab
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c: In function 'pvr2_v4l2_dev_init': drivers/media/usb/pvrusb2/pvrusb2-v4l2.c:1268:21: warning: variable 'usbdev' set but not used [-Wunused-but-set-variable] This warning is due to changeset a28fbd04facb, with removed the usage of usbdev inside

AW: mt9p031 shows purple coloured capture

2013-06-21 Thread Florian Neuhaus
Hi Laurent, Laurent Pinchart wrote on 2013-06-18: If I use omap3isp-live to capture a stream on my beagleboard, the first time I start the app, the picture has always a green taint. The second time I start the app, the picture is good. As the camera is reset by a gpio upon device open,

media: i2c: mt9p031: HFLIP/VFLIP changes format

2013-06-21 Thread Florian Neuhaus
Hi Laurent In the mt9p031 driver, the picture can be flipped either horizontally or vertically by using the according V4L2 controls. This can be done at runtime. I have noticed, that flipping the picture will change the bayer-pattern. So if I flip horizontally and vertically to get a 180 degree

Re: [REVIEW PATCH] v4l2-controls.h: fix copy-and-paste error in comment

2013-06-21 Thread Laurent Pinchart
On Friday 21 June 2013 08:05:34 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com The comment for the FM_RX class was copied from the DV class unchanged. Fixed. Also made the FM_TX comment consistent with the others. Signed-off-by: Hans Verkuil hans.verk...@cisco.com

Re: [PATCH v11 16/21] V4L2: support asynchronous subdevice registration

2013-06-21 Thread Laurent Pinchart
Hi Guennadi, On Friday 14 June 2013 21:08:26 Guennadi Liakhovetski wrote: Currently bridge device drivers register devices for all subdevices synchronously, typically, during their probing. E.g. if an I2C CMOS sensor is attached to a video bridge device, the bridge driver will create an I2C

gspca_sq930x: Creative WebCam Live! Pro recognized, kinda initialised but unusable

2013-06-21 Thread kewlcat
Hello again I've just compiled a new 3.9.7 kernel and applied a patch suggested by hverkuil on #v4l : I removed the comments around reg_w(gspca_dev, SQ930_CTRL_RESET, 0x); in ./drivers/media/usb/gspca/sq930x.c at line 839 This is what I get now : Jun 21 18:19:31 elnath kernel: [    

Re: [RFC PATCH v2] dmabuf-sync: Introduce buffer synchronization framework

2013-06-21 Thread Inki Dae
2013/6/21 Lucas Stach l.st...@pengutronix.de: Hi Inki, please refrain from sending HTML Mails, it makes proper quoting without messing up the layout everywhere pretty hard. Sorry about that. I should have used text mode. Am Freitag, den 21.06.2013, 20:01 +0900 schrieb Inki Dae: [...]

Re: [PATCH 1/7] marvell-ccic: add MIPI support for marvell-ccic driver

2013-06-21 Thread Jonathan Corbet
Better late than never, I hope...in response to Hans's poke, I'm going to try to do a quick review. I am allegedly in vacation, so this may not be as thorough as we might like... On Tue, 4 Jun 2013 13:39:40 +0800 lbyang lby...@marvell.com wrote: From: Libin Yang lby...@marvell.com This

Re: [PATCH 5/7] marvell-ccic: add new formats support for marvell-ccic driver

2013-06-21 Thread Jonathan Corbet
On Tue, 4 Jun 2013 13:57:43 +0800 lbyang lby...@marvell.com wrote: This patch adds the new formats support for marvell-ccic. More to the point, it adds *planar* format support. That's something I always meant to do, and it deserves mentioning in the changelog. My look-over has been quick,

Re: [PATCH 0/7] marvell-ccic: update ccic driver to support some features

2013-06-21 Thread Jonathan Corbet
On Thu, 20 Jun 2013 17:23:46 +0200 Hans Verkuil hverk...@xs4all.nl wrote: Can you ack this series? I don't see anything wrong with it, but neither am I a marvell-ccic expert. I'd like to have your input before I merge this. Sorry to force you to poke me; as you probably saw, I've had a look

Re: [PATCH 2/7] marvell-ccic: add clock tree support for marvell-ccic driver

2013-06-21 Thread Jonathan Corbet
On Tue, 4 Jun 2013 13:42:44 +0800 lbyang lby...@marvell.com wrote: +static void mcam_clk_enable(struct mcam_camera *mcam) +{ + unsigned int i; + + for (i = 0; i NR_MCAM_CLK; i++) { + if (!IS_ERR_OR_NULL(mcam-clk[i])) +

Re: [PATCH] [media] tvp514x: Fix init seqeunce

2013-06-21 Thread Lars-Peter Clausen
On 06/21/2013 02:27 PM, Prabhakar Lad wrote: Hi Lars-Peter, On Sun, Jun 16, 2013 at 3:41 PM, Prabhakar Lad prabhakar.cse...@gmail.com wrote: Hi Lars-Peter, Thanks for the patch. On Sat, Jun 15, 2013 at 8:04 PM, Lars-Peter Clausen l...@metafoo.de wrote: client-driver-id_table will always

Re: [GIT PULL] V4L2: clock and async probing APIs, soc-camera example implementation

2013-06-21 Thread Guennadi Liakhovetski
On Fri, 21 Jun 2013, Guennadi Liakhovetski wrote: Hi Mauro Sorry, I did forget a couple more acks: for patch V4L2: add a device pointer to struct v4l2_subdev Acked-by: Lad, Prabhakar prabhakar.cse...@gmail.com and for patch V4L2: support asynchronous subdevice registration Acked-by: Lad,

[GIT PULL] V4L2: clock and async probing APIs, soc-camera example implementation

2013-06-21 Thread Guennadi Liakhovetski
Hi Mauro With acks from Hans and Laurent I'd like to ask you to pull my V4L2 clock and asynchronous probing APIs together with respective soc-camera changes. I included an ack from Laurent, even though he requested me to include the documentation update into this pull request, which I haven't

cron job: media_tree daily build: ERRORS

2013-06-21 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 Jun 21 19:00:21 CEST 2013 git branch: test git hash: 4ef72e347112a834fbd6944565b1f63d4af19c8a gcc

Re: [GIT PULL] V4L2: clock and async probing APIs, soc-camera example implementation

2013-06-21 Thread Mauro Carvalho Chehab
Em Fri, 21 Jun 2013 19:27:14 +0200 (CEST) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: On Fri, 21 Jun 2013, Guennadi Liakhovetski wrote: Hi Mauro Sorry, I did forget a couple more acks: for patch V4L2: add a device pointer to struct v4l2_subdev Acked-by: Lad, Prabhakar

Re: [PATCH 5/6] exynos4-is: Set valid initial format on FIMC.n subdevs

2013-06-21 Thread Sylwester Nawrocki
On 06/21/2013 03:00 PM, Sylwester Nawrocki wrote: *sigh* looks like I've posted wrong version of this series, please just ignore it. I'll post v2 next week. Signed-off-by: Sylwester Nawrockis.nawro...@samsung.com Signed-off-by: Kyungmin Parkkyungmin.p...@samsung.com ---

Re: [PATCH] V4L2: add documentation for V4L2 clock helpers and asynchronous probing

2013-06-21 Thread Hans Verkuil
Hi Guennadi, I had hoped to review this earlier this week, but I didn't get around it. But better late than never... Comments below. On Mon June 17 2013 08:04:10 Guennadi Liakhovetski wrote: Add documentation for the V4L2 clock and V4L2 asynchronous probing APIs to v4l2-framework.txt.

Re: [RFC PATCH v2] dmabuf-sync: Introduce buffer synchronization framework

2013-06-21 Thread Jerome Glisse
On Fri, Jun 21, 2013 at 12:55 PM, Inki Dae daei...@gmail.com wrote: 2013/6/21 Lucas Stach l.st...@pengutronix.de: Hi Inki, please refrain from sending HTML Mails, it makes proper quoting without messing up the layout everywhere pretty hard. Sorry about that. I should have used text mode.

Re: randconfig build error with next-20130620, in drivers/media/pci/ngene

2013-06-21 Thread Mauro Carvalho Chehab
Hi Jim, Thanks for reporting it. Em Thu, 20 Jun 2013 14:23:18 -0700 Jim Davis jim.ep...@gmail.com escreveu: Building with the attached random configuration file, There was a hard to track issue there that started to appear after changeset 7b34be71db53 (and a few similar ones), but was

[GIT PULL for 3.10-rc7] media fixes

2013-06-21 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus For another set of fixes for Kernel 3.10. This series contain: - two Kbuild fixes for randconfig; - a buffer overflow when using rtl28xuu with r820t tuner; -

Re: [PATCH v6] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-21 Thread Sergei Shtylyov
Hello. On 06/13/2013 05:12 PM, Guennadi Liakhovetski wrote: Hi Sergei Patches, that this commit is based upon are hopefully moving towards the mainline, but it's still possible, that some more changes will be required. In any case, I wanted to comment to this version to let you prepare for

[GIT PULL FOR v3.11] Conversions to v4l-async

2013-06-21 Thread Hans Verkuil
Now that the v4l-async patches have been merged, these patches can be merged as well. Hans The following changes since commit ee17608d6aa04a86e253a9130d6c6d00892f132b: [media] imx074: support asynchronous probing (2013-06-21 16:36:15 -0300) are available in the git repository at:

[REVIEW PATCH] saa7164: fix compiler warning

2013-06-21 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com build/media_build/v4l/saa7164-core.c: In function 'saa7164_initdev': build/media_build/v4l/saa7164-core.c:1192:6: warning: 'err' may be used uninitialized in this function [-Wmaybe-uninitialized] int err, i; ^ Signed-off-by: Hans Verkuil

Re: [PATCH] V4L2: add documentation for V4L2 clock helpers and asynchronous probing

2013-06-21 Thread Laurent Pinchart
Hi Hans, On Friday 21 June 2013 20:25:38 Hans Verkuil wrote: Hi Guennadi, I had hoped to review this earlier this week, but I didn't get around it. But better late than never... Comments below. On Mon June 17 2013 08:04:10 Guennadi Liakhovetski wrote: Add documentation for the V4L2

[PATCH v7] V4L2: soc_camera: Renesas R-Car VIN driver

2013-06-21 Thread Sergei Shtylyov
From: Vladimir Barinov vladimir.bari...@cogentembedded.com Add Renesas R-Car VIN (Video In) V4L2 driver. Based on the patch by Phil Edworthy phil.edwor...@renesas.com. Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com [Sergei: removed deprecated IRQF_DISABLED flag,

cron job: media_tree daily build: WARNINGS

2013-06-21 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 Jun 21 22:49:03 CEST 2013 git branch: test git hash: ee17608d6aa04a86e253a9130d6c6d00892f132b gcc

Re: imx27 coda interface no capture output

2013-06-21 Thread Fabio Estevam
Hi Chris, On Fri, Jun 21, 2013 at 4:38 AM, Chris Ruehl chris.ru...@gtsys.com.hk wrote: Hi All, After Freescale was so kind and forward the v4l-codadx6-imx27.bin the firmware loaded properly and I see a /dev/video1 the v4l_ctrl looks promising root@gtsir-nand:~# v4l2-ctl --list-formats -d

Re: media: i2c: mt9p031: HFLIP/VFLIP changes format

2013-06-21 Thread Laurent Pinchart
Hi Florian, On Friday 21 June 2013 15:48:25 Florian Neuhaus wrote: Hi Laurent In the mt9p031 driver, the picture can be flipped either horizontally or vertically by using the according V4L2 controls. This can be done at runtime. I have noticed, that flipping the picture will change the

Re: AW: mt9p031 shows purple coloured capture

2013-06-21 Thread Laurent Pinchart
Hi Florian, On Friday 21 June 2013 15:23:53 Florian Neuhaus wrote: Laurent Pinchart wrote on 2013-06-18: If I use omap3isp-live to capture a stream on my beagleboard, the first time I start the app, the picture has always a green taint. The second time I start the app, the picture is good.

Re: [GIT PULL FOR v3.11] Conversions to v4l-async

2013-06-21 Thread Prabhakar Lad
Hi Hans, On Sat, Jun 22, 2013 at 1:38 AM, Hans Verkuil hverk...@xs4all.nl wrote: Now that the v4l-async patches have been merged, these patches can be merged as well. Hans The following changes since commit ee17608d6aa04a86e253a9130d6c6d00892f132b: [media] imx074: support