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 Jan 18 19:00:16 CET 2013
git hash:3151d14aa6e983aa36d51a80d0477859f9ba12af
gcc version: i686-linux-gcc (GCC
On Fri January 18 2013 16:48:43 Sylwester Nawrocki wrote:
> On 01/03/2013 06:09 PM, Sylwester Nawrocki wrote:
> > From: Guennadi Liakhovetski
> >
> > Add a V4L2 OF parser, implementing bindings documented in
> > Documentation/devicetree/bindings/media/video-interfaces.txt.
> >
> > Signed-off-by:
On Fri January 18 2013 18:14:10 Frank Schäfer wrote:
> Am 16.01.2013 09:31, schrieb Hans Verkuil:
> > On Tue 15 January 2013 18:06:57 Frank Schäfer wrote:
> >> Am 14.01.2013 10:20, schrieb Hans Verkuil:
> >>> On Sun January 13 2013 13:50:50 Frank Schäfer wrote:
> Signed-off-by: Frank Schäfer
While the current code handles sound interfaces with a number > 0 correctly, it
assumes that the interface number for analog + digital video is always 0 when
changing the alternate setting.
(NOTE: the "SpeedLink VAD Laplace webcam" (EM2765) uses interface number 3 for
video)
Signed-off-by: Frank
Am 16.01.2013 09:31, schrieb Hans Verkuil:
> On Tue 15 January 2013 18:06:57 Frank Schäfer wrote:
>> Am 14.01.2013 10:20, schrieb Hans Verkuil:
>>> On Sun January 13 2013 13:50:50 Frank Schäfer wrote:
Signed-off-by: Frank Schäfer
---
drivers/media/usb/em28xx/em28xx-video.c |8 +
Move e_clkput label after the clk_disable() call so a not acquired clock
is not attempted to be disabled. This fixes runtime warnings like:
s5p-mipi-csis 1188.csis: failed to get clock: sclk_csis
[ cut here ]
WARNING: at drivers/clk/clk.c:478 clk_disable+0x24/0x34()
This patch fixes regression introduced in commit 6319d6a002beb26631
'[media] fimc-lite: Add ISP FIFO output support'.
In case of a configuration where video is captured at the video node
exposed by the FIMC-LITE driver there is a following video pipeline:
sensor -> MIPI-CSIS.n -> FIMC-LITE.n subd
The .s_power FIMC-LITE subdev callback is now empty and
unneeded. The FIMC-LITE IP power handling will be done
by the FIMC-IS driver, so just remove the callback.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
drivers/media/platform/s5p-fimc/fimc-lite.c | 13 -
On 01/03/2013 06:09 PM, Sylwester Nawrocki wrote:
> From: Guennadi Liakhovetski
>
> Add a V4L2 OF parser, implementing bindings documented in
> Documentation/devicetree/bindings/media/video-interfaces.txt.
>
> Signed-off-by: Guennadi Liakhovetski
> Signed-off-by: Sylwester Nawrocki
Hans, Laur
Hi Sylwester,
On Fri, Jan 18, 2013 at 3:58 PM, Sylwester Nawrocki
wrote:
> Hi Shaik,
>
> On 01/18/2013 11:01 AM, Shaik Ameer Basha wrote:
>> fimc_m2m_job_finish() has to be called with the m2m context for the necessary
>> cleanup while resume. But currently fimc_m2m_job_finish() always passes
>>
Cleaned up the memory devices allocation code and added
missing device_initialize() call to remove the kernel warning
during memory allocations.
Signed-off-by: Arun Kumar K
---
drivers/media/platform/s5p-mfc/s5p_mfc.c | 78 +-
1 file changed, 45 insertions(+), 33 de
Hi Shaik,
On 01/18/2013 11:01 AM, Shaik Ameer Basha wrote:
> fimc_m2m_job_finish() has to be called with the m2m context for the necessary
> cleanup while resume. But currently fimc_m2m_job_finish() always passes
> fimc->m2m.ctx as NULL.
>
> This patch changes the order of the calls for proper cl
Hi Sylwester,
>
> Now when the patch is in Mauro's tree we can only fix it by applying
> an incremental patch. Can you prepare it and send to LMML ? I would
> then include it in my second pull request for v3.9.
>
Sure I will send an incremental patch.
Regards
Arun
--
To unsubscribe from this li
Hi Arun,
On 01/18/2013 10:09 AM, Arun Kumar K wrote:
> Hi Sylwester,
>
> The patch -- "[media] s5p-mfc: Add device tree support"
> which is applied to media-tree staging v3.9 is an older one.
> I had sent an updated patch to the mailing list --
> https://patchwork.kernel.org/patch/1692181/
> This
fimc_m2m_job_finish() has to be called with the m2m context for the necessary
cleanup while resume. But currently fimc_m2m_job_finish() always passes
fimc->m2m.ctx as NULL.
This patch changes the order of the calls for proper cleanup while resume.
Signed-off-by: Shaik Ameer Basha
---
drivers/me
Il 11/01/2013 19:38, Antti Palosaari ha scritto:
> Hello Jose and Gianluca
>
> Could you test that (tda18218 & mxl5007t):
> http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/it9135_tuner
>
>
> I wonder if ADC config logic still works for superheterodyne tuners
> (tuner having IF).
This driver support parallel data output mode and
QVGA/VGA/WVGA/720P resolution. You can select YCbCr and RGB565
output format.
Signed-off-by: Scott Jiang
---
drivers/media/i2c/Kconfig | 10 +
drivers/media/i2c/Makefile |1 +
drivers/media/i2c/mt9m114.c | 1055 ++
Signed-off-by: Scott Jiang
---
MAINTAINERS |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c5de529..e7ca531 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1652,6 +1652,15 @@ W: http://blackfin.uclinux.org/
S: Supported
F
Mark current frame as error frame when ppi error interrupt
report fifo error. Member next_frm in struct bcap_device can
be optimized out.
Signed-off-by: Scott Jiang
---
drivers/media/platform/blackfin/bfin_capture.c | 37 +---
drivers/media/platform/blackfin/ppi.c
19 matches
Mail list logo