Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-04 Thread 김승우
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.

[PATCH v4 0/1] Adds display-timing node parsing to exynos drm fimd

2013-02-04 Thread Vikas Sajjan
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

[PATCH v4 1/1] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-02-04 Thread Vikas Sajjan
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

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-04 Thread Kyungmin Park
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.

Re: [PATCH V3 10/15] [media] marvell-ccic: split mcam-core into 2 parts for soc_camera support

2013-02-04 Thread Jonathan Corbet
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

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-04 Thread Inki Dae
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,

cron job: media_tree daily build: WARNINGS

2013-02-04 Thread Hans Verkuil
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

Re: Question about printking

2013-02-04 Thread Ezequiel Garcia
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

[PATCH] tda8290: change magic LNA config values to enum

2013-02-04 Thread Ondrej Zary
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

Re: [PATCH 1/4] tda8290: Allow disabling I2C gate

2013-02-04 Thread Ondrej Zary
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:

[PATCH] crystalhd git.linuxtv.org kernel driver: FIX kernel freeze or OOPS in ISRs

2013-02-04 Thread thomas schorpp
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. --

Re: [RFC PATCH 13/18] tlg2300: fix missing audioset.

2013-02-04 Thread Huang Shijie
于 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

Re: [RFC PATCH 08/18] tlg2300: fix radio querycap

2013-02-04 Thread Huang Shijie
?? 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(-)

Re: [RFC PATCH 04/18] tlg2300: remove ioctls that are invalid for radio devices.

2013-02-04 Thread Huang Shijie
于 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

Re: [Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-02-04 Thread Daniel Vetter
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

Re: [PATCH 3/4] tuner-core: Change config from unsigned int to void *

2013-02-04 Thread Mauro Carvalho Chehab
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

Re: [RFC PATCH 1/8] stk-webcam: various fixes.

2013-02-04 Thread Hans Verkuil
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

Re: [PATCH] media: config option for building tuners

2013-02-04 Thread Mauro Carvalho Chehab
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

Re: [RFC PATCH 1/8] stk-webcam: various fixes.

2013-02-04 Thread Ezequiel Garcia
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

Re: [RFC PATCH 1/8] stk-webcam: various fixes.

2013-02-04 Thread Hans de Goede
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

[RFC PATCH 5/8] stk-webcam: add support for control events and prio handling.

2013-02-04 Thread Hans Verkuil
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(+

[RFC PATCH 2/8] stk-webcam: add support for struct v4l2_device.

2013-02-04 Thread Hans Verkuil
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

[RFC PATCH 6/8] stk-webcam: fix querycap and simplify s_input.

2013-02-04 Thread Hans Verkuil
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(-)

[RFC PATCH 8/8] stk-webcam: enable core-locking.

2013-02-04 Thread Hans Verkuil
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

[RFC PATCH 7/8] stk-webcam: zero the priv field of v4l2_pix_format.

2013-02-04 Thread Hans Verkuil
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

[RFC PATCH 1/8] stk-webcam: various fixes.

2013-02-04 Thread Hans Verkuil
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

[RFC PATCH 4/8] stk-webcam: don't use private_data, use video_drvdata

2013-02-04 Thread Hans Verkuil
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

[RFC PATCH 1/8] stk-webcam: remove bogus STD support.

2013-02-04 Thread Hans Verkuil
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

[RFC PATCH 3/8] stk-webcam: convert to the control framework.

2013-02-04 Thread Hans Verkuil
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

Re: [PATCH 2/2] drm/exynos: Add device tree based discovery support for G2D

2013-02-04 Thread 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, February 01, 2013 8:40 PM >>> To: Ink

Re: [PATCH v6 1/2] sta2x11_vip: convert to videobuf2, control framework, file handler

2013-02-04 Thread Hans Verkuil
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

Re: [RFC v2 0/5] Common Display Framework

2013-02-04 Thread Marcus Lorentzon
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

Re: [Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-02-04 Thread Maarten Lankhorst
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

Re: [RFC PATCH 01/18] tlg2300: use correct device parent.

2013-02-04 Thread Hans Verkuil
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

Re: [RFC PATCH 18/18] tlg2300: update MAINTAINERS file.

2013-02-04 Thread Hans Verkuil
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 |

Re: [RFC PATCH 13/18] tlg2300: fix missing audioset.

2013-02-04 Thread Hans Verkuil
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/

Re: [RFC PATCH 08/18] tlg2300: fix radio querycap

2013-02-04 Thread 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(-) > > > > diff --git a/dr

Re: [RFC PATCH 04/18] tlg2300: remove ioctls that are invalid for radio devices.

2013-02-04 Thread Hans Verkuil
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