This patch adds another constructor for an sg table. An sg table is
created from an existing sg table. The new sg table is allocated and
initialized with same data from the original sg table. The user has to
call 'sg_clone_table' with the required sg table, the existing sg table
and the gfp allocat
On 11/07/2012 01:01 AM, Andrew Karpow wrote:
added usb-id as driver supports the stick
Signed-off-by: Andrew Karpow
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
b/drivers/media/us
Make gsc-m2m propagate the timestamp field from source to destination
buffers
Signed-off-by: John Sheu
Signed-off-by: Shaik Ameer Basha
---
drivers/media/platform/exynos-gsc/gsc-m2m.c | 19 ---
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/drivers/media/platf
Macros used to set input and output RGB type aren't correct.
Updating the macros as per register manual.
Signed-off-by: Shaik Ameer Basha
---
drivers/media/platform/exynos-gsc/gsc-regs.h | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/media/platfor
Adding V4L2_PIX_FMT_NV12MT_16X16 to G-Scaler supported formats.
If the output or input format is V4L2_PIX_FMT_NV12MT_16X16, configure
G-Scaler to use GSC_IN_TILE_MODE.
Signed-off-by: Shaik Ameer Basha
---
drivers/media/platform/exynos-gsc/gsc-core.c |9 +
drivers/media/platform/exyno
Em Wed, 07 Nov 2012 01:10:18 +0100
David Härdeman escreveu:
> make allmodconfig fails on the staging/for_v3.8 branch:
>
> LD init/built-in.o
> drivers/built-in.o: In function `sms_ir_event':
> /home/david/checkouts/linux/drivers/media/common/siano/smsir.c:48: undefined
> reference to `ir
make allmodconfig fails on the staging/for_v3.8 branch:
LD init/built-in.o
drivers/built-in.o: In function `sms_ir_event':
/home/david/checkouts/linux/drivers/media/common/siano/smsir.c:48: undefined
reference to `ir_raw_event_store'
/home/david/checkouts/linux/drivers/media/common/siano/s
added usb-id as driver supports the stick
Signed-off-by: Andrew Karpow
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index 0149cdd..093f1ac 10
Short question,
is simple ID addition for device driver like that allowed to push during
RC phase (for Kernel 3.7 as now is RC4 released)?
I tried to look documentation but didn't found answer.
regards
Antti
On 11/06/2012 09:16 PM, Antti Palosaari wrote:
Add new USB ID as driver supports it
Hi All,
I'd like to clarify the meaning of selection targets on a mem-to-mem video
device, in order to document it and to make sure new m2m drivers get it
right, and also that the existing ones, using originally the crop ioctls,
are converted to the selection ioctls properly.
Until the selection
Hi Andreas,
On Mon, Nov 05, 2012 at 04:47:43PM +0100, Andreas Nagel wrote:
> Hello,
>
> in order to familiarize myself with Media Controller and V4L2 I am
> creating a small example program for capturing some frames through
> the OMAP3 ISP.
> The hardware used is a TAO-3530 on a Tsunami daughterb
Hi.
> Does the sensor still hang after 0x2f is written to REG_GRCOM instead ?
Work!
I'm looking at drivers/media/usb/gspca/m5602/m5602_ov9650.h
It use significantly different init sequence. Some of settings
described in Application note for ov9650, some look like magic.
> Do you have CONFIG_PM_RU
Also lsusb -vvd 07ca:3835 could be nice to see.
Antti
On 11/06/2012 10:33 PM, Antti Palosaari wrote:
Any idea about chipset? Those listed didn't sound any familiar. What are
driver file names?
regards
Antti
On 11/05/2012 02:37 PM, Árvai Zoltán wrote:
Hi,
I asked the local guy from Avermedia
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:Tue Nov 6 19:02:24 CET 2012
git hash:2cb654fd281e1929aa3b9f5f54f492135157a613
gcc version: i686-linux-gcc (GCC
Any idea about chipset? Those listed didn't sound any familiar. What are
driver file names?
regards
Antti
On 11/05/2012 02:37 PM, Árvai Zoltán wrote:
Hi,
I asked the local guy from Avermedia about this tuner.
He said it is a new product called "AVerTV Volar HD M" (A835M). It has
probably the
fixed below checkpatch warning.
- WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then
pr_info(... to printk(KERN_INFO ...
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...
to printk(KERN_ERR ...
Signed-off-by: YAMANE Toshiaki
---
drivers/staging/m
fixed below checkpatch warning.
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...
to printk(KERN_ERR ...
- WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then
pr_debug(... to printk(KERN_DEBUG ...
Signed-off-by: YAMANE Toshiaki
---
drivers/staging/m
fixed below checkpatch error.
- ERROR: that open brace { should be on the previous line
Signed-off-by: YAMANE Toshiaki
---
drivers/staging/media/go7007/s2250-board.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/media/go7007/s2250-board.c
b/drivers/sta
fixed below checkpatch warning.
- WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then
pr_debug(... to printk(KERN_DEBUG ...
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...
to printk(KERN_ERR ...
Signed-off-by: YAMANE Toshiaki
---
drivers/staging/m
Add new USB ID as driver supports it.
Reported-by: Hubert Lin
Tested-by: Hubert Lin
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
b/drivers/media/usb/dvb-usb-v2/rtl28xxu.
That build is broken currently.
drivers/built-in.o: In function `sms_ir_event':
/home/crope/linuxtv/code/linux/drivers/media/common/siano/smsir.c:48:
undefined reference to `ir_raw_event_store'
/home/crope/linuxtv/code/linux/drivers/media/common/siano/smsir.c:50:
undefined reference to `ir_raw_
Hi guys!
So what is with my patch? It is will be accepted?
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
On 11/06/2012 02:01 PM, Oliver Schinagl wrote:
On 05-11-12 23:58, Antti Palosaari wrote:
On 10/30/2012 11:24 AM, Oliver Schinagl wrote:
On 29-10-12 02:09, Antti Palosaari wrote:
su 28.10.2012 22:07 Mauro Carvalho Chehab kirjoitti:
Em Mon, 22 Oct 2012 10:17:26 +0200
Oliver Schinagl escreveu:
Hi Bastian,
On Tue, 6 Nov 2012 10:38:40 +0100
Bastian Hecht wrote:
> Hi Anatolij,
>
> if I remember correctly I had the same issue inverted. For me the
> initialization sequence of the freescale driver didn't work. Generally it
> was quite difficult to deduce anything from the docs to split the
Michelle,
you could try looking at the DVB-Apps, its probably the best starting place.
http://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps
oliver
On 06-11-12 10:23, Michelle wrote:
Dear All,
I need your advice and help. I am very new to Linux DVB system. I have
installed a DVB-S card in my
On Tue, 6 Nov 2012 12:45:51 +0100 (CET)
Guennadi Liakhovetski wrote:
> On Tue, 6 Nov 2012, Anatolij Gustschin wrote:
>
> > VIDIOC_S_GROP ioctl doesn't work, soc-camera driver reports:
> >
> > soc-camera-pdrv soc-camera-pdrv.0: S_CROP denied: getting current crop
> > failed
> >
> > The issue i
On Tue, Nov 06, 2012 at 12:37:35PM +0100, Guennadi Liakhovetski wrote:
> Hi Javier
>
> On Mon, 5 Nov 2012, Javier Martin wrote:
>
> > Add support for IRAM to i.MX27 non-DT platforms using
> > iram_init() function.
>
> I'm not sure this belongs in a camera driver. Can IRAM not be used for
> anyt
fixed below checkpatch warning.
- WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then
pr_info(... to printk(KERN_INFO ...
Signed-off-by: YAMANE Toshiaki
---
drivers/staging/media/go7007/go7007-v4l2.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dri
fixed below checkpatch warning.
- WARNING: Prefer netdev_dbg(netdev, ... then dev_dbg(dev, ... then
pr_debug(... to printk(KERN_DEBUG ...
- WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(...
to printk(KERN_ERR ...
Signed-off-by: YAMANE Toshiaki
---
drivers/staging/m
fixed below checkpatch error.
- ERROR: that open brace { should be on the previous line
Signed-off-by: YAMANE Toshiaki
---
drivers/staging/media/go7007/wis-tw9903.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/media/go7007/wis-tw9903.c
b/drivers/stagi
On 05-11-12 23:58, Antti Palosaari wrote:
On 10/30/2012 11:24 AM, Oliver Schinagl wrote:
On 29-10-12 02:09, Antti Palosaari wrote:
su 28.10.2012 22:07 Mauro Carvalho Chehab kirjoitti:
Em Mon, 22 Oct 2012 10:17:26 +0200
Oliver Schinagl escreveu:
diff --git a/drivers/media/tuners/fc2580.c
b/d
On Tue, 6 Nov 2012, Anatolij Gustschin wrote:
> VIDIOC_S_GROP ioctl doesn't work, soc-camera driver reports:
>
> soc-camera-pdrv soc-camera-pdrv.0: S_CROP denied: getting current crop failed
>
> The issue is caused by checking for V4L2_BUF_TYPE_VIDEO_CAPTURE type
> in driver's g_crop callback. T
Hi Javier
On Mon, 5 Nov 2012, Javier Martin wrote:
> Add support for IRAM to i.MX27 non-DT platforms using
> iram_init() function.
I'm not sure this belongs in a camera driver. Can IRAM not be used for
anything else? I'll check the i.MX27 datasheet when I'm back home after
the conference, so f
Hi Sakari and Sylwester,
Sorry for the late answer.
> -Original Message-
> From: Sakari Ailus [mailto:sakari.ai...@iki.fi]
> Sent: Monday, October 15, 2012 8:36 PM
> To: Sylwester Nawrocki
> Cc: Vincent ABRIOU; linux-media@vger.kernel.org; a.ha...@samsung.com;
> Laurent Pinchart; hverk...
Hi Anatolij,
if I remember correctly I had the same issue inverted. For me the
initialization sequence of the freescale driver didn't work. Generally
it was quite difficult to deduce anything from the docs to split the
initialization into sensible parts. Too many parts were undocumented
or didn't
Hi,
I'm trying to use mainline ov5642 driver for ov5642 based camera
module CM8206-A500SA-E from TRULY. The driver loads and initializes
the sensor, but the initialization seems to be incomplete, the sensor
doesn't generate pixel clock and sync signals.
For a quick test I've replaced the default
Dear All,
I need your advice and help. I am very new to Linux DVB system. I have
installed a DVB-S card in my system. May I know how can I verify the
received signal?
Thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.ke
37 matches
Mail list logo