[PATCH 01/10] staging: media: go7007: Some additional code for TW2804 driver functionality

2012-08-21 Thread Volokh Konstantin
- 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

[PATCH 02/10] staging: media: go7007: TW2804 driver fix

2012-08-21 Thread Volokh Konstantin
- 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

[PATCH 06/10] staging: media: go7007: tw2804 ADC power control

2012-08-21 Thread Volokh Konstantin
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

[PATCH 09/10] staging: media: go7007: Adlink_MPG24 board initialization fix.

2012-08-21 Thread Volokh Konstantin
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

[PATCH 10/10] staging: media: go7007: some i2c initialization

2012-08-21 Thread Volokh Konstantin
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

[PATCH 07/10] staging: media: go7007: README TODO

2012-08-21 Thread Volokh Konstantin
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

[PATCH 08/10] staging: media: go7007: some additional functionality for sub.

2012-08-21 Thread Volokh Konstantin
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

[PATCH 05/10] staging: media: go7007: Cleanup unused old code

2012-08-21 Thread Volokh Konstantin
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

[PATCH 03/10] staging: media: go7007: Non main code changing

2012-08-21 Thread Volokh Konstantin
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

[PATCH 04/10] staging: media: go7007: Add IDENT for TW2802/2804

2012-08-21 Thread Volokh Konstantin
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

Re: [PATCH] libdvbv5: Fix byte swapping for embedded toolchains

2012-08-21 Thread Prabhakar Lad
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

[RFC PATCH 1/1] videobuf2-core: Change vb2_queue_init return type to void

2012-08-21 Thread Ezequiel Garcia
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

[RFC PATCH 0/1] videobuf2-core: Change vb2_queue_init return type to void

2012-08-21 Thread Ezequiel Garcia
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

[PATCH 5/5] rtl2832: implement .read_ber()

2012-08-21 Thread Antti Palosaari
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

[PATCH 4/5] rtl2832: implement .read_snr()

2012-08-21 Thread Antti Palosaari
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

[PATCH 3/5] rtl2832: implement .get_frontend()

2012-08-21 Thread Antti Palosaari
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

[PATCH 2/5] rtl28xxu: fix rtl2832u module reload fails bug

2012-08-21 Thread Antti Palosaari
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

[PATCH 1/5] rtl28xxu: stream did not start after stop on USB3.0

2012-08-21 Thread Antti Palosaari
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

[GIT PULL for v3.6-rc3] media fixes

2012-08-21 Thread Mauro Carvalho Chehab
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

[PATCH] Makefile: Add missing soc_camera/ directory

2012-08-21 Thread Mauro Carvalho Chehab
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

Re: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread poma
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 > > -- >

Re: [PATCH 1/6] [media] move soc_camera to its own directory

2012-08-21 Thread Guennadi Liakhovetski
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 > > > >

Re: [PATCH] dvb_frontend: Multistream support

2012-08-21 Thread Georgi Chorbadzhiyski
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

Re: [media] rc-core: move timeout and checks to lirc

2012-08-21 Thread David Härdeman
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

cron job: media_tree daily build: ERRORS

2012-08-21 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:Tue Aug 21 19:00:27 CEST 2012 git hash:01b0c11a1ba49ac96f58b7bc92772c2b469d6caa gcc version: i686-linux-gcc (GC

Re: [media] rc-core: move timeout and checks to lirc

2012-08-21 Thread David Härdeman
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

Re: [media] rc-core: move timeout and checks to lirc

2012-08-21 Thread David Härdeman
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

[PATCH] libdvbv5: Fix byte swapping for embedded toolchains

2012-08-21 Thread Gregor Jasny
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

[PATCH] Fix libdvbv5 endianess function for embedded toolchains

2012-08-21 Thread Gregor Jasny
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

Re: How to add support for the em2765 webcam Speedlink VAD Laplace to the kernel ?

2012-08-21 Thread Mauro Carvalho Chehab
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: >>>

Re: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread Antti Palosaari
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

RE: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread M. Fletcher
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-

Re: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread Antti Palosaari
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, {

RE: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread M. Fletcher
>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

[PATCH 1/2] tda18218: switch to Kernel logging

2012-08-21 Thread Antti Palosaari
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

[PATCH 2/2] tda18218: re-implement tda18218_wr_regs()

2012-08-21 Thread Antti Palosaari
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

Re: How to add support for the em2765 webcam Speedlink VAD Laplace to the kernel ?

2012-08-21 Thread Frank Schäfer
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

Re: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread Antti Palosaari
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

RE: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread M. Fletcher
>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

Re: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread Antti Palosaari
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

Re: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread M. Fletcher
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

Re: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread Antti Palosaari
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

RE: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

2012-08-21 Thread M. Fletcher
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

[PATCH 2/2] qt1010: remove debug register dump

2012-08-21 Thread Antti Palosaari
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

[PATCH 1/2] qt1010: convert for Kernel logging

2012-08-21 Thread Antti Palosaari
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

Re: [PATCHv8 20/26] v4l: vb2-dma-contig: add support for DMABUF exporting

2012-08-21 Thread Laurent Pinchart
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

Re: [PATCHv8 20/26] v4l: vb2-dma-contig: add support for DMABUF exporting

2012-08-21 Thread Tomasz Stanislawski
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

[PATCH] gl861: reset_resume support

2012-08-21 Thread Antti Palosaari
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-

[PATCH] qt1010: do not change frequency during init

2012-08-21 Thread Antti Palosaari
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

Re: [media] rc-core: move timeout and checks to lirc

2012-08-21 Thread Sean Young
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

Re: How to add support for the em2765 webcam Speedlink VAD Laplace to the kernel ?

2012-08-21 Thread 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 break of 2 1/2 kernel releases (sorry, I was busy with another >

Re: How to add support for the em2765 webcam Speedlink VAD Laplace to the kernel ?

2012-08-21 Thread Frank Schäfer
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

[PATCH] [media] Add missing help for some menuconfig items

2012-08-21 Thread Mauro Carvalho Chehab
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

Re: [RFC API] Renumber subdev ioctls

2012-08-21 Thread Sakari Ailus
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

[PATCH] v4l/s5p-mfc: added support for end of stream handling in MFC encoder

2012-08-21 Thread Andrzej Hajda
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

Re: [PATCH 4/6] [media] Cleanup media Kconfig files

2012-08-21 Thread Mauro Carvalho Chehab
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

Re: [RFC API] Renumber subdev ioctls

2012-08-21 Thread Sakari Ailus
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! > > >

Re: [GIT PULL FOR v3.7] uvcvideo patches

2012-08-21 Thread Mauro Carvalho Chehab
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

Re: [PATCHv8 20/26] v4l: vb2-dma-contig: add support for DMABUF exporting

2012-08-21 Thread Laurent Pinchart
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 > -

Re: [RFC 0/5] Generic panel framework

2012-08-21 Thread Laurent Pinchart
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

Re: [GIT PULL FOR v3.7] uvcvideo patches

2012-08-21 Thread Laurent Pinchart
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

[PATCH] uvcvideo: Remove outdated comment

2012-08-21 Thread Laurent Pinchart
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.

Re: [RFC API] Renumber subdev ioctls

2012-08-21 Thread Laurent Pinchart
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

Re: [PATCH] media: coda: remove duplicated call of fh_to_ctx in vidioc_s_fmt_vid_out

2012-08-21 Thread javier Martin
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

Re: [PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-08-21 Thread Antti Palosaari
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

Re: [PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-08-21 Thread Hiroshi Doyu
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