A recent commit
commit f135a8a224294fa0f60ec1b8bc120813b7cfc804
Author: Hans Verkuil
Date: Sun Jun 24 06:33:26 2012 -0300
[media] sh_vou: remove V4L2_FL_LOCK_ALL_FOPS
broke compilation of sh_vou.c:
drivers/media/platform/sh_vou.c: In function 'sh_vou_mmap':
drivers/media/platform/sh_vou.
It changes the driver to use platform_device_id rather than cpu_is_xxx
to determine the controller type, and updates the platform code
accordingly.
As the result, mach/hardware.h inclusion gets removed from the driver.
Signed-off-by: Shawn Guo
Acked-by: Sascha Hauer
Acked-by: Arnd Bergmann
Ack
Use managed functions to clean up the error handling code and function
mx2_camera_remove(). Along with the change, a few variables get removed
from struct mx2_camera_dev.
Signed-off-by: Shawn Guo
Acked-by: Sascha Hauer
Acked-by: Arnd Bergmann
Acked-by: Guennadi Liakhovetski
Tested-by: Javier
This is a piece of code becoming dead since commit 2c9ba37 ([media]
V4L: mx2_camera: remove unsupported i.MX27 DMA mode, make EMMA
mandatory). It should have been removed together with the commit.
Remove it now.
Signed-off-by: Shawn Guo
Acked-by: Sascha Hauer
Acked-by: Arnd Bergmann
Acked-by:
The header ipu.h really belongs to dma subsystem rather than imx
platform. Rename it to ipu-dma.h and put it into include/linux/dma/.
Signed-off-by: Shawn Guo
Acked-by: Guennadi Liakhovetski
Acked-by: Sascha Hauer
Acked-by: Arnd Bergmann
Cc: Vinod Koul
Cc: Florian Tobias Schandinat
Cc: linu
The mx1_camera driver has been broken for a few release cycles since
commit 6bd0812 (dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c).
It seems there is no one even compile tested it since then, as doing
so will end up with the following error.
CC drivers/media/video/mx1_camera.o
In f
Here is the second post, which should have addressed the comments that
reviewers put on v1.
It's available on branch below.
git://git.linaro.org/people/shawnguo/linux-2.6.git imx/multi-platform-v2
And it's based on the following branches.
calxeda/multi-plat
arm-soc/multiplatform/platform-
On Wed September 19 2012 20:46:19 Laurent Pinchart wrote:
> Hi Hans,
>
> On Thursday 13 September 2012 12:40:07 Hans Verkuil wrote:
> > On Thu 13 September 2012 03:24:53 Laurent Pinchart wrote:
> > > On Friday 07 September 2012 15:29:05 Hans Verkuil wrote:
> > > > From: Hans Verkuil
> > > >
> >
On Wed September 19 2012 18:55:25 Sylwester Nawrocki wrote:
> On 09/19/2012 04:37 PM, Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > The plane verification should be done before actually queuing or
> > dequeuing buffers, so move it out of __fill_v4l2_buffer and call it
> > as a separate step.
why is it a request-pull?
Thanks
Richard
--
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 Tue, Sep 18, 2012 at 09:13:54AM +, Arnd Bergmann wrote:
> On Tuesday 18 September 2012, Shawn Guo wrote:
> >
> > On Mon, Sep 17, 2012 at 10:33:25AM +0200, Guennadi Liakhovetski wrote:
> > > Ok, it used to compile not-so-long-ago, but it doesn't seem to be cared
> > > for a lot lately. Let'
I found again that em28xx driver is crashing. I suspect it is bug in
DRX-K firmware downloading. It crashed two times. When it did not crash,
there was very often I2C communication failure towards tda18271 tuner
that is behind of drx-k. That makes PCTV 520e device unusable. It seems
to work fin
This reduces device IDLE power consumption 180mA.
I would like to see solution where tda18271 driver puts chips on
sleep by default and leaves it powered according to driver config
option. Michael declined it, as it could cause regression, and
asked to sleep explicitly after attach.
Cc: Michael K
This reduces device IDLE power consumption 180mA (260mA => 80mA).
I would like to see solution where tda18271 driver puts chips on
sleep by default and leaves it powered according to driver config
option. Michael declined it, as it could cause regression, and
asked to sleep explicitly after attach
It was a bug that could cause oops if demodulator attach was
failed.
Signed-off-by: Antti Palosaari
---
drivers/media/usb/em28xx/em28xx-dvb.c | 23 +--
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c
b/drivers/media/usb/e
Devin Heitmueller wrote:
>On Wed, Sep 19, 2012 at 2:44 PM, wrote:
>> From: Oliver Schinagl
>>
>> This is initial support for the Asus MyCinema U3100Mini Plus. The
>driver
>> in its current form gets detected and loads properly.
>>
>> Scanning using dvbscan works without problems, Locking ont
Hi Prabhakar,
Thanks for the patch.
On Friday 14 September 2012 18:16:31 Prabhakar Lad wrote:
> From: Manjunath Hadli
>
> add support for dm3xx IPIPEIF hardware setup. This is the
> lowest software layer for the dm3x vpfe driver which directly
> accesses hardware. Add support for features like
This is review, please fix those minor findings mentioned and resend
fixed patch!
On 09/19/2012 09:44 PM, oli...@schinagl.nl wrote:
From: Oliver Schinagl
This is initial support for the Asus MyCinema U3100Mini Plus. The driver
in its current form gets detected and loads properly.
Scanning us
On Wed, Sep 19, 2012 at 7:34 AM, Laurent Pinchart
wrote:
> Hi Mauro,
>
> On Wednesday 19 September 2012 05:11:11 Mauro Carvalho Chehab wrote:
>> Dear developers,
>>
>> We're feeling the need for one more media workshop this year.
>>
>> As there will be already several developers going to LinuxCon
Am 19.09.2012 22:34, schrieb Hans de Goede:
> Hi,
>
> On 09/19/2012 07:25 PM, Frank Schäfer wrote:
>> Am 16.09.2012 18:00, schrieb Frank Schäfer:
>>> Signed-off-by: Frank Schäfer
>>> ---
>>> drivers/media/usb/gspca/pac7302.c | 23 ++-
>>> 1 files changed, 22 insertions(+),
On Wed, Sep 19, 2012 at 2:44 PM, wrote:
> From: Oliver Schinagl
>
> This is initial support for the Asus MyCinema U3100Mini Plus. The driver
> in its current form gets detected and loads properly.
>
> Scanning using dvbscan works without problems, Locking onto a channel
> using tzap also works f
Hi,
On 09/19/2012 07:25 PM, Frank Schäfer wrote:
Am 16.09.2012 18:00, schrieb Frank Schäfer:
Signed-off-by: Frank Schäfer
---
drivers/media/usb/gspca/pac7302.c | 23 ++-
1 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/drivers/media/usb/gspca/pac7302.c
Hi Mauro,
The following changes since commit 4313902ebe33155209472215c62d2f29d117be29:
[media] ivtv-alsa, ivtv: Connect ivtv PCM capture stream to ivtv-alsa
interface driver (2012-09-18 13:29:07 -0300)
are available in the git repository at:
git://linuxtv.org/snawrocki/media.git v4l-next
S
On 2012-09-19 18:45, Mauro Carvalho Chehab wrote:
Em 19-09-2012 10:01, Anders Thomson escreveu:
> On 2012-09-18 11:53, Mauro Carvalho Chehab wrote:
>> Em 16-09-2012 05:48, Anders Thomson escreveu:
>> > It doesn't make any difference though :-( I still have the layer of
noise...
>>
>> That'
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 19 19:00:20 CEST 2012
git hash:4313902ebe33155209472215c62d2f29d117be29
gcc version: i686-linux-gcc (GC
Hi Guennadi,
On Wednesday 11 July 2012 18:10:05 Guennadi Liakhovetski wrote:
Wow, that's an old mail :-)
> On Fri, 6 Jul 2012, Laurent Pinchart wrote:
> > On Friday 22 June 2012 18:40:08 Guennadi Liakhovetski wrote:
> > > Add .get_selection() and .set_selection() soc-camera host driver
> > > ope
Hi Hans,
On Thursday 13 September 2012 12:40:07 Hans Verkuil wrote:
> On Thu 13 September 2012 03:24:53 Laurent Pinchart wrote:
> > On Friday 07 September 2012 15:29:05 Hans Verkuil wrote:
> > > From: Hans Verkuil
> > >
> > > During the 2012 Media Workshop it was decided that bus_info as returne
From: Oliver Schinagl
This is initial support for the Asus MyCinema U3100Mini Plus. The driver
in its current form gets detected and loads properly.
Scanning using dvbscan works without problems, Locking onto a channel
using tzap also works fine. Only playback using tzap -r + mplayer was
tested
On 09/19/12 19:57, Oliver Schinagl wrote:
On 09/19/12 12:41, Antti Palosaari wrote:
On 09/19/2012 12:52 PM, Oliver Schinagl wrote:
On 19-09-12 00:42, Antti Palosaari wrote:
On 09/19/2012 01:22 AM, oli...@schinagl.nl wrote:
From: Oliver Schinagl
This is initial support for the Asus MyCinema
On 09/19/12 12:41, Antti Palosaari wrote:
On 09/19/2012 12:52 PM, Oliver Schinagl wrote:
On 19-09-12 00:42, Antti Palosaari wrote:
On 09/19/2012 01:22 AM, oli...@schinagl.nl wrote:
From: Oliver Schinagl
This is initial support for the Asus MyCinema U3100Mini Plus. The
driver
in its current f
Am 16.09.2012 18:00, schrieb Frank Schäfer:
> Signed-off-by: Frank Schäfer
> ---
> drivers/media/usb/gspca/pac7302.c | 23 ++-
> 1 files changed, 22 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/media/usb/gspca/pac7302.c
> b/drivers/media/usb/gspca/pac7302.c
> inde
On 09/19/2012 04:37 PM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> The plane verification should be done before actually queuing or
> dequeuing buffers, so move it out of __fill_v4l2_buffer and call it
> as a separate step.
>
> The also makes it possible to change the return type of __fill_v4l
On 09/19/2012 04:37 PM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> Since num_planes has been moved to vb2_queue, the __verify_planes_array()
> function can now switch to a vb2_queue argument as well.
>
> Signed-off-by: Hans Verkuil
Reviewed-by: Sylwester Nawrocki
Tested-by: Sylwester Nawroc
On 09/19/2012 05:28 PM, Hans Verkuil wrote:
> On Wed September 19 2012 17:18:11 Sylwester Nawrocki wrote:
>> Hi Hans,
>>
>> On 09/19/2012 04:37 PM, Hans Verkuil wrote:
>>> From: Hans Verkuil
>>>
>>> It's a queue-global value, so keep it there rather than with the
>>> buffer struct.
>>
>> I would p
Em 19-09-2012 10:01, Anders Thomson escreveu:
> On 2012-09-18 11:53, Mauro Carvalho Chehab wrote:
>> Em 16-09-2012 05:48, Anders Thomson escreveu:
>> > It doesn't make any difference though :-( I still have the layer of
>> > noise...
>>
>> That's weird. Hmm... perhaps priv->cfg.config is being in
Em 19-09-2012 10:31, Alfredo Jesús Delaiti escreveu:
> El 18/09/12 13:16, Mauro Carvalho Chehab escribió:
>> Em 03-09-2012 17:14, Alfredo Jesús Delaiti escreveu:
>>> Hi
>>>
>>> This patch add audio support for input YPbPr, AV and S-Video for Mygica
>>> X8507 card.
>>> I tried it with the 3.4 and 3
Thor patch
dvb-apps_scan_1W.patch
Description: Binary data
Astra 19E patch
dvb-apps_scan_19E.patch
Description: Binary data
On Wed September 19 2012 17:18:11 Sylwester Nawrocki wrote:
> Hi Hans,
>
> On 09/19/2012 04:37 PM, Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > It's a queue-global value, so keep it there rather than with the
> > buffer struct.
>
> I would prefer not doing this. It makes the path to varia
Hi Hans,
On 09/19/2012 04:37 PM, Hans Verkuil wrote:
> From: Hans Verkuil
>
> It's a queue-global value, so keep it there rather than with the
> buffer struct.
I would prefer not doing this. It makes the path to variable
number of per buffer planes more difficult.
Regards,
Sylwester
--
To uns
From: Hans Verkuil
The core code for PREPARE_BUF didn't take the multiplanar case into account,
which might cause page faults. Handle PREPARE_BUF just like QUERYBUF and
QBUF/DQBUF.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/v4l2-ioctl.c |1 +
1 file changed, 1 insertion(+)
di
From: Hans Verkuil
It's a queue-global value, so keep it there rather than with the
buffer struct.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/videobuf2-core.c | 40 --
include/media/videobuf2-core.h | 12 -
2 files changed, 27 inse
From: Hans Verkuil
Clarify the behavior of v4l2_buffer in the multiplanar case,
including fixing a false statement: you can't set m.planes to NULL
when calling DQBUF.
Signed-off-by: Hans Verkuil
---
Documentation/DocBook/media/v4l/io.xml |6 --
Documentation/DocBook/media/
From: Hans Verkuil
The plane verification should be done before actually queuing or
dequeuing buffers, so move it out of __fill_v4l2_buffer and call it
as a separate step.
The also makes it possible to change the return type of __fill_v4l2_buffer
to void.
Signed-off-by: Hans Verkuil
---
drive
From: Hans Verkuil
length should be set to num_planes in __fill_v4l2_buffer(). That way the
caller knows how many planes there are in the buffer.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/videobuf2-core.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/v4l2-c
From: Hans Verkuil
Since num_planes has been moved to vb2_queue, the __verify_planes_array()
function can now switch to a vb2_queue argument as well.
Signed-off-by: Hans Verkuil
---
drivers/media/v4l2-core/videobuf2-core.c |8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff
This RFC PATCH series is related to this email I sent:
http://www.mail-archive.com/linux-media@vger.kernel.org/msg52193.html
I've decided to fix the plane verification problem. This is done in the
first three patches. The fourth patch fills in the length field as I
proposed in the mail above.
Th
El 18/09/12 13:16, Mauro Carvalho Chehab escribió:
Em 03-09-2012 17:14, Alfredo Jesús Delaiti escreveu:
Hi
This patch add audio support for input YPbPr, AV and S-Video for Mygica X8507
card.
I tried it with the 3.4 and 3.5 kernel
Remains to be done: IR, FM and ISDBT
Sorry if I sent the patch
On 2012-09-18 11:53, Mauro Carvalho Chehab wrote:
Em 16-09-2012 05:48, Anders Thomson escreveu:
> It doesn't make any difference though :-( I still have the layer of noise...
That's weird. Hmm... perhaps priv->cfg.config is being initialized
latter. Maybe you can then do, instead:
Hi,
On Fri, 2012-08-17 at 02:49 +0200, Laurent Pinchart wrote:
> Hi everybody,
>
> While working on DT bindings for the Renesas Mobile SoC display controller
> (a.k.a. LCDC) I quickly realized that display panel implementation based on
> board code callbacks would need to be replaced by a driver-
Hi Mauro,
On Wednesday 19 September 2012 05:11:11 Mauro Carvalho Chehab wrote:
> Dear developers,
>
> We're feeling the need for one more media workshop this year.
>
> As there will be already several developers going to LinuxCon Europe and
> Embedded Linux Conference Europe, we'll be co-locatin
On 09/19/2012 01:41 PM, Oliver Schinagl wrote:
On 19-09-12 00:51, Antti Palosaari wrote:
On 09/18/2012 08:18 PM, Oliver Schinagl wrote:
On 09/17/12 23:57, Oliver Schinagl wrote:
On 09/17/12 23:07, Antti Palosaari wrote:
On 09/17/2012 11:43 PM, Oliver Schinagl wrote:
On 09/17/12 17:20, Oliver
On 09/19/2012 12:52 PM, Oliver Schinagl wrote:
On 19-09-12 00:42, Antti Palosaari wrote:
On 09/19/2012 01:22 AM, oli...@schinagl.nl wrote:
From: Oliver Schinagl
This is initial support for the Asus MyCinema U3100Mini Plus. The driver
in its current form gets detected and loads properly. It us
On 19-09-12 00:51, Antti Palosaari wrote:
On 09/18/2012 08:18 PM, Oliver Schinagl wrote:
On 09/17/12 23:57, Oliver Schinagl wrote:
On 09/17/12 23:07, Antti Palosaari wrote:
On 09/17/2012 11:43 PM, Oliver Schinagl wrote:
On 09/17/12 17:20, Oliver Schinagl wrote:
If tuner communication is rea
Hi Mauro,
The following changes since commit 4313902ebe33155209472215c62d2f29d117be29:
[media] ivtv-alsa, ivtv: Connect ivtv PCM capture stream to ivtv-alsa
interface driver (2012-09-18 13:29:07 -0300)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git omap3isp-om
Hans Verkuil wrote:
>Just a quick patch removing the printk.h include: this header is
>already
>included by kernel.h, and it breaks the compat build because this
>header
>only appeared in 2.6.37.
>
>Regards,
>
> Hans
>
>Signed-off-by: Hans Verkuil
>
>diff --git a/drivers/media/pci/ivtv/ivt
On 19-09-12 00:42, Antti Palosaari wrote:
On 09/19/2012 01:22 AM, oli...@schinagl.nl wrote:
From: Oliver Schinagl
This is initial support for the Asus MyCinema U3100Mini Plus. The driver
in its current form gets detected and loads properly. It uses the
af9035 USB Bridge chip, with an af9033 de
Hi Hans,
Thanks for the review.
On Wed, Sep 19, 2012 at 1:23 PM, Hans Verkuil wrote:
> Hi Prabhakar,
>
> I found some grammar issues, but also some (small) things that should be
> changed.
>
>
> On Tue 18 September 2012 20:54:38 Prabhakar Lad wrote:
>> From: Lad, Prabhakar
>>
>> Add helper fun
I'm working on adding multiplanar support to v4l2-ctl, but I have a few
questions.
First of all, when I call QUERYBUF I set the length field of v4l2_buffer to the
number of elements in my v4l2_plane array.
When QUERYBUF returns, shouldn't the length field be updated to the actual
number
of plan
On Wed 19 September 2012 10:11:11 Mauro Carvalho Chehab wrote:
> Dear developers,
>
> We're feeling the need for one more media workshop this year.
>
> As there will be already several developers going to LinuxCon Europe and
> Embedded Linux Conference Europe, we'll be co-locating the workshop to
Em 19-09-2012 05:11, Mauro Carvalho Chehab escreveu:
> Dear developers,
>
> We're feeling the need for one more media workshop this year.
>
> As there will be already several developers going to LinuxCon Europe and
> Embedded Linux Conference Europe, we'll be co-locating the workshop together
> w
Dear developers,
We're feeling the need for one more media workshop this year.
As there will be already several developers going to LinuxCon Europe and
Embedded Linux Conference Europe, we'll be co-locating the workshop together
with those two events.
As there will be several developers speaking
Hi Prabhakar,
I found some grammar issues, but also some (small) things that should be
changed.
On Tue 18 September 2012 20:54:38 Prabhakar Lad wrote:
> From: Lad, Prabhakar
>
> Add helper function v4l2_ctrl_new_std_menu_items(), which adds
> a standard menu control, with driver specific menu
Just a quick patch removing the printk.h include: this header is already
included by kernel.h, and it breaks the compat build because this header
only appeared in 2.6.37.
Regards,
Hans
Signed-off-by: Hans Verkuil
diff --git a/drivers/media/pci/ivtv/ivtv-alsa-pcm.c
b/drivers/media/pci/
64 matches
Mail list logo