Re: [RFC API] Renumber subdev ioctls

2012-08-21 Thread Hans Verkuil
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! Recently I had to add two new ioctls for the subdev API (include/linux/v4l2-subdev.h)

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

2012-08-21 Thread Richard Zhao
Signed-off-by: Richard Zhao richard.z...@freescale.com --- 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/drivers/media/platform/coda.c +++

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

2012-08-21 Thread Hiroshi Doyu
Antti Palosaari cr...@iki.fi wrote @ Mon, 20 Aug 2012 23:29:34 +0200: On 08/20/2012 02:14 PM, Hiroshi Doyu wrote: Hi Antti, Antti Palosaari cr...@iki.fi 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

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 cr...@iki.fi wrote @ Mon, 20 Aug 2012 23:29:34 +0200: On 08/20/2012 02:14 PM, Hiroshi Doyu wrote: Hi Antti, Antti Palosaari cr...@iki.fi wrote @ Sat, 18 Aug 2012 02:11:56 +0200: On 08/17/2012 09:04 AM, Hiroshi Doyu

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 richard.z...@freescale.com wrote: Signed-off-by: Richard Zhao richard.z...@freescale.com --- drivers/media/platform/coda.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/coda.c

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 two new ioctls for

[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 laurent.pinch...@ideasonboard.com --- drivers/media/usb/uvc/uvc_driver.c | 12 1 files changed, 0 insertions(+), 12 deletions(-) Small non-functional patch, I

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: [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 might not belong

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 t.stanisl...@samsung.com

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 (2012-08-12

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! Recently

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 mche...@redhat.com 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

[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 a.ha...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

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 happened

[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 mche...@redhat.com --- drivers/media/i2c/Kconfig | 2 +- drivers/media/parport/Kconfig | 5 - drivers/media/pci/Kconfig | 3 +++ drivers/media/usb/Kconfig | 3 +++ 4 files changed,

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 question how to add

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 project), I would like

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 driver

[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 cr...@iki.fi --- drivers/media/tuners/qt1010.c | 3 ++- 1 file changed, 2 insertions(+), 1

[PATCH] gl861: reset_resume support

2012-08-21 Thread Antti Palosaari
It survives now on reset_resume. Signed-off-by: Antti Palosaari cr...@iki.fi --- 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 ---

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 buffer using

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-off-by:

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

2012-08-21 Thread Antti Palosaari
Signed-off-by: Antti Palosaari cr...@iki.fi --- 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 ---

[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 cr...@iki.fi --- drivers/media/tuners/qt1010.c | 23

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:

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:

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

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

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

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: 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 break of 2 1/2 kernel releases

[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 cr...@iki.fi --- drivers/media/tuners/tda18218.c | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/drivers/media/tuners/tda18218.c

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

2012-08-21 Thread Antti Palosaari
Signed-off-by: Antti Palosaari cr...@iki.fi --- 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

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,

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
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

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

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: Am

[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

[PATCH] libdvbv5: Fix byte swapping for embedded toolchains

2012-08-21 Thread Gregor Jasny
Reported-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Gregor Jasny gja...@googlemail.com --- 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 ---

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 which writes

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 mche...@redhat.com 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

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

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 escreveu:

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 evgenyple...@ukr.net diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index bb51edf..a6a6839 100644 --- a/include/linux/dvb/frontend.h +++

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 omap24xxcam are

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 -- To

[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

[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

[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 cr...@iki.fi ---

[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 cr...@iki.fi Cc: Thomas Mair

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

2012-08-21 Thread Antti Palosaari
Copied from rtl2830. Cc: Thomas Mair thomas.mai...@googlemail.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-frontends/rtl2832.c | 113 ++ 1 file changed, 113 insertions(+) diff --git a/drivers/media/dvb-frontends/rtl2832.c

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

2012-08-21 Thread Antti Palosaari
Based rtl2830 implementation. Cc: Thomas Mair thomas.mai...@googlemail.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-frontends/rtl2832.c | 52 +-- 1 file changed, 49 insertions(+), 3 deletions(-) diff --git

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

2012-08-21 Thread Antti Palosaari
Implementation taken from rtl2830. Cc: Thomas Mair thomas.mai...@googlemail.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-frontends/rtl2832.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/media/dvb-frontends/rtl2832.c

[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

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

2012-08-21 Thread Ezequiel Garcia
Cc: Pawel Osciak pa...@osciak.com Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Hans Verkuil hans.verk...@cisco.com Cc: Guennadi Liakhovetski g.liakhovet...@gmx.de Cc: Mauro Carvalho Chehab mche...@redhat.com Signed-off-by: Ezequiel Garcia

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 prabhakar@ti.com Signed-off-by: Gregor Jasny gja...@googlemail.com Acked-by: Prabhakar Lad prabhakar@ti.com Thx, --Prabhakar --- lib/include/descriptors.h |