Hi Jonathan,
thank you for your time.
On 26 September 2012 18:40, Jonathan Corbet wrote:
> This is going to have to be quick, sorry...
>
> On Wed, 26 Sep 2012 11:47:53 +0200
> Javier Martin wrote:
>
>> +static struct ov7670_win_size ov7670_win_sizes[2][4] = {
>> + /* ov7670 */
>
> I must con
On Wed September 26 2012 12:50:11 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Friday 14 September 2012 13:15:34 Hans Verkuil wrote:
> > Sometimes platform/bridge drivers need to be notified when a control from
> > a subdevice changes value. In order to support this a notif
From: Lad, Prabhakar
for da850/omap-l138, there is no need to setup_input_channel_mode()
and set_clock(), to avoid adding dummy code in board file just returning
zero add a check in the driver itself to call the handler only if its
not NULL.
Signed-off-by: Lad, Prabhakar
Signed-off-by: Manjunat
Hi Mauro,
On Thu, Sep 27, 2012 at 1:37 AM, Mauro Carvalho Chehab
wrote:
> Em Thu, 16 Aug 2012 19:32:00 +0530
> Prabhakar Lad escreveu:
>
> It is amazing how many SOB's/acks are in this patch and nobody
> asked you to provide a patch description... the subject just
> tells what the code is also t
Hi Dror,
On Thu, Sep 27, 2012 at 1:50 AM, Mauro Carvalho Chehab
wrote:
> Em Mon, 13 Aug 2012 19:43:29 +0530
> Manjunath Hadli escreveu:
>
>> Hi Dror,
>>
>> Thanks for the patch.
>>
>> Mauro,
>>
>> I'll queue this patch for v3.7 through my tree.
>
> Sure.
>
>>
>> On Thursday 09 August 2012 12:03
I recently purchased a Hauppauge HD-PVR (the 1212 version, label on
bottom 49001LF, Rev F2). I have consistent capture failures on Linux
where data from the device simply stops, generally within a few minutes
of starting a capture. Yet, the device works flawlessly on Windows with
the same USB
Hi Laurent,
On 09/25/2012 02:35 AM, Laurent Pinchart wrote:
Does the clock type need to be selectable for mem-to-mem devices ? Do device-
specific timestamps make sense there ?
I'd like to clarify one thing here, i.e. if we select device-specific
timestamps how should the v4l2_buffer::timestam
Hi,
I've noticed the following issues/bugs while playing with qv4l:
1.) with pac7302-webcams, only the RGB3 (RGB24) format is working. BGR3,
YU12 and YV12 are broken
2.) for upside-down-mounted devices with an entry in libv4lconvert,
automatic h/v-flipping doesn't work with some formats
I've been
Moi Sakari
* Sakari Ailus [120926 14:51]:
> Configure CSI-2 phy based on platform data in the ISP driver. For that, the
> new V4L2_CID_IMAGE_SOURCE_PIXEL_RATE control is used. Previously the same
> was configured from the board code.
>
> This patch is dependent on "omap3: Provide means for chang
On 09/26/2012 10:32 PM, Mauro Carvalho Chehab wrote:
> Em Thu, 13 Sep 2012 12:02:14 +0100
> Sangwook Lee escreveu:
>
>> This patch adds driver for S5K4ECGX sensor with embedded ISP SoC,
>> S5K4ECGX, which is a 5M CMOS Image sensor from Samsung
>> The driver implements preview mode of the S5K4ECGX
The OMAP 3630 has configuration how the ISP CSI-2 PHY pins are connected to
the actual CSI-2 receivers outside the ISP itself. Allow changing this
configuration from the ISP driver.
Signed-off-by: Sakari Ailus
---
arch/arm/mach-omap2/control.c | 86
ar
Configure CSI-2 phy based on platform data in the ISP driver. For that, the
new V4L2_CID_IMAGE_SOURCE_PIXEL_RATE control is used. Previously the same
was configured from the board code.
This patch is dependent on "omap3: Provide means for changing CSI2 PHY
configuration".
Signed-off-by: Sakari Ai
Hi Paul and Laurent,
This is an update to an old patchset for CSI-2 configuration for OMAP 3430
and 3630, and the corresponding patch to the ISP driver. Both have been
tested on the 3630 only so far.
Additional patches for the N9(50) camera support that mostly aren't yet
upstreamable, are availab
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 Sep 26 20:33:55 CEST 2012
git hash:3f70e1f598a6be4277e71516a98457fd3bddfbd0
gcc version: i686-linux-gcc (GC
Hi Sylwester,
Sylwester Nawrocki wrote:
On 09/24/2012 08:26 PM, Sakari Ailus wrote:
On Mon, Sep 24, 2012 at 06:51:41PM +0200, Sylwester Nawrocki wrote:
On 09/24/2012 03:44 PM, Sakari Ailus wrote:
How about useing a separate video buffer queue for the purpose? That would
provide a nice way to
Em Thu, 13 Sep 2012 12:02:14 +0100
Sangwook Lee escreveu:
> This patch adds driver for S5K4ECGX sensor with embedded ISP SoC,
> S5K4ECGX, which is a 5M CMOS Image sensor from Samsung
> The driver implements preview mode of the S5K4ECGX sensor.
> capture (snapshot) operation, face detection are mi
Hi all, I'm new to the list so feel free to direct me somewhere else if
the following is OT.
I get a hard lock on my machine, no response to Alt-Sysrq T, dead to the
world, when running the mentioned card with a Conax cam to record
encrypted DVB-T channels. I have had the thing running throug
On Wed, Aug 01, 2012 at 12:22:16AM +0200, Juergen Lock wrote:
> That likely fixes this MythTV ticket:
>
> http://code.mythtv.org/trac/ticket/10830
>
> (which btw affects all usb tuners I tested as well, pctv452e,
> dib0700, af9015) pctv452e is still possibly broken with MythTV
> even after
Em Mon, 13 Aug 2012 19:43:29 +0530
Manjunath Hadli escreveu:
> Hi Dror,
>
> Thanks for the patch.
>
> Mauro,
>
> I'll queue this patch for v3.7 through my tree.
Sure.
>
> On Thursday 09 August 2012 12:03 PM, Dror Cohen wrote:
> > This patch address the issue that a function named config_vpi
Em Thu, 16 Aug 2012 19:32:00 +0530
Prabhakar Lad escreveu:
It is amazing how many SOB's/acks are in this patch and nobody
asked you to provide a patch description... the subject just
tells what the code is also telling. Could you please provide
a better patch description?
Thanks!
Mauro
> From:
Hi Laurent and Chris,
Laurent Pinchart wrote:
On Wednesday 26 September 2012 07:42:41 Chris MacGregor wrote:
...
Sorry to make this more complicated, but the Aptina MT9P031, for
instance (datasheet at
http://www.aptina.com/assets/downloadDocument.do?id=865 - see page 35),
has Digital Gain, an
Hi Laurent,
Laurent Pinchart wrote:
On Tuesday 25 September 2012 23:12:00 Sakari Ailus wrote:
Hans Verkuil wrote:
On Tue 25 September 2012 12:48:01 Laurent Pinchart wrote:
On Tuesday 25 September 2012 08:47:45 Hans Verkuil wrote:
On Tue September 25 2012 02:00:55 Laurent Pinchart wrote:
BTW,
Il 26/09/2012 19:26, Randy Dunlap ha scritto:
> On 09/25/2012 05:07 PM, a...@linux-foundation.org wrote:
>
>> The mm-of-the-moment snapshot 2012-09-25-17-06 has been uploaded to
>>
>>http://www.ozlabs.org/~akpm/mmotm/
>>
>> mmotm-readme.txt says
>>
>> README for mm-of-the-moment:
>>
>> http://
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 Sep 26 19:00:22 CEST 2012
git hash:3f70e1f598a6be4277e71516a98457fd3bddfbd0
gcc version: i686-linux-gcc (GC
On 09/25/2012 05:07 PM, a...@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2012-09-25-17-06 has been uploaded to
>
>http://www.ozlabs.org/~akpm/mmotm/
>
> mmotm-readme.txt says
>
> README for mm-of-the-moment:
>
> http://www.ozlabs.org/~akpm/mmotm/
on i386:
ERROR: "__udiv
On Wed, 26 Sep 2012 11:47:57 +0200
Javier Martin wrote:
> Signed-off-by: Javier Martin
> ---
> drivers/media/i2c/ov7670.c |8
> include/media/ov7670.h |1 +
> 2 files changed, 9 insertions(+)
Again, needs a changelog. Otherwise
Acked-by: Jonathan Corbet
jon
--
To unsub
On Wed, 26 Sep 2012 11:47:56 +0200
Javier Martin wrote:
>
> Signed-off-by: Javier Martin
This one needs a changelog - what does bypassing the PLL do and why might
you want to do it? Otherwise:
Acked-by: Jonathan Corbet
jon
--
To unsubscribe from this list: send the line "unsubscribe linux-
On Wed, 26 Sep 2012 11:47:55 +0200
Javier Martin wrote:
> According to the datasheet ov7675 uses a formula to achieve
> the desired framerate that is different from the operations
> done in the current code.
>
> In fact, this formula should apply to ov7670 too. This would
> mean that current cod
On Wed, 26 Sep 2012 11:47:54 +0200
Javier Martin wrote:
> 'min_height' and 'min_width' are variables that allow to specify the minimum
> resolution that the sensor will achieve. This patch make v4l2 fmt callbacks
> consider this parameters in order to return valid data to user space.
>
I'd have
This is going to have to be quick, sorry...
On Wed, 26 Sep 2012 11:47:53 +0200
Javier Martin wrote:
> +static struct ov7670_win_size ov7670_win_sizes[2][4] = {
> + /* ov7670 */
I must confess I don't like this; now we've got constants in an array that
was automatically sized before and ov76
.get_frame_desc can be used by host interface driver to query
properties of captured frames, e.g. required memory buffer size.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
drivers/media/i2c/m5mols/m5mols.h | 9 ++
drivers/media/i2c/m5mols/m5mols_capture.c | 3
The V4L2_PIX_FMT_S5C_YUYV_JPG image formats consists of 2 planes, the
first containing interleaved JPEG/YUYV data and the second containing
meta data describing the interleaving method.
The image data is transferred with MIPI-CSI "User Defined Byte-Based
Data 1" type and is captured to memory by F
MIPI-CSI has internal memory mapped buffers for the frame embedded
(non-image) data. There are two buffers, for even and odd frames which
need to be saved after an interrupt is raised. The packet data buffers
size is 4 KiB and there is no status register in the hardware where the
actual non-image d
This patch adds definition of the Samsung S5C73M3 camera specific
image format. V4L2_PIX_FMT_S5C_UYVY_JPG is a two-planar format,
the first plane contains interleaved UYVY and JPEG data followed
by meta-data. The second plane contains additional meta-data needed
for extracting JPEG and UYVY data s
This patch adds media bus pixel code for the interleaved JPEG/UYVY
image format used by S5C73MX Samsung cameras. This interleaved image
data is transferred on MIPI-CSI2 bus as User Defined Byte-based Data.
It also defines an experimental vendor and device specific media bus
formats section and add
Hi All,
This patch series adds device/vendor specific media bus pixel code section
and defines S5C73MX camera specific media bus pixel code, along with
corresponding fourcc.
The third patch adds support for MIPI-CSI2 Embedded Data capture in
Samsung S5P/Exynos MIPI-CSIS device. It depends on patc
Hi Chris,
On Wednesday 26 September 2012 07:42:41 Chris MacGregor wrote:
> On 09/26/2012 12:42 AM, Sakari Ailus wrote:
> > On Wed, Sep 26, 2012 at 12:14:36PM +0530, Prabhakar Lad wrote:
> >> On Sun, Sep 23, 2012 at 4:56 PM, Prabhakar Lad wrote:
> >>> Hi All,
> >>>
> >>> The CCD/Sensors have the c
Hi.
On 09/26/2012 12:42 AM, Sakari Ailus wrote:
On Wed, Sep 26, 2012 at 12:14:36PM +0530, Prabhakar Lad wrote:
Hi All,
On Sun, Sep 23, 2012 at 4:56 PM, Prabhakar Lad
wrote:
Hi All,
The CCD/Sensors have the capability to adjust the R/ye, Gr/Cy, Gb/G,
B/Mg gain values.
Since these control can
Hi Laurent,
2012/9/26 Laurent Pinchart :
> Hi Enric,
>
> On Wednesday 26 September 2012 09:57:53 Enric Balletbò i Serra wrote:
>
> [snip]
>
>> You had reason. Checking the data lines of the camera bus with an
>> oscilloscope I see I had a problem, exactly in D8 /D9 data lines.
>
> I'm curious, how
Signed-off-by: Andy Shevchenko
---
drivers/media/usb/dvb-usb/a800.c |2 +-
drivers/media/usb/dvb-usb/cinergyT2-core.c |3 +--
drivers/media/usb/dvb-usb/dibusb-common.c |2 +-
drivers/media/usb/dvb-usb/digitv.c |2 +-
drivers/media/usb/dvb-usb/dtt200u.c|
On 26 September 2012 11:47, Javier Martin
wrote:
> The following series includes all the changes discussed in [1] that
> don't affect either bridge drivers that use ov7670 or soc-camera framework
> For this reason they are considered non controversial and sent separately.
> At least 1 more series
On Wednesday 26 September 2012 08:30:34 Ezequiel Garcia wrote:
> This function returns an integer and it's mandatory
> to check the return code.
>
> Cc: Laurent Pinchart
> Signed-off-by: Ezequiel Garcia
Acked-by: Laurent Pinchart
Applied to my tree, thank you.
> ---
> Changes from v1:
> * C
Hi Andreas,
On Thursday 06 September 2012 20:00:04 Andreas Nagel wrote:
> Hello,
>
> I am using an embedded module called TAO-3530 from Technexion, which has
> an OMAP3530 processor.
> This processor has a camera interface, which is part of the ISP
> submodule. For an ongoing project I want to ca
Hi,
On Thursday 13 September 2012 21:44:48 Sakari Ailus wrote:
> On Tue, Sep 04, 2012 at 12:38:06PM +0200, Hans Verkuil wrote:
> > Hi all,
> >
> > During the Media Workshop last week we discussed how the timestamp and
> > sequence fields in struct v4l2_buffer should be used.
> >
> > While trying
Hi John,
On Monday 10 September 2012 20:00:54 John Tobias wrote:
> Hi all,
>
> I tried devel-ISPSUPPORT-IPIPE and devel-ISPSUPPORT,
It would help you you told use what hardware you're running on, what kernel
version you're using, and what devel-ISPSUPPORT-IPIPE and devel-ISPSUPPORT
are.
> the
This function returns an integer and it's mandatory
to check the return code.
Cc: Laurent Pinchart
Signed-off-by: Ezequiel Garcia
---
Changes from v1:
* Change variable name rc -> ret
* Add return 0 on successful uvc_queue_init
drivers/media/usb/uvc/uvc_queue.c | 10 --
drivers/me
Hi Ezequiel,
Thanks for the patch.
On Monday 17 September 2012 10:49:50 Ezequiel Garcia wrote:
> This function returns an integer and it's mandatory
> to check the return code.
>
> Signed-off-by: Ezequiel Garcia
> ---
> drivers/media/usb/uvc/uvc_queue.c |8 ++--
> drivers/media/usb/uvc
Hi Gary,
On Monday 24 September 2012 08:34:24 Gary Thomas wrote:
> Rename configure.in to be configure.ac - required for newer
> versions of autotools (older versions silently handled
> this, now it's an error)
>
> Signed-off-by: Gary Thomas
Thanks for the patch. Applied and pushed.
--
Reg
Hi Hans,
Thanks for the patch.
On Friday 14 September 2012 13:15:34 Hans Verkuil wrote:
> Sometimes platform/bridge drivers need to be notified when a control from
> a subdevice changes value. In order to support this a notify callback was
> added.
>
> Signed-off-by: Hans Verkuil
> ---
> Docum
This kind of memcpy() is error-prone and its
replacement with a struct assignment is prefered.
Signed-off-by: Ezequiel Garcia
---
drivers/media/usb/em28xx/em28xx-cards.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/usb/em28xx/em28xx-cards.c
b/drivers/m
Le Wed, 26 Sep 2012 09:48:41 +0200,
Dominique Michel a écrit :
> Le Tue, 25 Sep 2012 22:27:55 +0300,
> "Rémi Denis-Courmont" a écrit :
>
> Thanks for the answer.
>
>
> > Le lundi 24 septembre 2012 10:51:23, Dominique Michel a écrit :
> > > The WinTV HVR-4000-HD is a multi-tuners TV card with
On Wed 26 September 2012 11:35:27 Mauro Carvalho Chehab wrote:
> Em Wed, 26 Sep 2012 09:03:13 +0200
> Hans Verkuil escreveu:
>
> > On Wed September 26 2012 04:29:33 Mauro Carvalho Chehab wrote:
> > > Em Tue, 25 Sep 2012 15:45:00 +0200
> > > Hans Verkuil escreveu:
> > >
> > > > On Tue 25 Septemb
Hi Hans,
Thank your for your comments.
On 09/26/2012 08:39 AM, Hans Verkuil wrote:
> On Tue September 25 2012 18:30:43 Tomasz Stanislawski wrote:
>> Hi Hans,
>> Thank you for review.
>> Please refer to the comments below.
>>
>> On 08/22/2012 01:41 PM, Hans Verkuil wrote:
>>> On Tue August 14 2012
Signed-off-by: Javier Martin
---
drivers/media/i2c/ov7670.c |8
include/media/ov7670.h |1 +
2 files changed, 9 insertions(+)
diff --git a/drivers/media/i2c/ov7670.c b/drivers/media/i2c/ov7670.c
index 54fb535..f7e4341 100644
--- a/drivers/media/i2c/ov7670.c
+++ b/drivers/me
According to the datasheet ov7675 uses a formula to achieve
the desired framerate that is different from the operations
done in the current code.
In fact, this formula should apply to ov7670 too. This would
mean that current code is wrong but, in order to preserve
compatibility, the new formula wi
Signed-off-by: Javier Martin
---
drivers/media/i2c/ov7670.c | 24 ++--
include/media/ov7670.h |1 +
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/drivers/media/i2c/ov7670.c b/drivers/media/i2c/ov7670.c
index 175fbfc..54fb535 100644
--- a/drivers/me
'min_height' and 'min_width' are variables that allow to specify the minimum
resolution that the sensor will achieve. This patch make v4l2 fmt callbacks
consider this parameters in order to return valid data to user space.
Signed-off-by: Javier Martin
---
drivers/media/i2c/ov7670.c | 22 ++
ov7675 and ov7670 share the same registers but there is no way
to distinguish them at runtime. However, they require different
tweaks to achieve the desired resolution. For this reason this
patch adds a new ov7675 entry to the ov7670_id table.
Signed-off-by: Javier Martin
---
drivers/media/i2c/o
The following series includes all the changes discussed in [1] that
don't affect either bridge drivers that use ov7670 or soc-camera framework
For this reason they are considered non controversial and sent separately.
At least 1 more series will follow in order to implement all features
described i
Em Wed, 26 Sep 2012 09:03:13 +0200
Hans Verkuil escreveu:
> On Wed September 26 2012 04:29:33 Mauro Carvalho Chehab wrote:
> > Em Tue, 25 Sep 2012 15:45:00 +0200
> > Hans Verkuil escreveu:
> >
> > > On Tue 25 September 2012 15:33:40 Mauro Carvalho Chehab wrote:
> > > > Em Fri, 14 Sep 2012 13:15
Hi Sakari,
On Tuesday 25 September 2012 23:12:00 Sakari Ailus wrote:
> Hans Verkuil wrote:
> > On Tue 25 September 2012 12:48:01 Laurent Pinchart wrote:
> >> On Tuesday 25 September 2012 08:47:45 Hans Verkuil wrote:
> >>> On Tue September 25 2012 02:00:55 Laurent Pinchart wrote:
> >>> BTW, I think
On 09/26/2012 09:18 AM, Sachin Kamat wrote:
> version.h is not needed for these files.
>
> Signed-off-by: Sachin Kamat
Applied both, thank you.
--
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
Hi Prabhakar,
Thanks for the patch.
On Wednesday 26 September 2012 12:05:10 Prabhakar wrote:
> From: Lad, Prabhakar
>
> Signed-off-by: Lad, Prabhakar
> Signed-off-by: Manjunath Hadli
> Cc: Laurent Pinchart
> Cc: Sakari Ailus
> Cc: Paul Gortmaker
> Cc: Jean Delvare
> ---
> Changes for v2:
On 09/26/2012 05:53 AM, Sachin Kamat wrote:
> Fixes a typo in a conditional evaluation.
>
> Signed-off-by: Sachin Kamat
Applied, thanks!
--
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://
On 09/24/2012 10:52 AM, Tomasz Stanislawski wrote:
> On 09/22/2012 09:39 AM, Sachin Kamat wrote:
>> When mdev is NULL, the error print statement will try to dereference
>> the NULL pointer.
>>
>> Signed-off-by: Sachin Kamat
>> ---
>> drivers/media/platform/s5p-tv/mixer_drv.c |2 +-
>> 1 files
Hi Enric,
On Wednesday 26 September 2012 09:57:53 Enric Balletbò i Serra wrote:
[snip]
> You had reason. Checking the data lines of the camera bus with an
> oscilloscope I see I had a problem, exactly in D8 /D9 data lines.
I'm curious, how have you fixed that ?
> Now I can capture images but t
On Tue 25 September 2012 13:56:34 Hans Verkuil wrote:
> Hi Mauro,
>
> As requested!
I've respun this tree, fixing one documentation bug (the max value for
'blocks' is 256, not 255) and adding an overflow check in v4l2-ioctl.c as
reported by Dan Carpenter:
http://www.mail-archive.com/linux-media@
On Wed 26 September 2012 10:01:06 Dan Carpenter wrote:
> Hi Hans,
>
> The patch ed45ce2cc0b3: "[media] v4l2-subdev: add support for the new
> edid ioctls" from Aug 10, 2012, needs an overflow check the same as the
> other cases in that switch statement.
>
> drivers/media/v4l2-core/v4l2-ioctl.c
>
On Wed, Sep 26, 2012 at 1:24 PM, Sakari Ailus wrote:
> On Wed, Sep 26, 2012 at 01:16:08PM +0530, Prabhakar Lad wrote:
> ...
>> Currently I am need of following,
>>
>> 1: V4L2_CID_GAIN_RED
>> 2: V4L2_CID_GAIN_GREEN_RED
>> 3: V4L2_CID_GAIN_GREEN_BLUE
>> 4: V4L2_CID_GAIN_BLUE
>> 5: V4L2_CID_GAIN
Hi Hans,
The patch ed45ce2cc0b3: "[media] v4l2-subdev: add support for the new
edid ioctls" from Aug 10, 2012, needs an overflow check the same as the
other cases in that switch statement.
drivers/media/v4l2-core/v4l2-ioctl.c
2200 case VIDIOC_SUBDEV_G_EDID:
2201 case VIDIOC
Hi Laurent
2012/9/25 Laurent Pinchart :
> Hi Enric,
>
> On Tuesday 25 September 2012 13:23:20 Enric Balletbò i Serra wrote:
>> 2012/9/25 Laurent Pinchart :
>> > On Tuesday 25 September 2012 09:44:42 Enric Balletbò i Serra wrote:
>> >> 2012/9/25 Laurent Pinchart :
>> >> > On Monday 24 September 201
On Wed, Sep 26, 2012 at 01:16:08PM +0530, Prabhakar Lad wrote:
...
> Currently I am need of following,
>
> 1: V4L2_CID_GAIN_RED
> 2: V4L2_CID_GAIN_GREEN_RED
> 3: V4L2_CID_GAIN_GREEN_BLUE
> 4: V4L2_CID_GAIN_BLUE
> 5: V4L2_CID_GAIN_OFFSET
Are they analogue or digital?
--
Sakari Ailus
e-mail:
When the separate tda9875 driver was merged into tvaudio the copyright
line of the tda9875 driver was dropped inadvertently. Add it back.
Regards,
Hans
The following changes since commit 4313902ebe33155209472215c62d2f29d117be29:
[media] ivtv-alsa, ivtv: Connect ivtv PCM capture stream
Hi Sakari,
On Wed, Sep 26, 2012 at 1:12 PM, Sakari Ailus wrote:
> On Wed, Sep 26, 2012 at 12:14:36PM +0530, Prabhakar Lad wrote:
>> Hi All,
>>
>> On Sun, Sep 23, 2012 at 4:56 PM, Prabhakar Lad
>> wrote:
>> > Hi All,
>> >
>> > The CCD/Sensors have the capability to adjust the R/ye, Gr/Cy, Gb/G,
>
On Wed, Sep 26, 2012 at 12:14:36PM +0530, Prabhakar Lad wrote:
> Hi All,
>
> On Sun, Sep 23, 2012 at 4:56 PM, Prabhakar Lad
> wrote:
> > Hi All,
> >
> > The CCD/Sensors have the capability to adjust the R/ye, Gr/Cy, Gb/G,
> > B/Mg gain values.
> > Since these control can be re-usable I am plannin
Fixes the following warnings:
drivers/media/platform/exynos-gsc/gsc-core.c:313:5: warning:
symbol 'get_plane_info' was not declared. Should it be static?
drivers/media/platform/exynos-gsc/gsc-core.c:746:28: warning:
symbol 'gsc_ctrl_ops' was not declared. Should it be static?
drivers/media/platform
version.h is not needed for these files.
Signed-off-by: Sachin Kamat
---
drivers/media/platform/exynos-gsc/gsc-core.c |1 -
drivers/media/platform/exynos-gsc/gsc-m2m.c |1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/media/platform/exynos-gsc/gsc-core.c
b/dr
On Wed September 26 2012 04:29:33 Mauro Carvalho Chehab wrote:
> Em Tue, 25 Sep 2012 15:45:00 +0200
> Hans Verkuil escreveu:
>
> > On Tue 25 September 2012 15:33:40 Mauro Carvalho Chehab wrote:
> > > Em Fri, 14 Sep 2012 13:15:36 +0200
> > > Hans Verkuil escreveu:
> > >
> > > > Fixes a v4l2-comp
Hi Chris,
On Wed, Sep 26, 2012 at 12:23 PM, Chris MacGregor wrote:
> Hi All.
>
>
> On 09/25/2012 11:44 PM, Prabhakar Lad wrote:
>>
>> Hi All,
>>
>> On Sun, Sep 23, 2012 at 4:56 PM, Prabhakar Lad
>> wrote:
>>>
>>> Hi All,
>>>
>>> The CCD/Sensors have the capability to adjust the R/ye, Gr/Cy, Gb/G
79 matches
Mail list logo