- using new v4l2 framework controls
- function for reading volatile controls via i2c bus
- separate V4L2_CID_ ctrls into each V4L2 calls
Signed-off-by: Volokh Konstantin
---
drivers/staging/media/go7007/wis-tw2804.c | 248 +
1 files changed, 248 insertions(+), 0 dele
- correct cast private data from i2c_get_clientdata()
- initialization priv data
- destroy priv data
- using V4L2 controls framework
Signed-off-by: Volokh Konstantin
---
drivers/staging/media/go7007/wis-tw2804.c | 72 +++--
1 files changed, 57 insertions(+), 15 deletion
switch off all ADC (max 4) with first init,
we control it then start/stop grabbing frame
Signed-off-by: Volokh Konstantin
---
drivers/staging/media/go7007/wis-tw2804.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/media/go7007/wis-tw2804.c
b/drivers/st
setting via gpio i2c bus support at every time then init encoder.
Signed-off-by: Volokh Konstantin
---
drivers/staging/media/go7007/go7007-driver.c |5 +
drivers/staging/media/go7007/go7007-usb.c|3 ---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/stagin
i2c initialization via struct item
as tw2804 have 0x00 i2c address, so need to use I2C_CLIENT_TEN
flag for validity
Signed-off-by: Volokh Konstantin
---
drivers/staging/media/go7007/go7007-driver.c | 20
drivers/staging/media/go7007/go7007-priv.h |2 +-
2 files cha
Signed-off-by: Volokh Konstantin
---
drivers/staging/media/go7007/README | 26 ++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/media/go7007/README
b/drivers/staging/media/go7007/README
index aeba132..237f45d 100644
--- a/drivers/stagin
zero cleaning allocation for fix.
unregistering bug fixing.
Signed-off-by: Volokh Konstantin
---
drivers/staging/media/go7007/go7007-driver.c |2 +-
drivers/staging/media/go7007/go7007-usb.c|2 +-
drivers/staging/media/go7007/go7007-v4l2.c |7 +--
3 files changed, 7 inserti
Signed-off-by: Volokh Konstantin
---
drivers/staging/media/go7007/wis-tw2804.c | 138 -
1 files changed, 0 insertions(+), 138 deletions(-)
diff --git a/drivers/staging/media/go7007/wis-tw2804.c
b/drivers/staging/media/go7007/wis-tw2804.c
index 0b49342..7bd3058 10064
types cast approved, max channels==4 (ADC), i2c_smbus_write_
return s32 type
Signed-off-by: Volokh Konstantin
---
drivers/staging/media/go7007/wis-tw2804.c |9 ++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/media/go7007/wis-tw2804.c
b/drivers/stag
Signed-off-by: Volokh Konstantin
---
include/media/v4l2-chip-ident.h |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/media/v4l2-chip-ident.h b/include/media/v4l2-chip-ident.h
index 7395c81..5395495 100644
--- a/include/media/v4l2-chip-ident.h
+++ b/include/medi
Hi Gregor,
Thanks for the patch.
On Wednesday 22 August 2012 12:28 AM, Gregor Jasny wrote:
> Reported-by: "Lad, Prabhakar"
> Signed-off-by: Gregor Jasny
Acked-by: Prabhakar Lad
Thx,
--Prabhakar
> ---
> lib/include/descriptors.h |6 +++---
> 1 file changed, 3 insertions(+), 3 deletion
Cc: Pawel Osciak
Cc: Marek Szyprowski
Cc: Kyungmin Park
Cc: Hans Verkuil
Cc: Guennadi Liakhovetski
Cc: Mauro Carvalho Chehab
Signed-off-by: Ezequiel Garcia
---
drivers/media/v4l2-core/videobuf2-core.c |3 +--
include/media/videobuf2-core.h |2 +-
2 files changed, 2 inserti
Hello,
This is a simple patch that replaces vb2_queue_init return type.
Currently vb2_queue_init is returning an integer, but it always return 0
since it's a very simple function and doesn't take any actions that can fail.
For this reason some drivers (e.g. pwc) don't bother to check the return v
Implementation taken from rtl2830.
Cc: Thomas Mair
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/rtl2832.c | 19 +++
1 file changed, 19 insertions(+)
diff --git a/drivers/media/dvb-frontends/rtl2832.c
b/drivers/media/dvb-frontends/rtl2832.c
index dad8ab5..4d40
Based rtl2830 implementation.
Cc: Thomas Mair
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/rtl2832.c | 52 +--
1 file changed, 49 insertions(+), 3 deletions(-)
diff --git a/drivers/media/dvb-frontends/rtl2832.c
b/drivers/media/dvb-frontends/rt
Copied from rtl2830.
Cc: Thomas Mair
Signed-off-by: Antti Palosaari
---
drivers/media/dvb-frontends/rtl2832.c | 113 ++
1 file changed, 113 insertions(+)
diff --git a/drivers/media/dvb-frontends/rtl2832.c
b/drivers/media/dvb-frontends/rtl2832.c
index 18e1ae3..6
This is workaround / partial fix.
rtl2832u_power_ctrl() and rtl2832u_frontend_attach() needs to
be go through carefully and fix properly. There is clearly
some logical errors when handling power-management ang GPIOs...
Signed-off-by: Antti Palosaari
Cc: Thomas Mair
---
drivers/media/usb/dvb-us
Stream did not start anymore after stream was stopped once.
Following error can be seen, xhci_hcd
WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.
usb_clear_halt for streaming endpoint helps.
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 1 +
1 f
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
v4l_for_linus
For bug fixes, at soc_camera, si470x, uvcvideo, iguanaworks IR driver,
radio_shark Kbuild fixes, and at the V4L2 core (radio fixes).
Thank you!
Mauro
-
The following changes since co
drivers/built-in.o: In function `imx074_s_power':
imx074.c:(.text+0x1de93d0): undefined reference to `soc_camera_power_on'
imx074.c:(.text+0x1de93f3): undefined reference to `soc_camera_power_off'
drivers/built-in.o: In function `mt9m001_s_mbus_config':
Signed-off-by: Mauro Carvalho Chehab
---
d
On 08/21/2012 07:54 PM, M. Fletcher wrote:
> I appreciate all of your help.
>
> I found the following http://sdr.osmocom.org/trac/wiki/rtl-sdr which seems
> to support the E4000 on the Compro U680F. Could that driver be incorporated
> with the RTL83xxu from V4L-DVB?
>
> Regards,
> Marc
>
> --
>
On Mon, 20 Aug 2012, Mauro Carvalho Chehab wrote:
> Em 20-08-2012 16:32, Guennadi Liakhovetski escreveu:
> >> .../platform/{ => soc_camera}/omap24xxcam-dma.c| 0
> >> .../media/platform/{ => soc_camera}/omap24xxcam.c | 0
> >> .../media/platform/{ => soc_camera}/omap24xxcam.h | 0
> >
> >
On 8/21/12 3:42 AM, CrazyCat wrote:
Multistream support with all recommendations.
Signed-off-by: Evgeny Plehov
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index bb51edf..a6a6839 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -62,6 +6
On Tue, Aug 21, 2012 at 01:55:12PM +0100, Sean Young wrote:
>On Mon, Aug 20, 2012 at 07:02:47PM -0300, Mauro Carvalho Chehab wrote:
>> Em 20-08-2012 18:36, David Härdeman escreveu:
>> > On Thu, Aug 16, 2012 at 08:12:34PM -0300, Mauro Carvalho Chehab wrote:
>> >> Em 16-08-2012 19:15, Sean Young escr
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 Aug 21 19:00:27 CEST 2012
git hash:01b0c11a1ba49ac96f58b7bc92772c2b469d6caa
gcc version: i686-linux-gcc (GC
On Mon, Aug 20, 2012 at 06:10:16PM -0400, Devin Heitmueller wrote:
>On Mon, Aug 20, 2012 at 6:02 PM, Mauro Carvalho Chehab
> wrote:
>> So, IMO, it makes sense to have a "high end" API that accepts
>> writing keystrokes like above, working with both "raw drivers"
>> using some kernel IR protocol enc
On Mon, Aug 20, 2012 at 07:02:47PM -0300, Mauro Carvalho Chehab wrote:
>Em 20-08-2012 18:36, David Härdeman escreveu:
>> On Thu, Aug 16, 2012 at 08:12:34PM -0300, Mauro Carvalho Chehab wrote:
>>> Em 16-08-2012 19:15, Sean Young escreveu:
> The lirc TX functionality expects the process wh
Reported-by: "Lad, Prabhakar"
Signed-off-by: Gregor Jasny
---
lib/include/descriptors.h |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/include/descriptors.h b/lib/include/descriptors.h
index 9039014..a64370c 100644
--- a/lib/include/descriptors.h
+++ b/lib/inclu
Hello,
the following patch fixes compilation of libdvbv5 with the Code Sourcery
ARM toolchain. It replaces the missing be16toh and be32toh with the
available ntohs and ntohl.
IMHO the bswap16/32 macro names should be replaced because the current name
suggests unconditional swap regardless of the
Hmm... before reading the rest of this email... I found some doc saying that
em2765 is UVC compliant. Doesn't the uvcdriver work with this device?
Em 21-08-2012 13:04, Frank Schäfer escreveu:
> Am 21.08.2012 14:32, schrieb Mauro Carvalho Chehab:
>> Em 21-08-2012 08:35, Frank Schäfer escreveu:
>>>
On 08/21/2012 08:54 PM, M. Fletcher wrote:
I appreciate all of your help.
I found the following http://sdr.osmocom.org/trac/wiki/rtl-sdr which seems
to support the E4000 on the Compro U680F. Could that driver be incorporated
with the RTL83xxu from V4L-DVB?
Regards,
Marc
It is userspace drive
I appreciate all of your help.
I found the following http://sdr.osmocom.org/trac/wiki/rtl-sdr which seems
to support the E4000 on the Compro U680F. Could that driver be incorporated
with the RTL83xxu from V4L-DVB?
Regards,
Marc
--
To unsubscribe from this list: send the line "unsubscribe linux-
On 08/21/2012 07:13 PM, M. Fletcher wrote:
Open the rtl28xxu.c file and find line:
{ DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK, replace
it:
{ DVB_USB_DEVICE(0x185b, 0x0680,
Line changed as follows:
//{ DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK,
{
>Open the rtl28xxu.c file and find line:
> { DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK, replace
it:
> { DVB_USB_DEVICE(0x185b, 0x0680,
Line changed as follows:
//{ DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK,
{ DVB_USB_DEVICE(0x185b, 0x0680,
&rtl283
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/tda18218.c | 28 ++--
drivers/media/tuners/tda18218_priv.h | 13 +
2 files changed, 15 insertions(+), 26 deletions(-)
diff --git a/drivers/media/tuners/tda18218.c b/drivers/media/tuners/tda18218.c
in
Old i2c message length splitting logic was faulty. Make it better.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/tda18218.c | 24 +++-
1 file changed, 11 insertions(+), 13 deletions(-)
diff --git a/drivers/media/tuners/tda18218.c b/drivers/media/tuners/tda18218.c
i
Am 21.08.2012 14:32, schrieb Mauro Carvalho Chehab:
> Em 21-08-2012 08:35, Frank Schäfer escreveu:
>> Am 20.08.2012 21:21, schrieb Mauro Carvalho Chehab:
>>> Em 20-08-2012 10:02, Hans de Goede escreveu:
Hi,
On 08/20/2012 01:41 PM, Frank Schäfer wrote:
> Hi,
>
> after a br
On 08/21/2012 06:37 PM, M. Fletcher wrote:
It should be inside drivers/media/usb/dvb-usb-v2/ modinfo dvb_usb_rtl28xxu
should list it.
Correct, it was in drivers/media/usb/dvb-usb-v2/
modinfo gives the expected output
Also it is highly possible your device usb id is not known >by driver, you
>It should be inside drivers/media/usb/dvb-usb-v2/ modinfo dvb_usb_rtl28xxu
should list it.
Correct, it was in drivers/media/usb/dvb-usb-v2/
modinfo gives the expected output
>Also it is highly possible your device usb id is not known >by driver, you
should add it, easiest is just replace some e
On 08/21/2012 06:29 PM, M. Fletcher wrote:
Apologies for the confusion. Having done more digging I think the
dvb_usb_rtl2832u module was added by the package download from here
http://www.dfragos.me/2011/11/installation-of-the-rt2832u-driver-in-linux/.
This is confirmed by looking through the cor
Apologies for the confusion. Having done more digging I think the
dvb_usb_rtl2832u module was added by the package download from here
http://www.dfragos.me/2011/11/installation-of-the-rt2832u-driver-in-linux/.
This is confirmed by looking through the corresponding 'MakeFile'. I have
therefore remov
On 08/21/2012 05:24 PM, M. Fletcher wrote:
I am trying to setup a Compro U680F USB DVB-T adaptor in Ubuntu 12.04
(kernel
3.2.0-29-generic).
The compro device ID is given (lsusb) as 185b:0680. The following page
suggests
this device is supported by the RT2832U driver:
http://www.dfragos.me/2011/1
I am trying to setup a Compro U680F USB DVB-T adaptor in Ubuntu 12.04
(kernel
3.2.0-29-generic).
The compro device ID is given (lsusb) as 185b:0680. The following page
suggests
this device is supported by the RT2832U driver:
http://www.dfragos.me/2011/11/installation-of-the-rt2832u-driver-in-linux
I didn't found easy way to handle register dump only when needed so
remove it totally. It is quite useless and trivial function, every
developer could write new one in few minutes when needed.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/qt1010.c | 23 ---
1 file c
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/qt1010.c | 40 +++-
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/drivers/media/tuners/qt1010.c b/drivers/media/tuners/qt1010.c
index 74e7d4c..5fab622 100644
--- a/drivers/media/tuners/qt
Hi Tomasz,
On Tuesday 21 August 2012 15:47:13 Tomasz Stanislawski wrote:
> On 08/21/2012 12:03 PM, Laurent Pinchart wrote:
> > On Tuesday 14 August 2012 17:34:50 Tomasz Stanislawski wrote:
> >> This patch adds support for exporting a dma-contig buffer using
> >> DMABUF interface.
> >>
> >> Signed
Hi Laurent,
Thank you for your comments.
On 08/21/2012 12:03 PM, Laurent Pinchart wrote:
> Hi Tomasz,
>
> Thanks for the patch.
>
> Just a couple of small comments below.
>
> On Tuesday 14 August 2012 17:34:50 Tomasz Stanislawski wrote:
>> This patch adds support for exporting a dma-contig buff
It survives now on reset_resume.
Signed-off-by: Antti Palosaari
---
drivers/media/usb/dvb-usb-v2/gl861.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/usb/dvb-usb-v2/gl861.c
b/drivers/media/usb/dvb-usb-v2/gl861.c
index cf29f43..df78811 100644
--- a/drivers/media/usb/dvb-usb-
Changing cached frequency during init is something no-no.
Make it behave a little bit better. After that device could
survive from suspend/resume when streaming is ongoing.
Signed-off-by: Antti Palosaari
---
drivers/media/tuners/qt1010.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
d
On Mon, Aug 20, 2012 at 07:02:47PM -0300, Mauro Carvalho Chehab wrote:
> Em 20-08-2012 18:36, David Härdeman escreveu:
> > On Thu, Aug 16, 2012 at 08:12:34PM -0300, Mauro Carvalho Chehab wrote:
> >> Em 16-08-2012 19:15, Sean Young escreveu:
> >>> Could we have a flag in rc_dev to signify whether a
Em 21-08-2012 08:35, Frank Schäfer escreveu:
> Am 20.08.2012 21:21, schrieb Mauro Carvalho Chehab:
>> Em 20-08-2012 10:02, Hans de Goede escreveu:
>>> Hi,
>>>
>>> On 08/20/2012 01:41 PM, Frank Schäfer wrote:
Hi,
after a break of 2 1/2 kernel releases (sorry, I was busy with another
>
Am 20.08.2012 21:21, schrieb Mauro Carvalho Chehab:
> Em 20-08-2012 10:02, Hans de Goede escreveu:
>> Hi,
>>
>> On 08/20/2012 01:41 PM, Frank Schäfer wrote:
>>> Hi,
>>>
>>> after a break of 2 1/2 kernel releases (sorry, I was busy with another
>>> project), I would like to bring up again the questi
Help was missing during some items reorganization. Add them.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/i2c/Kconfig | 2 +-
drivers/media/parport/Kconfig | 5 -
drivers/media/pci/Kconfig | 3 +++
drivers/media/usb/Kconfig | 3 +++
4 files changed, 11 insertions(+), 2
Hi Laurent,
On Tue, Aug 21, 2012 at 11:01:03AM +0200, Laurent Pinchart wrote:
> > > videodev2.h, and if there was even a loosely corresponding IOCTL in V4L2
> > > then use the same number (e.g. formats vs. media bus pixel codes) and
> > > otherwise something else. The "something else" case hasn't
s5p-mfc encoder after receiving V4L2_ENC_CMD_STOP command
will instruct MFC device to release all encoded frames.
After dequeuing last encoded frame driver will generate
V4L2_EVENT_EOS event.
Signed-off-by: Andrzej Hajda
Signed-off-by: Kyungmin Park
---
Corrected code to support the latest event
Em 21-08-2012 00:41, Sachin Kamat escreveu:
> Hi Mauro,
>
> On 20 August 2012 23:52, Mauro Carvalho Chehab wrote:
>> - get rid of ridden V4L2_COMMON symbol
>>
>> This symbol is not needed anymore; it can be folded with V4L2
>> one, simplifying the Kconfig a little bit;
>>
>> - Comment why som
Hi Hans,
On Tue, Aug 21, 2012 at 08:39:53AM +0200, Hans Verkuil wrote:
> On Mon August 20 2012 22:46:04 Sakari Ailus wrote:
> > Hi Mauro and Hans,
> >
> > On Mon, Aug 20, 2012 at 04:05:03PM -0300, Mauro Carvalho Chehab wrote:
> > > Em 20-08-2012 05:30, Hans Verkuil escreveu:
> > > > Hi all!
> > >
Em 21-08-2012 06:13, Laurent Pinchart escreveu:
> Hi Mauro,
>
> On Sunday 12 August 2012 17:25:05 Laurent Pinchart wrote:
>> Hi Mauro,
>>
>> The following changes since commit 518c267f4ca4c45cc51bd582b4aef9f0b9f01eba:
>>
>> [media] saa7164: use native print_hex_dump() instead of custom one
>> (2
Hi Tomasz,
Thanks for the patch.
Just a couple of small comments below.
On Tuesday 14 August 2012 17:34:50 Tomasz Stanislawski wrote:
> This patch adds support for exporting a dma-contig buffer using
> DMABUF interface.
>
> Signed-off-by: Tomasz Stanislawski
> Signed-off-by: Kyungmin Park
> -
Hi Tomi,
On Tuesday 21 August 2012 08:49:57 Tomi Valkeinen wrote:
> On Tue, 2012-08-21 at 01:29 +0200, Laurent Pinchart wrote:
> > On Monday 20 August 2012 14:39:30 Tomi Valkeinen wrote:
> > > On Sat, 2012-08-18 at 03:16 +0200, Laurent Pinchart wrote:
> > > > Hi Tomi,
> > > >
> > > > mipi-dbi-bus
Hi Mauro,
On Sunday 12 August 2012 17:25:05 Laurent Pinchart wrote:
> Hi Mauro,
>
> The following changes since commit 518c267f4ca4c45cc51bd582b4aef9f0b9f01eba:
>
> [media] saa7164: use native print_hex_dump() instead of custom one
> (2012-08-12 07:58:54 -0300)
>
> are available in the git re
The uvcvideo driver now supports USERPTR, and isn't limited to YUYV and
MJPEG anymore.
Signed-off-by: Laurent Pinchart
---
drivers/media/usb/uvc/uvc_driver.c | 12
1 files changed, 0 insertions(+), 12 deletions(-)
Small non-functional patch, I will push it through my tree for v3.
Hi Hans,
On Tuesday 21 August 2012 08:39:53 Hans Verkuil wrote:
> On Mon August 20 2012 22:46:04 Sakari Ailus wrote:
> > On Mon, Aug 20, 2012 at 04:05:03PM -0300, Mauro Carvalho Chehab wrote:
> > > Em 20-08-2012 05:30, Hans Verkuil escreveu:
> > > > Hi all!
> > > >
> > > > Recently I had to add t
On 21 August 2012 08:47, Richard Zhao wrote:
> Signed-off-by: Richard Zhao
> ---
> drivers/media/platform/coda.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c
> index 6908514..69ff0d3 100644
> --- a/drive
Hello Hiroshi,
On 08/21/2012 10:02 AM, Hiroshi Doyu wrote:
Antti Palosaari wrote @ Mon, 20 Aug 2012 23:29:34 +0200:
On 08/20/2012 02:14 PM, Hiroshi Doyu wrote:
Hi Antti,
Antti Palosaari wrote @ Sat, 18 Aug 2012 02:11:56 +0200:
On 08/17/2012 09:04 AM, Hiroshi Doyu wrote:
dev_dbg_reatelim
Antti Palosaari wrote @ Mon, 20 Aug 2012 23:29:34 +0200:
> On 08/20/2012 02:14 PM, Hiroshi Doyu wrote:
> > Hi Antti,
> >
> > Antti Palosaari wrote @ Sat, 18 Aug 2012 02:11:56 +0200:
> >
> >> On 08/17/2012 09:04 AM, Hiroshi Doyu wrote:
> >>> dev_dbg_reatelimited() without DEBUG printed "217078 ca
66 matches
Mail list logo