On Wed, Apr 24, 2013 at 11:17:52AM +0200, Laurent Pinchart wrote:
> Hi Adam,
>
> Thanks for the patch.
>
> On Wednesday 24 April 2013 15:57:19 adam@canonical.com wrote:
> > From: Adam Lee
> >
> > This reverts commit 3dae8b41dc5651f8eb22cf310e8b116480ba25b7.
> >
> > 1, I do have a Chicony w
Hello guys,
My nickname is Nunux, I'm a geek, and need some help ...
I just buy ten minicam to do a poker TV table.
The minicam are eMPIA: eb1a:299f
I've a PC with 1 internal USB BUS 2.0 and 3 PCI extension cards USB BUS 2.0
Currently, I can have only one cam eMPIA working per USB BUS but no mo
Hi Phil
Thanks for the patch.
On Wed, 17 Apr 2013, Phil Edworthy wrote:
> The V4L2_MBUS_FMT_YUYV10_2X10 format has already been added to mediabus, so
> this patch just adds SoC camera support.
>
> Signed-off-by: Phil Edworthy
> ---
> drivers/media/platform/soc_camera/soc_mediabus.c | 15 +++
Hi Prabhakar,
Thank you for the patch.
On Wednesday 24 April 2013 17:30:02 Prabhakar Lad wrote:
> From: Lad, Prabhakar
>
> This patch series adds an fbdev driver for Texas
> Instruments Davinci SoC.The display subsystem consists
> of OSD and VENC, with OSD supporting 2 RGb planes and
> 2 video
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 Apr 24 19:00:25 CEST 2013
git branch: test
git hash: 5f3f254f7c138a22a544b80ce2c14a3fc4ed711e
gcc versi
Mauro,
The following series includes mostly fixes for the Exynos4x12 ISP driver
and some bug fixes for issues that surfaced while testing all exynos4-is
drivers built as modules. Currently there is one more bug fix patch queued
in -next through arm-soc tree that is needed to build the MIPI-CSIS su
Hi Sergei,
On Fri, Apr 19, 2013 at 11:31 PM, Sergei Shtylyov
wrote:
> From: Vladimir Barinov
>
> Add Renesas R-Car VIN (Video In) V4L2 driver.
>
> Based on the patch by Phil Edworthy .
>
> Signed-off-by: Vladimir Barinov
> [Sergei: removed deprecated IRQF_DISABLED flag.]
> Signed-off-by: Sergei
MFC v6 needs minimum number of output buffers to be queued
for encoder depending on the stream type and profile.
The patch modifies the driver so that encoding cannot be
started with lesser number of OUTPUT buffers than required.
This also fixes the crash happeninig during multi instance
encoder-d
From: Lad, Prabhakar
This patch enables fbdev driver by creating fbdev device and register it.
Signed-off-by: Lad, Prabhakar
---
arch/arm/mach-davinci/dm365.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinc
From: Lad, Prabhakar
This patch enables fbdev driver by creating fbdev device and register it.
Alongside renames 'vpfe_capture_dma_mask' to 'dm355_video_dma_mask' for better
clarity since it was reused by capture and diplay aswell.
Signed-off-by: Lad, Prabhakar
---
arch/arm/mach-davinci/dm355.
From: Lad, Prabhakar
This patch enables fbdev driver by creating fbdev device and register it.
Signed-off-by: Lad, Prabhakar
---
arch/arm/mach-davinci/dm644x.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-davinci/dm644x.c b/arch/arm/mach-davi
From: Lad, Prabhakar
enable the venc, osd and vpbe display driver for addition
of fbdev driver. Mainly includes fbdev ops structure inclusion,
palette and osd layer related functionality for OSD block.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/davinci/vpbe_display.c |6 +
dr
From: Lad, Prabhakar
This patch fixes checkpatch warning to avoid CamelCase.
Signed-off-by: Lad, Prabhakar
---
drivers/media/platform/davinci/vpbe_display.c |2 +-
drivers/media/platform/davinci/vpbe_osd.c | 24
include/media/davinci/vpbe_osd.h |
From: Lad, Prabhakar
This patch series adds an fbdev driver for Texas
Instruments Davinci SoC.The display subsystem consists
of OSD and VENC, with OSD supporting 2 RGb planes and
2 video planes.
http://focus.ti.com/general/docs/lit/
getliterature.tsp?literatureNumber=sprue37d&fileType=pdf
A goo
Signed-off-by: Geert Uytterhoeven
---
drivers/media/usb/dvb-usb-v2/anysee.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/usb/dvb-usb-v2/anysee.c
b/drivers/media/usb/dvb-usb-v2/anysee.c
index 3a1f976..1760fee 100644
--- a/drivers/media/usb/dvb-usb-v2/any
drivers/media/usb/dvb-usb-v2/anysee.c: In function ‘anysee_frontend_attach’:
drivers/media/usb/dvb-usb-v2/anysee.c:641: warning: ‘ret’ may be used
uninitialized in this function
And gcc is right (see the ANYSEE_HW_507T case), so initialize ret to zero
to fix this.
Signed-off-by: Geert Uytterhoev
Hi Marcel,
Em Tue, 23 Apr 2013 22:56:45 +0200
Marcel Kulicke escreveu:
> Hi Linux Media,
>
> I was quite keen to try out the new modules for em28xx on my raspberry.
> Unfortunately, when the module is about to be used by a frontend (TVHEADEND
> in this case) a reproducable kernel panic occurs.
Hi Sylwester,
>
>> + struct v4l2_device v4l2_dev;
>> + /* v4l2 control handler */
>> + struct v4l2_ctrl_handler ctrl_handler;
>
>
> This handler seems to be unused, I couldn't find any code adding controls
> to it. Any initialization of this handler is a dead code now. You probab
Hi Adam,
Thanks for the patch.
On Wednesday 24 April 2013 15:57:19 adam@canonical.com wrote:
> From: Adam Lee
>
> This reverts commit 3dae8b41dc5651f8eb22cf310e8b116480ba25b7.
>
> 1, I do have a Chicony webcam, implements autosuspend in a broken way,
> make `poweroff` performs rebooting wh
From: Adam Lee
This reverts commit 3dae8b41dc5651f8eb22cf310e8b116480ba25b7.
1, I do have a Chicony webcam, implements autosuspend in a broken way,
make `poweroff` performs rebooting when its autosuspend enabled.
2, There are other webcams which don't support autosuspend too, like
https://patch
Hi, Guennadi!
I have found interesting issue with mt9p031 camera driver.
As far as I got the value of hblank in the kernel driver is not
calculated correctly. According to the datasheet, the minimum horizontal
blanking value should be calculated using the following formula:
346 x (Row_Bin + 1) + 64
This patch adds support for media device for EXYNOS5 SoCs.
The current media device supports the following ips to connect
through the media controller framework.
* MIPI-CSIS
Support interconnection(subdev interface) between devices
* FIMC-LITE
Support capture interface from device(Sensor, MIP
FIMC-IS firmware needs all the MIPI-CSIS interrupts to be enabled.
This patch enables all those MIPI interrupts and adds the Exynos5
compatible string.
Signed-off-by: Shaik Ameer Basha
---
drivers/media/platform/exynos4-is/mipi-csis.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
d
FIMC-LITE supports multiple DMA shadow registers from Exynos5 onwards.
This patch adds the functionality of using shadow registers by
checking the driver data.
Signed-off-by: Shaik Ameer Basha
---
drivers/media/platform/exynos4-is/fimc-lite-reg.c | 13 +++
drivers/media/platform/exynos4-is
Fixes Buffer corruption on DMA output from fimc-lite
Signed-off-by: Arun Kumar K
Signed-off-by: Shaik Ameer Basha
---
drivers/media/platform/exynos4-is/fimc-lite-reg.c |3 ++-
drivers/media/platform/exynos4-is/fimc-lite.c | 14 +-
2 files changed, 11 insertions(+), 6 delet
This patch adds,
1] Exynos5 soc compatibility to the fimc-lite driver
2] Multiple dma output buffer support as from Exynos5 onwards,
fimc-lite h/w ip supports multiple dma buffers.
Signed-off-by: Shaik Ameer Basha
---
drivers/media/platform/exynos4-is/fimc-lite.c | 19 ++-
d
Current fimc_pipeline is tightly coupled with exynos4-is media
device driver. And this will not allow to use the same pipeline
across different exynos series media device drivers.
This patch adds,
1] Changing of the existing pipeline as a common pipeline
to be used across multiple exynos series
The following patchset features:
1] Creating a common pipeline framework which can be used by all
Exynos series SoCs for developing media device drivers.
2] Modified the existing fimc-mdevice for exynos4 to use the common
pipeline framework.
3] Adding of media device driver for Exynos5 Imaging sub
28 matches
Mail list logo