Hi Inki,
On 2013년 02월 05일 12:03, Inki Dae wrote:
> 2013/2/4 Sachin Kamat :
>> On 1 February 2013 18:28, Inki Dae wrote:
>>>
>>>
>>>
>>>
>>> 2013. 2. 1. 오후 8:52 Inki Dae 작성:
>>>
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow.
This patch adds display-timing node parsing to drm fimd, this depends on
the display helper patchset at
http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html
It also adds pinctrl support for drm fimd.
changes since v3:
- addressed comments from Sean Paul , to modify
This patch adds display-timing node parsing using video helper function
Signed-off-by: Leela Krishna Amudala
Signed-off-by: Vikas Sajjan
---
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 41 +++---
1 file changed, 37 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu
On Tue, Feb 5, 2013 at 12:03 PM, Inki Dae wrote:
> 2013/2/4 Sachin Kamat :
>> On 1 February 2013 18:28, Inki Dae wrote:
>>>
>>>
>>>
>>>
>>> 2013. 2. 1. 오후 8:52 Inki Dae 작성:
>>>
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow.
My apologies for the slow response...I'm running far behind.
On Thu, 31 Jan 2013 00:29:13 -0800
Albert Wang wrote:
> As you know, we are working on adding B_DMA_SG support on soc_camera mode.
>
> We found there is some code we can't understand in irq handler:
> >>
> if (handled == IRQ_HAN
2013/2/4 Sachin Kamat :
> On 1 February 2013 18:28, Inki Dae wrote:
>>
>>
>>
>>
>> 2013. 2. 1. 오후 8:52 Inki Dae 작성:
>>
>>>
>>>
-Original Message-
From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
ow...@vger.kernel.org] On Behalf Of Sachin Kamat
Sent: Friday,
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 Feb 4 19:00:18 CET 2013
git branch: for_v3.9
git hash: 24dec5dabfcc1d424d7bc86d393d31f57ebcc975
gcc ve
Hi Joe,
On Sat, Feb 2, 2013 at 4:43 PM, Joe Perches wrote:
> On Sat, 2013-02-02 at 16:30 -0300, Ezequiel Garcia wrote:
>> ptr = kmalloc(sizeof(foo));
>> if (!ptr) {
>> pr_err("Cannot allocate memory for foo\n");
>> return -ENOMEM;
>> }
>> His argue against it was that kmalloc alre
Use enum instead of magic values for LNA config in tda8290.
Update tda827x, tda18271 and saa7134 to use the enum too.
Signed-off-by: Ondrej Zary
---
drivers/media/pci/saa7134/saa7134-cards.c | 41 +++--
drivers/media/tuners/tda18271-fe.c|9 +++---
drivers/me
On Monday 04 February 2013 03:19:37 Michael Krufky wrote:
> On Fri, Feb 1, 2013 at 3:21 PM, Ondrej Zary
wrote:
> > Allow disabling I2C gate handling by external configuration.
> > This is required by cards that have all devices on a single I2C bus,
> > like AverMedia A706.
> >
> > Signed-off-by:
As expectable, the (unhandled?) false returns from the NULL pointer "fixes" may
lead to kernel deadlock freezes and crashes in the ISRs.
Reproducing scenario: ctrl-c at capture startup, e.g.
Next try to fix it.
Future efforts should focus on the new kernel staging GPL driver.
--
于 2013年01月31日 05:25, Hans Verkuil 写道:
> From: Hans Verkuil
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/usb/tlg2300/pd-video.c |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/usb/tlg2300/pd-video.c
> b/drivers/media/usb/tlg2300/pd-video.c
> ind
?? 2013??02??04?? 03:38, Hans Verkuil :
On Mon February 4 2013 05:36:56 Huang Shijie wrote:
?? 2013??01??31?? 05:25, Hans Verkuil :
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/media/usb/tlg2300/pd-radio.c |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
于 2013年01月31日 05:25, Hans Verkuil 写道:
> From: Hans Verkuil
>
> The input and audio ioctls are only valid for video/vbi nodes.
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/media/usb/tlg2300/pd-radio.c | 27 ---
> 1 file changed, 27 deletions(-)
>
> diff --git a/driver
On Mon, Feb 04, 2013 at 10:57:22AM +0100, Maarten Lankhorst wrote:
> Op 04-02-13 08:06, Inki Dae schreef:
> >> +/**
> >> + * ticket_commit - commit a reservation with a new fence
> >> + * @ticket:[in]the reservation_ticket returned by
> >> + * ticket_reserve
> >> + * @entries: [in]a l
Em Sun, 3 Feb 2013 20:59:12 -0500
Michael Krufky escreveu:
> On Fri, Feb 1, 2013 at 3:21 PM, Ondrej Zary
> wrote:
> > config looks like a hack that was added to tuner-core to allow some
> > configuration of TDA8290 tuner (it's not used by any other driver).
> > But with the new configuration op
On Mon February 4 2013 14:23:55 Ezequiel Garcia wrote:
> Hello Hans,
>
> On Mon, Feb 4, 2013 at 9:36 AM, Hans Verkuil wrote:
> > This patch series updates this driver to the control framework, switches
> > it to unlocked_ioctl, fixes a variety of V4L2 compliance issues.
> >
> > It compiles, but t
Em Sun, 3 Feb 2013 20:15:53 -0500
Michael Krufky escreveu:
> On Thu, Jan 24, 2013 at 5:11 PM, Simon Que wrote:
> > This patch provides a Kconfig option, MEDIA_TUNER_SUPPORT, that
> > determines whether media/tuners is included in the build. This way,
> > the tuners don't have to be unconditiona
Hello Hans,
On Mon, Feb 4, 2013 at 9:36 AM, Hans Verkuil wrote:
> This patch series updates this driver to the control framework, switches
> it to unlocked_ioctl, fixes a variety of V4L2 compliance issues.
>
> It compiles, but to my knowledge nobody has hardware to test this :-(
>
> If anyone has
Hi,
On 02/04/2013 01:36 PM, Hans Verkuil wrote:
This patch series updates this driver to the control framework, switches
it to unlocked_ioctl, fixes a variety of V4L2 compliance issues.
Good stuff!
It compiles, but to my knowledge nobody has hardware to test this :-(
If anyone has hardware
From: Hans Verkuil
Also correct the first_init static: this should be part of the stk_camera
struct.
Signed-off-by: Hans Verkuil
---
drivers/media/usb/stkwebcam/stk-webcam.c | 27 +--
drivers/media/usb/stkwebcam/stk-webcam.h |1 +
2 files changed, 18 insertions(+
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/media/usb/stkwebcam/stk-webcam.c | 10 +-
drivers/media/usb/stkwebcam/stk-webcam.h |2 ++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/drivers/media/usb/stkwebcam/stk-webcam.c
b/drivers/media/usb/stkwebc
From: Hans Verkuil
Add device_caps support to querycap and do not set the version field (let the
core handle that).
Also simplify the s_input ioctl.
Signed-off-by: Hans Verkuil
---
drivers/media/usb/stkwebcam/stk-webcam.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
From: Hans Verkuil
This makes it possible to switch to unlocked_ioctl.
Signed-off-by: Hans Verkuil
---
drivers/media/usb/stkwebcam/stk-webcam.c | 24 ++--
drivers/media/usb/stkwebcam/stk-webcam.h |1 +
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/dr
From: Hans Verkuil
The priv field should be set to 0. In this case the driver abused the priv
field for internal housekeeping. Modify the code so priv is no longer used
for that purpose.
Signed-off-by: Hans Verkuil
---
drivers/media/usb/stkwebcam/stk-webcam.c | 23 +--
1
This patch series updates this driver to the control framework, switches
it to unlocked_ioctl, fixes a variety of V4L2 compliance issues.
It compiles, but to my knowledge nobody has hardware to test this :-(
If anyone has hardware to test this, please let me know!
Regards,
Hans
--
To u
From: Hans Verkuil
file->private_data is needed to store the pointer to struct v4l2_fh.
So use video_drvdata to get hold of the stk_camera struct.
Signed-off-by: Hans Verkuil
---
drivers/media/usb/stkwebcam/stk-webcam.c | 32 +-
1 file changed, 14 insertions(+), 1
From: Hans Verkuil
It's a webcam, the STD API is not applicable to webcams.
Signed-off-by: Hans Verkuil
---
drivers/media/usb/stkwebcam/stk-webcam.c |9 -
1 file changed, 9 deletions(-)
diff --git a/drivers/media/usb/stkwebcam/stk-webcam.c
b/drivers/media/usb/stkwebcam/stk-webcam
From: Hans Verkuil
Signed-off-by: Hans Verkuil
---
drivers/media/usb/stkwebcam/stk-webcam.c | 119 --
drivers/media/usb/stkwebcam/stk-webcam.h |3 +-
2 files changed, 33 insertions(+), 89 deletions(-)
diff --git a/drivers/media/usb/stkwebcam/stk-webcam.c
b/dri
On 1 February 2013 18:28, Inki Dae wrote:
>
>
>
>
> 2013. 2. 1. 오후 8:52 Inki Dae 작성:
>
>>
>>
>>> -Original Message-
>>> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
>>> ow...@vger.kernel.org] On Behalf Of Sachin Kamat
>>> Sent: Friday, February 01, 2013 8:40 PM
>>> To: Ink
On Wed January 23 2013 15:07:06 Federico Vaga wrote:
> This patch re-write the driver and use the videobuf2
> interface instead of the old videobuf. Moreover, it uses also
> the control framework which allows the driver to inherit
> controls from its subdevice (ADV7180). Finally the driver does not
On 02/02/2013 12:35 AM, Laurent Pinchart wrote:
Hi Marcus,
On Tuesday 08 January 2013 18:08:19 Marcus Lorentzon wrote:
On 01/08/2013 05:36 PM, Tomasz Figa wrote:
On Tuesday 08 of January 2013 11:12:26 Marcus Lorentzon wrote:
[...]
But it is not perfect. After a couple of products we realized
Op 04-02-13 08:06, Inki Dae schreef:
>> +/**
>> + * ticket_commit - commit a reservation with a new fence
>> + * @ticket:[in]the reservation_ticket returned by
>> + * ticket_reserve
>> + * @entries: [in]a linked list of struct reservation_entry
>> + * @fence: [in]the fence tha
On Mon February 4 2013 03:40:32 Huang Shijie wrote:
> ?? 2013??01??31?? 05:25, Hans Verkuil :
> > From: Hans Verkuil
> >
> > Set the correct parent for v4l2_device_register. Also remove an unnecessary
> > forward reference and fix two weird looking log messages.
> >
> > Signed-off-by: Hans Ver
On Mon February 4 2013 05:55:34 Huang Shijie wrote:
> ?? 2013??01??31?? 05:25, Hans Verkuil :
> > From: Hans Verkuil
> >
> > Remove two maintainers: telegent.com no longer exists, so those email
> > addresses are invalid as well.
> >
> > Signed-off-by: Hans Verkuil
> > ---
> > MAINTAINERS |
On Mon February 4 2013 05:48:36 Huang Shijie wrote:
> ?? 2013??01??31?? 05:25, Hans Verkuil :
> > From: Hans Verkuil
> >
> > Signed-off-by: Hans Verkuil
> > ---
> > drivers/media/usb/tlg2300/pd-video.c |2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/
On Mon February 4 2013 05:36:56 Huang Shijie wrote:
> ?? 2013??01??31?? 05:25, Hans Verkuil :
> > From: Hans Verkuil
> >
> > Signed-off-by: Hans Verkuil
> > ---
> > drivers/media/usb/tlg2300/pd-radio.c |7 ++-
> > 1 file changed, 6 insertions(+), 1 deletion(-)
> >
> > diff --git a/dr
On Mon February 4 2013 05:16:32 Huang Shijie wrote:
> ?? 2013??01??31?? 05:25, Hans Verkuil :
> > From: Hans Verkuil
> >
> > The input and audio ioctls are only valid for video/vbi nodes.
>
> I remember that if you do not set these ioctrls, the mplayer will not works.
I have no problem with
38 matches
Mail list logo