Hi Sylwester,
On Tue, May 15, 2012 at 11:28:03PM +0200, Sylwester Nawrocki wrote:
> Hi Sakari,
>
> On 05/14/2012 02:02 AM, Sakari Ailus wrote:
> > Hi Sylwester,
> >
> > Thanks for the patch. I noticed your pull req; I hope you could take into
> > account a few more comments. :)
>
> Thank you fo
The chip is typically powered constantly and no board uses the set_power()
callback. Remove it.
Signed-off-by: Sakari Ailus
---
drivers/media/video/as3645a.c | 39 +--
include/media/as3645a.h |1 -
2 files changed, 9 insertions(+), 31 deletions(-)
Hi all,
I am trying to understand the current state of video capture and encoding using
gstreamer for kernels >= 2.6.39 on an OMAP3530.
Currently on 2.6.34 (omap3-2.6.34-caspapx) I use essentially:
v4l2src ! TIVidenc1 codecName=h264enc ! rtph264pay ! udpsink
1) As far as I understand,
Report SNR in 0.1 dB scale instead of raw hardware register values.
Signed-off-by: Antti Palosaari
---
drivers/media/dvb/frontends/zl10353.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/frontends/zl10353.c
b/drivers/media/dvb/frontends/zl10353.c
in
Hi Mauro,
I noticed that this patch and V2 that was only intended for merging,
are both in media tree now:
http://git.linuxtv.org/media_tree.git/history/579e92ffac65c717c9c8a50feb755a035a51bb3f:/Documentation/DocBook/media/v4l/vidioc-g-ext-ctrls.xml
As a result Table A.58 has a redundant V4L2_CT
Hi Mauro, Javier
On Tue, 15 May 2012, Mauro Carvalho Chehab wrote:
> This is an automatic generated email to let you know that the following patch
> were queued at the
> http://git.linuxtv.org/media_tree.git tree:
>
> Subject: [media] media: mx2_camera: Fix mbus format handling
> Author: Javi
Reports value as a 0.1 dB.
Signed-off-by: Antti Palosaari
---
drivers/media/dvb/frontends/rtl2830.c | 42 +++-
drivers/media/dvb/frontends/rtl2830_priv.h |1 +
2 files changed, 42 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/frontends/rtl2830.c
This patch removes the estimate color temperature range specification
for the white balance presets for which exact values heavily depend
on a particular camera specification.
Signed-off-by: Sylwester Nawrocki
---
Fixed typo in the patch summary line.
Documentation/DocBook/media/v4l/controls.x
This patch removes the estimate color temperature range specification
for white balance presets for which exact values heavily depend on
a particular camera specification.
Signed-off-by: Sylwester Nawrocki
---
Documentation/DocBook/media/v4l/controls.xml | 12
1 files changed, 4 i
---
lib/include/dvb-fe.h |4 ++--
lib/include/dvb-file.h | 12 ++--
lib/include/dvb-frontend.h |2 +-
lib/include/libsat.h | 27 +--
lib/libdvbv5/dvb-file.c|2 +-
lib/libdvbv5/libsat.c | 20 +
Hi Sakari,
On 05/14/2012 02:02 AM, Sakari Ailus wrote:
> Hi Sylwester,
>
> Thanks for the patch. I noticed your pull req; I hope you could take into
> account a few more comments. :)
Thank you for your comments, I'll try to come up with a fix up patch.
> On Thu, May 10, 2012 at 12:30:38PM +020
Acked-by: Márton Németh
Jozsef Marton wrote:
> From: Jozsef Marton
>
> gspca_pac7302 module supports the webcam with usb id: 093a:2627.
> It is a Genius FaceCam 300.
> The module does not need any changes but listing the usb id along with a
> vertical flip flag.
> The included patch adds this
Remove documentation chunk of not existent V4L2_CID_AUTO_FOCUS_AREA
control. It fixes following build error:
Error: no ID for constraint linkend: v4l2-auto-focus-area.
Signed-off-by: Sylwester Nawrocki
---
Documentation/DocBook/media/v4l/compat.xml |4
1 files changed, 0 insertions(+),
Hi,
On 05/15/2012 01:20 PM, Hans Verkuil wrote:
Hi Mauro,
Rebased as there were some conflicts after all the recent changes.
Also tested DocBook, works fine for me.
Note that I get this:
Error: no ID for constraint linkend: v4l2-auto-focus-area.
Something missing in those focus control patc
For the ov7670 camera to return images at the requested frame rate,
it needs to make calculations based on the clock speed, which is
a completely external factor (depends on the wiring of the system).
On the XO-1.75, which is the only known mmp-camera user, the camera
is clocked at 48MHz.
Pass th
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 May 15 19:00:23 CEST 2012
git hash:b89225a1c803d50271f86be15ecfccc0b0215007
gcc version: i686-linux-gcc (GC
From: Jozsef Marton
gspca_pac7302 module supports the webcam with usb id: 093a:2627.
It is a Genius FaceCam 300.
The module does not need any changes but listing the usb id along with a
vertical flip flag.
The included patch adds this to the module source.
Signed-off-by: Jozsef Marton
---
diff
Hi Mauro,
The following patch series adds DMABUF importer role to V4L2 API.
I'm sending this on behalf of Tomasz Stanislawski. Please pull for v3.5.
The following changes since commit d509835e32bd761a2b7b446034a273da568e5573:
[media] media: mx2_camera: Fix mbus format handling (2012-05-15 09:4
Hi Mauro,
On 05/14/2012 11:39 PM, Sylwester Nawrocki wrote:
> On 05/10/2012 10:48 AM, Sylwester Nawrocki wrote:
>> On 05/04/2012 05:31 PM, Sylwester Nawrocki wrote:
...
>> Mauro,
>>
>> I've found a few issues in this series afterwards and re-edited 3 commits
>> there.
>> Here is an updated pull r
On 14.05.2012 04:37, Antti Palosaari wrote:
On 12.05.2012 21:08, Thomas Mair wrote:
Changes compared to version 0.2:
+++ b/drivers/media/dvb/frontends/Makefile
@@ -98,6 +98,7 @@ obj-$(CONFIG_DVB_IT913X_FE) += it913x-fe.o
obj-$(CONFIG_DVB_A8293) += a8293.o
obj-$(CONFIG_DVB_TDA10071) += tda1007
Remove smiapp-debug.h and let people use CONFIG_DYNAMIC_DEBUG instead. The
option only affected to when debug information was being printed.
Signed-off-by: Sakari Ailus
---
drivers/media/video/smiapp-pll.c |2 -
drivers/media/video/smiapp/Kconfig|7 --
drivers/media/
Em 15-05-2012 11:25, Antonio Ospite escreveu:
> On Tue, 15 May 2012 15:35:15 +0200
> Gianluca Gennari wrote:
>
>> Il 15/05/2012 15:25, Mauro Carvalho Chehab ha scritto:
>>> Em 15-05-2012 10:16, Gianluca Gennari escreveu:
This patch:
http://patchwork.linuxtv.org/patch/10824/
moved t
On Tue, 15 May 2012 15:35:15 +0200
Gianluca Gennari wrote:
> Il 15/05/2012 15:25, Mauro Carvalho Chehab ha scritto:
> > Em 15-05-2012 10:16, Gianluca Gennari escreveu:
> >> This patch:
> >> http://patchwork.linuxtv.org/patch/10824/
> >> moved the file fixp-arith.h from drivers/input/ to include/l
Em 15-05-2012 10:35, Gianluca Gennari escreveu:
> Il 15/05/2012 15:25, Mauro Carvalho Chehab ha scritto:
>> Em 15-05-2012 10:16, Gianluca Gennari escreveu:
>>> This patch:
>>> http://patchwork.linuxtv.org/patch/10824/
>>> moved the file fixp-arith.h from drivers/input/ to include/linux/ .
>>>
>>> T
Em 10-04-2012 16:35, Sakari Ailus escreveu:
> Hi Mauro,
>
> This patchset adds
>
> - Integer menu controls,
> - Selection IOCTL for subdevs,
> - Sensor control improvements,
> - link_validate() media entity and V4L2 subdev pad ops,
> - OMAP 3 ISP driver improvements,
> - SMIA++ sensor driver and
Il 15/05/2012 15:25, Mauro Carvalho Chehab ha scritto:
> Em 15-05-2012 10:16, Gianluca Gennari escreveu:
>> This patch:
>> http://patchwork.linuxtv.org/patch/10824/
>> moved the file fixp-arith.h from drivers/input/ to include/linux/ .
>>
>> To make this file available to old kernels, we must inclu
Em 15-05-2012 10:16, Gianluca Gennari escreveu:
> This patch:
> http://patchwork.linuxtv.org/patch/10824/
> moved the file fixp-arith.h from drivers/input/ to include/linux/ .
>
> To make this file available to old kernels, we must include it in the
> media_build package.
>
> The version included
This patch:
http://patchwork.linuxtv.org/patch/10824/
moved the file fixp-arith.h from drivers/input/ to include/linux/ .
To make this file available to old kernels, we must include it in the
media_build package.
The version included here comes from kernel 3.4-rc7.
This patch corrects the follow
Em 05-04-2012 06:40, remi schwartz escreveu:
> Hi all,
>
> This is the patch against kernel 2.6.32 I used to get my TV card Asus
> My Cinema PS3-100 (1043:48cd) to work.
Please, don't sent patches against older kernel versions, as they won't
apply anymore upstream. In particular, since kernel 2.
Hi Andreas,
Sorry about the late reply.
Which datasheet revision are you using ? I looked at RevG and found that the
register ERRCNT22 @ 0xF59D, 0xF39D do have bitfields by name Px_ERR_CNT2
on Page 227.
Did you overlook that by some chance ?
Best Regards,
Manu
On Tue, Feb 28, 2012 at 2:12 AM,
On Wed, May 9, 2012 at 4:53 PM, Igor M. Liplianin wrote:
> This patch seems for rectifying a typo. But actually the difference between
> mantis_vp2040.c and mantis_vp2033.c code is a card name only.
>
> Signed-off-by: Igor M. Liplianin
Do you have a card with the tda10021 or the tda10023 ?
--
To
Hi Mauro,
Rebased as there were some conflicts after all the recent changes.
Also tested DocBook, works fine for me.
Note that I get this:
Error: no ID for constraint linkend: v4l2-auto-focus-area.
Something missing in those focus control patches.
Regards,
Hans
The following changes
Em 15-05-2012 07:44, Mauro Carvalho Chehab escreveu:
> Em 03-05-2012 19:22, mathieu.poir...@linaro.org escreveu:
>> From: Arnd Bergmann
>>
>> Kconfig warns about unsatisfied dependencies of symbols that
>> are directly selected.
>>
>> Many capture drivers depend on DVB capture drivers, which
>> ar
Em 03-05-2012 19:22, mathieu.poir...@linaro.org escreveu:
> From: Arnd Bergmann
>
> Kconfig warns about unsatisfied dependencies of symbols that
> are directly selected.
>
> Many capture drivers depend on DVB capture drivers, which
> are hidden behind the CONFIG_DVB_CAPTURE_DRIVERS setting.
>
>
Hi Mauro,
The following changes since commit e89fca923f32de26b69bf4cd604f7b960b161551:
[media] gspca - ov534: Add Hue control (2012-05-14 09:48:00 -0300)
are available in the git repository at:
git://git.infradead.org/users/kmpark/linux-samsung v4l_samsung_for_v3.5
for you to fetch changes
Hi, I'm working some new Smatch stuff and sending bug reports for old
code. -Dan
---
This is a semi-automatic email about new static checker warnings.
The patch a7d44baaed0a: "[media] cx23885-dvb: Remove a dirty hack
that would require DVBv3" from Dec 26, 2011, leads to the following
Smatch co
36 matches
Mail list logo