From: Wei Yongjun
sizeof() when applied to a pointer typed expression gives the
size of the pointer, not that of the pointed data.
Signed-off-by: Wei Yongjun
---
drivers/staging/media/go7007/go7007-usb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/
From: Wei Yongjun
Remove including that don't need it.
Signed-off-by: Wei Yongjun
---
drivers/media/i2c/tw9906.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/i2c/tw9906.c b/drivers/media/i2c/tw9906.c
index 2263a91..d94325b 100644
--- a/drivers/media/i2c/tw9906.c
+++ b/driv
From: Wei Yongjun
Remove including that don't need it.
Signed-off-by: Wei Yongjun
---
drivers/staging/media/go7007/go7007-v4l2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/media/go7007/go7007-v4l2.c
b/drivers/staging/media/go7007/go7007-v4l2.c
index 24ba50e..50eb69a 1
From: Wei Yongjun
Add the missing unlock before return from function af9035_ctrl_msg()
in the error handling case.
Signed-off-by: Wei Yongjun
---
drivers/media/usb/dvb-usb-v2/af9035.c | 17 +
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/drivers/media/usb/dvb-us
From: Prasanna Kumar
According to Common Clock framework , modified the method of getting
clock for MFC Block.
Signed-off-by: Prasanna Kumar
---
drivers/media/platform/s5p-mfc/s5p_mfc_pm.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/platform/s5p-mfc/
Every few days/weeks I see Oopses like the attached one. I tried to track down
the problem, but with added debug printk's the error didn't occur. I'm using
em28xx and dib0700 based dvb sticks at an armv5te system (Marvell Kirkwood),
the user application is vdr.
Any ideas what is wrong or who c
Hi Andreas,
Thanks for the patch, and sorry for the late reply.
On Tuesday 19 February 2013 22:03:53 Andreas Bombe wrote:
> When using libudev, it is actually libmediactl that uses it and not the
> media-ctl executable. libv4l2subdev uses functions from libmediactl and
> therefore needs to be lin
Hi Andreas,
Thanks for the patch, and sorry for the late reply.
On Monday 18 February 2013 01:12:44 Andreas Bombe wrote:
> src/mediactl.c needs ctype.h for its use of isspace().
>
> src/v4l2subdev.c needs stdlib.h for strtoul() and ctype.h for isspace()
> and isupper().
>
> Signed-off-by: Andre
Hi Andreas,
Thanks for the patch, and sorry for the late reply.
On Monday 18 February 2013 01:10:02 Andreas Bombe wrote:
> Signed-off-by: Andreas Bombe
Acked-by: Laurent Pinchart
and pushed to the repository.
> ---
> configure.ac |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
On 03/24/2013 07:11 PM, Mauro Carvalho Chehab wrote:
This is the summary of the patches that are currently under review at
Linux Media Mailing List.
Each patch is represented by its submission date, the subject (up to 70
chars) and the patchwork link (if submitted via email).
P.S.: This email is
Hello *,
I get a null pointer dereference when loading the cx88_dvb module (kernel
3.9.0-rc4, but using an older kernel makes no difference).
If I blacklist the cx8800 module, everything works fine.
I have a Hauppauge HVR4000 card with multiple tuners (DVB-T, DVB-S, DVB-S2,
analog). I'm using on
On Mon, 25 Mar 2013 15:32:20 -0300
Mauro Carvalho Chehab wrote:
> Em Mon, 25 Mar 2013 19:48:20 +0200
> Timo Teras escreveu:
>
> > On Mon, 25 Mar 2013 14:36:47 -0300
> > Mauro Carvalho Chehab wrote:
> >
> > > Em Mon, 25 Mar 2013 19:08:46 +0200
> > > Timo Teras escreveu:
> > >
> > > > I just
Sorry feeling a bit thick now...
Never done a rollback using git and thought it would be
straightforward as subversion, however I hadn't realised that the
build is actually pulling the latest head version as part of the build
itself.
Had a play around trying to use git reset --hard xxx to
Since commit a1fd287780c8e91fed4957b30c757b0c93021162:
"[media] bttv-driver: fix two warnings"
cropcap.defrect.height and cropcap.bounds.height for the PAL entry are 32
resp 30 pixels too large, if a userspace app (ie xawtv) actually tries to use
the full advertised height, the resulting image is
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: Mon Mar 25 19:00:23 CET 2013
git branch: test
git hash: 7bce33daeaca26a3ea3f6099fdfe4e11ea46cac6
gcc versio
Em Mon, 25 Mar 2013 19:48:20 +0200
Timo Teras escreveu:
> On Mon, 25 Mar 2013 14:36:47 -0300
> Mauro Carvalho Chehab wrote:
>
> > Em Mon, 25 Mar 2013 19:08:46 +0200
> > Timo Teras escreveu:
> >
> > > I just bought a Terratec Grabby hardware revision 2 in hopes that it
> > > would work on my l
Spite the Geniatech X8000-MT dvb card is added long time ago to the
kernel, it never worked. I have one of this cards branded as notOnlyTV
LV3H http://www.linuxtv.org/wiki/index.php/NotOnlyTV_LV3H and it seems
the gpios are wrong among other things. As I wrote in the linuxtv wiki
entry this card wo
On Mon, 25 Mar 2013 14:36:47 -0300
Mauro Carvalho Chehab wrote:
> Em Mon, 25 Mar 2013 19:08:46 +0200
> Timo Teras escreveu:
>
> > I just bought a Terratec Grabby hardware revision 2 in hopes that it
> > would work on my linux box.
> >
> > But alas, I got only sound working. It seems that analo
Em Mon, 25 Mar 2013 19:08:46 +0200
Timo Teras escreveu:
> I just bought a Terratec Grabby hardware revision 2 in hopes that it
> would work on my linux box.
>
> But alas, I got only sound working. It seems that analog video picture
> grabbing does not work.
>
> I tried kernels 3.4.34-grsec, 3.7
I just bought a Terratec Grabby hardware revision 2 in hopes that it
would work on my linux box.
But alas, I got only sound working. It seems that analog video picture
grabbing does not work.
I tried kernels 3.4.34-grsec, 3.7.1 (vanilla), 3.8.2-grsec and
3.9.0-rc4 (vanilla). And all fail the same
On Mon, Mar 25, 2013 at 04:50:45PM +0530, Sumit Semwal wrote:
> For debugging purposes, it is useful to have a name-string added
> while exporting buffers. Hence, dma_buf_export() is replaced with
> dma_buf_export_named(), which additionally takes 'exp_name' as a
> parameter.
>
> For backward comp
When config options are:
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2=m
CONFIG_I2C=m
Compilation breaks, as reported by:
https://bugzilla.kernel.org/show_bug.cgi?id=55681
Before changeset 7b34be71db533f3e0cf93d53cf62d036cdb5418a,
no compilation errors occurred. However, th
Hi Mauro,
On Sunday 24 March 2013 15:11:11 Mauro Carvalho Chehab wrote:
> This is the summary of the patches that are currently under review at
> Linux Media Mailing List .
> Each patch is represented by its submission date, the subject (up to 70
> chars) and the patchwork link (if submitted via e
Hi Mauro,
This pull request is unchanged from http://patchwork.linuxtv.org/patch/17577/,
except for being rebased.
I've also added my tuner-core patch and your three tuner-core patches as
requested.
Regards,
Hans
The following changes since commit 7bce33daeaca26a3ea3f6099fdfe4e11ea46ca
On Mon March 25 2013 15:33:08 Anthony Horton wrote:
> Apologies is this is already known about but I couldn't find anything
> when I searched.
>
> The media_build tree appears to be currently broken, at least for my
> build environment (Fedora 18, gcc 4.7.2, 3.8.4-202.fc18.x86_64
> kernel).
Lots
On Mon, Mar 25, 2013 at 7:32 AM, Hans Verkuil wrote:
> This fixes the bug where the au8522 detected a signal and then tuner-core
> overwrote it with 0 since the xc5000 tuner does not support get_rf_strength.
>
> Signed-off-by: Hans Verkuil
Nice find. That makes much more sense.
Cheers,
Devin
Apologies is this is already known about but I couldn't find anything
when I searched.
The media_build tree appears to be currently broken, at least for my
build environment (Fedora 18, gcc 4.7.2, 3.8.4-202.fc18.x86_64
kernel).
$ git clone git://linuxtv.org/media_build.git
$ cd media_build/
$./bu
If those callbacks fail, it should return zero, and not a random
value.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/v4l2-core/tuner-core.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/drivers/media/v4l2-core/tuner-core.c
b/drivers/media/v4l2-core/tun
Now that those functions are only used when the corresponding
function calls are defined, we don't need to check if those
function calls are present at the structure before using it.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/v4l2-core/tuner-core.c | 16 ++--
1 file chang
While the driver gets AFC from the tuner, it doesn't return it
back via V4L2 API due to a mistake at the return. fix it.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/v4l2-core/tuner-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/v4l2-core/tuner
While reviewing "tuner-core fix for au0828 g_tuner bug" patch, I noticed
a few other related issues with tuner. This series addresses it.
Hans, please add on your git tree when sending me the au0828 g_tuner bug
patch.
Mauro Carvalho Chehab (3):
tuner-core: return afc instead of zero
tuner-cor
Em Sun, 24 Mar 2013 22:14:58 +0100
Frank Schäfer escreveu:
> Am 24.03.2013 15:02, schrieb Mauro Carvalho Chehab:
> > Em Sun, 24 Mar 2013 13:53:40 +0100
> > Frank Schäfer escreveu:
> >
> >> Am 24.03.2013 12:38, schrieb Mauro Carvalho Chehab:
> >>> Em Sat, 23 Mar 2013 18:27:08 +0100
> >>> Frank Sc
Em Mon, 25 Mar 2013 12:32:31 +0100
Hans Verkuil escreveu:
> While testing the au0828 driver overhaul patch series:
>
> http://patchwork.linuxtv.org/patch/17576/
>
> I discovered that the signal strength as reported by VIDIOC_G_TUNER was
> always 0. Initially I thought it was related to the i2c
This pull request is identical to:
http://www.mail-archive.com/linux-media@vger.kernel.org/msg59894.html
except for rebasing and adding the last DocBook change that documents that
this ioctl was added.
The first two patches in that patch series are in their own pull request,
since those two have
These two patches were part of this patch series:
http://www.mail-archive.com/linux-media@vger.kernel.org/msg59894.html
But I decided to split them off since they have nothing to do with the new
chip_name ioctl.
Regards,
Hans
The following changes since commit c535cc6c714bd21b3afad35ba
On Thu March 14 2013 23:12:06 Alexey Klimov wrote:
> Hi Hans, all,
>
> If i run verbose v4l2-compliance with my radio-mr800 device few times
> then i get warning about frequency out of range:
Acked-by: Hans Verkuil
Regards,
Hans
>
> root@machine:~# v4l2-compliance -r /dev/radio0 -v 2
While testing the au0828 driver overhaul patch series:
http://patchwork.linuxtv.org/patch/17576/
I discovered that the signal strength as reported by VIDIOC_G_TUNER was
always 0. Initially I thought it was related to the i2c gate, but after
testing some more that turned out to be wrong, although
On 19 March 2013 05:19, Mauro Carvalho Chehab wrote:
> Em Thu, 07 Feb 2013 15:54:52 +0530
> Sumit Semwal escreveu:
>
>> Hi John,
>>
>> On Thursday 07 February 2013 05:33 AM, John Sheu wrote:
>> > From: John Sheu
>> >
>> > Callers to dma_buf_mmap expect to fput() the vma struct's vm_file
>> > the
Add debugfs support to make it easier to print debug information
about the dma-buf buffers.
Cc: Dave Airlie
[minor fixes on init and warning fix]
Signed-off-by: Sumit Semwal
---
changes since v1:
- fixes on init and warnings as reported and corrected by Dave Airlie.
- add locking while walkin
For debugging purposes, it is useful to have a name-string added
while exporting buffers. Hence, dma_buf_export() is replaced with
dma_buf_export_named(), which additionally takes 'exp_name' as a
parameter.
For backward compatibility, and for lazy exporters who don't wish to
name themselves, a #de
The patch series adds a much-missed support for debugfs to dma-buf framework.
Based on the feedback received on v1 of this patch series, support is also
added to allow exporters to provide name-strings that will prove useful
while debugging.
Some more magic can be added for more advanced debuggin
On 3/25/2013 3:45 PM, Prabhakar Lad wrote:
> Hi Sekhar,
>
> On Mon, Mar 25, 2013 at 11:09 AM, Sekhar Nori wrote:
>> On 3/22/2013 1:23 PM, Prabhakar lad wrote:
>>> From: Lad, Prabhakar
>>>
>>> The vpss clocks were enabled by calling a exported function from a driver
>>> in a machine code. calling
Em Mon, 25 Mar 2013 08:06:54 -0300
Mauro Carvalho Chehab escreveu:
> Em Mon, 25 Mar 2013 10:02:29 +0100
> Hans Verkuil escreveu:
>
> > On Sun March 24 2013 17:13:40 Mauro Carvalho Chehab wrote:
> > > Em Fri, 22 Mar 2013 15:36:35 +0100
> > > Hans Verkuil escreveu:
> > >
> ...
> > > > saa
Em Mon, 25 Mar 2013 10:02:29 +0100
Hans Verkuil escreveu:
> On Sun March 24 2013 17:13:40 Mauro Carvalho Chehab wrote:
> > Em Fri, 22 Mar 2013 15:36:35 +0100
> > Hans Verkuil escreveu:
> >
...
> > > saa7134-go7007: add support for this combination.
> >
> > I won't apply this one yet. A n
Hello,
On 3/24/2013 7:11 PM, Mauro Carvalho Chehab wrote:
This is the summary of the patches that are currently under review at
Linux Media Mailing List .
Each patch is represented by its submission date, the subject (up to 70
chars) and the patchwork link (if submitted via email).
P.S.: This e
Em Mon, 25 Mar 2013 13:59:44 +0400
Denis Kirjanov escreveu:
> Greg, looks like you have missed it in the queue for 3.8-rc1
Greg won't likely apply it, as drivers/stating/media is maintained by me.
I'll pick it and apply, adding Paul SOB on it.
>
>
>
> On 3/25/13, Paul Bolle wrote:
> > On Mo
Sekhar,
On Mon, Mar 25, 2013 at 3:54 PM, Sekhar Nori wrote:
> On 3/25/2013 3:44 PM, Prabhakar Lad wrote:
>> Hi Sekhar,
>>
>> Thanks for the review!
>>
>> On Mon, Mar 25, 2013 at 11:02 AM, Sekhar Nori wrote:
>>> On 3/22/2013 1:23 PM, Prabhakar lad wrote:
From: Lad, Prabhakar
By de
On 3/25/2013 3:44 PM, Prabhakar Lad wrote:
> Hi Sekhar,
>
> Thanks for the review!
>
> On Mon, Mar 25, 2013 at 11:02 AM, Sekhar Nori wrote:
>> On 3/22/2013 1:23 PM, Prabhakar lad wrote:
>>> From: Lad, Prabhakar
>>>
>>> By default the VPSS clocks are only enabled in capture driver
>>> for davinc
On Mon March 25 2013 11:17:25 Hans Verkuil wrote:
> From: Hans Verkuil
>
> Loading the cypress firmware is not dvb specific and should be common
> functionality. Move the source to media/common and make it a standalone
> module.
>
> As a result we can remove the dependency on dvb-usb in go7007,
From: Hans Verkuil
Loading the cypress firmware is not dvb specific and should be common
functionality. Move the source to media/common and make it a standalone
module.
As a result we can remove the dependency on dvb-usb in go7007, which has
nothing to do with dvb.
Signed-off-by: Hans Verkuil
Hi Sekhar,
On Mon, Mar 25, 2013 at 11:09 AM, Sekhar Nori wrote:
> On 3/22/2013 1:23 PM, Prabhakar lad wrote:
>> From: Lad, Prabhakar
>>
>> The vpss clocks were enabled by calling a exported function from a driver
>> in a machine code. calling driver code from platform code is incorrect way.
>>
>
Hi Sekhar,
Thanks for the review!
On Mon, Mar 25, 2013 at 11:02 AM, Sekhar Nori wrote:
> On 3/22/2013 1:23 PM, Prabhakar lad wrote:
>> From: Lad, Prabhakar
>>
>> By default the VPSS clocks are only enabled in capture driver
>> for davinci family which creates duplicates. This
>> patch adds supp
Hi Mauro,
This pull request takes care of some remaining go7007 changes.
Besides the patches posted by Sachin, Chen and Volokh I've applied the three
remaining patches from my ealier go7007 patch series:
- patch saa7134-go7007.c and include the remaining saa7134 patch to the README.
- update the
Greg, looks like you have missed it in the queue for 3.8-rc1
On 3/25/13, Paul Bolle wrote:
> On Mon, 2013-03-25 at 13:40 +0400, Denis Kirjanov wrote:
>> Just found that the exactly the same patch has been posted a while ago:
>> http://driverdev.linuxdriverproject.org/pipermail/devel/2012-Novemb
On Mon, 2013-03-25 at 13:40 +0400, Denis Kirjanov wrote:
> Just found that the exactly the same patch has been posted a while ago:
> http://driverdev.linuxdriverproject.org/pipermail/devel/2012-November/033623.html
Thanks for that. Is that previous patch queued somewhere?
Paul Bolle
--
To unsub
Just found that the exactly the same patch has been posted a while ago:
http://driverdev.linuxdriverproject.org/pipermail/devel/2012-November/033623.html
On 3/25/13, Paul Bolle wrote:
> lirc uses the CONFIG_SA1100_BITSY Kconfig macro. But its Kconfig symbol
> was removed in v2.4.13. So we can rem
lirc uses the CONFIG_SA1100_BITSY Kconfig macro. But its Kconfig symbol
was removed in v2.4.13. So we can remove a few lines of dead code.
Signed-off-by: Paul Bolle
---
Untested, but of rather low risk. Note that support for the
machine_is_bitsy() macro was already removed in v2.4.10.
drivers/
On Sun March 24 2013 18:55:50 Devin Heitmueller wrote:
> On Sun, Mar 24, 2013 at 1:51 PM, Mauro Carvalho Chehab
> wrote:
> > drivers/media/dvb-frontends/au8522_decoder.c:static int
> > au8522_g_tuner(struct v4l2_subdev *sd, struct v4l2_tuner *vt)
> > drivers/media/dvb-frontends/au8522_decoder.c-{
On Sun March 24 2013 17:13:40 Mauro Carvalho Chehab wrote:
> Em Fri, 22 Mar 2013 15:36:35 +0100
> Hans Verkuil escreveu:
>
> > Hi all,
> >
> > This pull request updates the staging go7007 driver to the latest
> > V4L2 frameworks and actually makes it work reliably.
> >
> > This pull request ass
On Sun March 24 2013 16:39:24 Mauro Carvalho Chehab wrote:
> Em Mon, 11 Mar 2013 12:45:57 +0100
> Hans Verkuil escreveu:
>
> > From: Hans Verkuil
> >
> > The v2 of this function doesn't do DMA to objects on the stack like
> > its predecessor does.
> >
> > Signed-off-by: Hans Verkuil
> > ---
>
On Sun March 24 2013 16:29:32 Mauro Carvalho Chehab wrote:
> Em Mon, 11 Mar 2013 12:45:50 +0100
> Hans Verkuil escreveu:
>
> > From: Hans Verkuil
> >
> > This based on the wis-tw9903.c driver that's part of the go7007 driver.
> > It has been converted to a v4l subdev driver by Pete Eberlein, an
On Sun March 24 2013 16:21:12 Mauro Carvalho Chehab wrote:
> Em Mon, 11 Mar 2013 12:45:47 +0100
> Hans Verkuil escreveu:
>
> > From: Hans Verkuil
> >
> > The Sony BTF PG472Z has an internal MPX to deal with mono/stereo/bilingual
> > audio. This is split off from the wis-sony-tuner driver that i
On Sun March 24 2013 15:27:23 Mauro Carvalho Chehab wrote:
> Em Mon, 18 Mar 2013 13:32:00 +0100
> Hans Verkuil escreveu:
>
> > From: Hans Verkuil
> >
> > Synced to commit e9815ac5503ae60cfbf6ff8037035de8f62e2846 from
> > branch next in git repository https://github.com/bluecherrydvr/solo6x10.gi
This pull request is identical to:
http://www.mail-archive.com/linux-media@vger.kernel.org/msg60150.html
but the slab.h includes have been kept as requested by Mauro.
Regards,
Hans
The following changes since commit b781e6be79a394cd6980e9cd8fd5c25822d152b6:
[media] sony-btf-mpx: v4l
64 matches
Mail list logo