cron job: media_tree daily build: ABI WARNING

2014-07-22 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 22 Jul 07:45:59 CEST 2014 git branch: test git hash: a733291d6934d0663af9e7d9f2266ab87a2946cd gcc

Re: [PATCH 0/3] rc_keymaps: Add 3 keymaps for various allwinner android tv

2014-07-22 Thread Hans Verkuil
Hi Hans, On 05/08/2014 09:41 PM, Hans de Goede wrote: Hi All, These patches add keymaps for the remotes found with various allwinner android tv boxes. I've checked that these are not duplicate with existing configs. These tv-boxes can run regular Linux, and that is what these keymaps are

[linuxtv-media:master 441/499] ERROR: __aeabi_uldivmod [drivers/media/dvb-frontends/rtl2832_sdr.ko] undefined!

2014-07-22 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: a733291d6934d0663af9e7d9f2266ab87a2946cd commit: 77bbb2b049c1c3e935f5bec510bec337d94ae8f8 [441/499] rtl2832_sdr: move from staging to media config: make ARCH=arm allmodconfig Note: the linuxtv-media/master HEAD

Re: [V4l2-library] FourCC support

2014-07-22 Thread Hans Verkuil
Hi Monica, The v4l2-library is not the best mailinglist for that so I've added linux-media as well, which is more appropriate. I've also added Lars-Peter since he does a lot of adv work as well. The short answer is that those colorspaces are not supported at the moment, but that it is not a

Re: [V4l2-library] FourCC support

2014-07-22 Thread Hans Verkuil
On 07/22/14 09:23, Hans Verkuil wrote: Hi Monica, The v4l2-library is not the best mailinglist for that so I've added linux-media as well, which is more appropriate. I've also added Lars-Peter since he does a lot of adv work as well. The short answer is that those colorspaces are not

[PATCH] msi2500: refactor USB stream copying

2014-07-22 Thread Antti Palosaari
There was a lot of duplicated functionality between different stream format handling. Refactor functionality in order to get rid of duplicated code. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/msi2500/msi2500.c | 437 +--- 1 file changed, 103

[PATCH] msi2500: rename namespace msi3101 = msi2500

2014-07-22 Thread Antti Palosaari
Rename driver namespace according to current driver name. Old msi3101 was name of reference design, msi2500 is name of chip itself. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/msi2500/msi2500.c | 256 ++-- 1 file changed, 128 insertions(+),

[GIT PULL] Mirics MSi3101/MSi2500 driver changes

2014-07-22 Thread Antti Palosaari
The following changes since commit a733291d6934d0663af9e7d9f2266ab87a2946cd: Merge commit '67dd8f35c2d8ed80f26c9654b474cffc11c6674d' into patchwork (2014-07-22 02:03:59 -0300) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git sdr_pull for you to fetch

Re: [PATCH v3 18/32] [media] v4l2-mem2mem: export v4l2_m2m_try_schedule

2014-07-22 Thread Philipp Zabel
Am Montag, den 21.07.2014, 16:04 -0300 schrieb Mauro Carvalho Chehab: Em Fri, 11 Jul 2014 11:36:29 +0200 Philipp Zabel p.za...@pengutronix.de escreveu: From: Michael Olbrich m.olbr...@pengutronix.de Some drivers might allow to decode remaining frames from an internal ringbuffer

[PATCH] si2157: Fix DVB-C bandwidth.

2014-07-22 Thread Luis Alves
This patch fixes DVB-C reception. Without setting the bandwidth to 8MHz the received stream gets corrupted. Regards, Luis Signed-off-by: Luis Alves lja...@gmail.com --- drivers/media/tuners/si2157.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/tuners/si2157.c

Re: [PATCH v2 8/9] Documentation: devicetree: Document sclk-jpeg clock for exynos3250 SoC

2014-07-22 Thread Sylwester Nawrocki
On 14/07/14 11:56, Mark Rutland wrote: diff --git a/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt b/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt index 937b755..3142745 100644 --- a/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt +++

Re: [PATCH v2 8/9] Documentation: devicetree: Document sclk-jpeg clock for exynos3250 SoC

2014-07-22 Thread Arnd Bergmann
On Tuesday 22 July 2014 13:42:00 Sylwester Nawrocki wrote: On 14/07/14 11:56, Mark Rutland wrote: diff --git a/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt b/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt index 937b755..3142745 100644 ---

[PATCH 3/5] drm: add bus_formats and nbus_formats fields to drm_display_info

2014-07-22 Thread Boris BREZILLON
Add bus_formats and nbus_formats fields and drm_display_info_set_bus_formats helper function to specify the bus formats supported by a given display. This information can be used by display controller drivers to configure the output interface appropriately (i.e. RGB565, RGB666 or RGB888 on raw

[PATCH 0/5] video: describe data bus formats

2014-07-22 Thread Boris BREZILLON
Hello, This patch series is a proposal to describe the different data formats used by HW components to connect with each other. This is just a copy of the existing V4L2_MBUS_FMT defintions with a neutral name so that it can be used by V4L2 and DRM/KMS subsystem. This series also makes use of

[PATCH 5/5] drm: panel: simple-panel: add bus format information for foxlink panel

2014-07-22 Thread Boris BREZILLON
Foxlink's fl500wvr00-a0t supports RGB888 format. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com --- drivers/gpu/drm/panel/panel-simple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index

[PATCH 2/5] video: add RGB444_1X12 and RGB565_1X16 bus formats

2014-07-22 Thread Boris BREZILLON
Add RGB444 format using a 12 bits bus and RGB565 using a 16 bits bus. These formats will later be used by atmel-hlcdc driver. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com --- include/uapi/linux/v4l2-mediabus.h| 2 ++ include/uapi/linux/video-bus-format.h | 4 +++- 2

[PATCH 1/5] video: move mediabus format definition to a more standard place

2014-07-22 Thread Boris BREZILLON
Rename mediabus formats and move the enum into a separate header file so that it can be used by DRM/KMS subsystem without any reference to the V4L2 subsystem. Old V4L2_MBUS_FMT_ definitions are now macros that points to VIDEO_BUS_FMT_ definitions. Signed-off-by: Boris BREZILLON

[PATCH 4/5] drm: panel: simple-panel: add support for bus_format retrieval

2014-07-22 Thread Boris BREZILLON
Provide a way to specify panel requirement in terms of supported media bus format (particularly useful for panels connected to an RGB or LVDS bus). Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com --- drivers/gpu/drm/panel/panel-simple.c | 5 + 1 file changed, 5

[PATCH v4] [media] v4l2-mem2mem: export v4l2_m2m_try_schedule

2014-07-22 Thread Philipp Zabel
From: Michael Olbrich m.olbr...@pengutronix.de Some drivers might allow to decode remaining frames from an internal ringbuffer after a decoder stop command. Allow those to call v4l2_m2m_try_schedule directly. Signed-off-by: Michael Olbrich m.olbr...@pengutronix.de Signed-off-by: Philipp Zabel

Re: [PATCH v3 06/32] [media] coda: Add encoder/decoder support for CODA960

2014-07-22 Thread Philipp Zabel
Am Montag, den 21.07.2014, 21:19 +0200 schrieb Robert Schwebel: Hi Mauro, On Mon, Jul 21, 2014 at 04:01:28PM -0300, Mauro Carvalho Chehab wrote: This patch adds support for the CODA960 VPU in Freescale i.MX6 SoCs. It enables h.264 and MPEG4 encoding and decoding support. Besides the

Good Day

2014-07-22 Thread Richard Wong
I have a business proposal I would like to share with you, on your response I will email you with more details. I await your quick response. Kind regards Richard Wong -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org

Re: [PATCH v2 8/9] Documentation: devicetree: Document sclk-jpeg clock for exynos3250 SoC

2014-07-22 Thread Sylwester Nawrocki
On 22/07/14 13:48, Arnd Bergmann wrote: -- clocks : should contain the JPEG codec IP gate clock specifier, from the +- clocks : should contain the JPEG codec IP gate clock specifier and +for the Exynos3250 SoC additionally the SCLK_JPEG entry; from the

Re: [PATCH v2 8/9] Documentation: devicetree: Document sclk-jpeg clock for exynos3250 SoC

2014-07-22 Thread Arnd Bergmann
On Tuesday 22 July 2014 16:18:25 Sylwester Nawrocki wrote: All right, then I would rephrase it to: - clock-names : should contain: - jpeg for the common gate clock, - sclk for the special clock (only for Exynos3250). - clocks: should contain

Re: [PATCH v2 8/9] Documentation: devicetree: Document sclk-jpeg clock for exynos3250 SoC

2014-07-22 Thread Sylwester Nawrocki
On 22/07/14 16:44, Arnd Bergmann wrote: I'd vote for listing it as an optional clock independent of the compatible string and changing the driver to just use it when it's provided. That sounds good to me, thanks for the suggestion. -- Regards, Sylwester -- To unsubscribe from this list: send

Re: [PATCH 3/3] driver:gpio remove all usage of gpio_remove retval in driver

2014-07-22 Thread Linus Walleij
On Sat, Jul 12, 2014 at 10:30 PM, abdoulaye berthe berthe...@gmail.com wrote: Heads up. Requesting ACKs for this patch or I'm atleast warning that it will be applied. We're getting rid of the return value from gpiochip_remove(). this remove all reference to gpio_remove retval in all driver

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-22 Thread Enrico
On Tue, Jun 24, 2014 at 5:19 PM, Enrico ebut...@users.berlios.de wrote: On Tue, May 27, 2014 at 10:38 AM, Enrico ebut...@users.berlios.de wrote: On Mon, May 26, 2014 at 9:50 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hello, This patch sets implements support for BT.656 and

[PATCH] si2168: Add ts_mode config.

2014-07-22 Thread Luis Alves
This patch adds the TS mode as a config option: - ts_mode added to config struct. - Possible (interesting) values are * Parallel mode = 0x06 * Serial mode = 0x03 Currently the modules using this demod only use parallel mode. Regards, Luis Signed-off-by: Luis Alves lja...@gmail.com ---

Re: [PATCH] si2157: Fix DVB-C bandwidth.

2014-07-22 Thread Matthias Schwarzott
On 22.07.2014 13:09, Luis Alves wrote: This patch fixes DVB-C reception. Without setting the bandwidth to 8MHz the received stream gets corrupted. Hi Luis, I also wonder if some code should default to bandwidth of 8MHz if none is set. But then I grepped for it and found code in

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-22 Thread Laurent Pinchart
Hi Enrico, On Tuesday 22 July 2014 17:52:27 Enrico wrote: On Tue, Jun 24, 2014 at 5:19 PM, Enrico ebut...@users.berlios.de wrote: On Tue, May 27, 2014 at 10:38 AM, Enrico ebut...@users.berlios.de wrote: On Mon, May 26, 2014 at 9:50 PM, Laurent Pinchart wrote: Hello, This patch sets

Re: [PATCH] si2157: Fix DVB-C bandwidth.

2014-07-22 Thread Mauro Carvalho Chehab
Em Tue, 22 Jul 2014 12:09:48 +0100 Luis Alves lja...@gmail.com escreveu: This patch fixes DVB-C reception. Without setting the bandwidth to 8MHz the received stream gets corrupted. Regards, Luis Signed-off-by: Luis Alves lja...@gmail.com --- drivers/media/tuners/si2157.c | 1 + 1

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-22 Thread Laurent Pinchart
Hi Raymond, On Tuesday 22 July 2014 09:20:34 Raymond Jender wrote: Please remove me from this mailing list. It does not provide me with what I thought it would. We can't do that, but you can easily perform the operation yourself. Look at the bottom of any e-mail you receive from the list

Re: [PATCH] si2157: Fix DVB-C bandwidth.

2014-07-22 Thread Luis Alves
That's right, A few days ago I also checked that with Antti. I've also had made some debugging and DVB core is in fact passing the correct bandwidth to the driver. But the true is that it doesn't work... The sample I have is a dvb-c mux using QAM128 @ 6 Mbaud (which results in 7MHz bw) using 7MHz

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-22 Thread Laurent Pinchart
Hi Enrico, On Tuesday 22 July 2014 18:26:52 Enrico wrote: On Tue, Jul 22, 2014 at 6:04 PM, Laurent Pinchart wrote: Hi Enrico, You will need to upgrade media-ctl and yavta to versions that support interlaced formats. media-ctl has been moved to v4l-utils

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-22 Thread Enrico
On Tue, Jul 22, 2014 at 6:04 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Enrico, You will need to upgrade media-ctl and yavta to versions that support interlaced formats. media-ctl has been moved to v4l-utils (http://git.linuxtv.org/cgit.cgi/v4l-utils.git/) and yavta is

Re: [PATCH] si2157: Fix DVB-C bandwidth.

2014-07-22 Thread Mauro Carvalho Chehab
Em Tue, 22 Jul 2014 17:28:07 +0100 Luis Alves lja...@gmail.com escreveu: That's right, A few days ago I also checked that with Antti. I've also had made some debugging and DVB core is in fact passing the correct bandwidth to the driver. But the true is that it doesn't work... The sample I

[linuxtv-media:master 498/499] drivers/media/pci/solo6x10/solo6x10-core.c:209:48: sparse: incorrect type in argument 3 (different base types)

2014-07-22 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: 7955f03d18d14d18188f94581a4ea336c94b1e2d commit: 28cae868cd245b6bb2f27bce807e9d78afcf8ea2 [498/499] [media] solo6x10: move out of staging into drivers/media/pci. reproduce: make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed

[PATCH] [media] tuners/Kconfig: fix build when just DTV or SDR is enabled

2014-07-22 Thread Mauro Carvalho Chehab
As reported by Kbuildtest: warning: (VIDEO_PVRUSB2 VIDEO_TLG2300 VIDEO_USBVISION VIDEO_GO7007 VIDEO_AU0828_V4L2 VIDEO_CX231XX VIDEO_TM6000 VIDEO_EM28XX VIDEO_IVTV VIDEO_MXB VIDEO_CX18 VIDEO_CX23885 VIDEO_CX88 VIDEO_BT848 VIDEO_SAA7134 VIDEO_SAA7164) selects VIDEO_TUNER

[linuxtv-media:master 499/499] drivers/media/usb/go7007/go7007-usb.c:699:30: sparse: cast to restricted __le16

2014-07-22 Thread kbuild test robot
tree: git://linuxtv.org/media_tree.git master head: 7955f03d18d14d18188f94581a4ea336c94b1e2d commit: 7955f03d18d14d18188f94581a4ea336c94b1e2d [499/499] [media] go7007: move out of staging into drivers/media/usb. reproduce: make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed

Re: Fresco Logic FL2000

2014-07-22 Thread Michael Durkin
as sudo su root@SDR-client:/home/mike# lsusb -v -d 1d5c:2000 Bus 002 Device 003: ID 1d5c:2000 Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.10 bDeviceClass 239 Miscellaneous Device bDeviceSubClass 2 ? bDeviceProtocol

Re: [PATCH] si2157: Fix DVB-C bandwidth.

2014-07-22 Thread Antti Palosaari
On 07/22/2014 08:03 PM, Mauro Carvalho Chehab wrote: Em Tue, 22 Jul 2014 17:28:07 +0100 Luis Alves lja...@gmail.com escreveu: That's right, A few days ago I also checked that with Antti. I've also had made some debugging and DVB core is in fact passing the correct bandwidth to the driver. But

[PATCH] si2168: Fix unknown chip version message

2014-07-22 Thread Mauro Carvalho Chehab
At least here with my PCTV 292e, it is printing this error: si2168 10-0064: si2168: unkown chip version Si21170- without a \n at the end. Probably because it is doing something weird or firmware didn't load well. Anyway, better to print it in hex, instead of using %c. While here, fix

[PATCH] si2168: Fix a badly solved merge conflict

2014-07-22 Thread Mauro Carvalho Chehab
changeset a733291d6934 didn't merge the fixes well. It ended by restoring some bad logic removed there. Signed-off-by: Mauro Carvalho Chehab m.che...@samsung.com --- drivers/media/dvb-frontends/si2168.c | 14 -- 1 file changed, 14 deletions(-) diff --git

Re: [PATCH] si2168: Fix a badly solved merge conflict

2014-07-22 Thread Antti Palosaari
Acked-by: Antti Palosaari cr...@iki.fi Reviewed-by: Antti Palosaari cr...@iki.fi Could you merge it directly from patchwork. regards Antti On 07/22/2014 10:25 PM, Mauro Carvalho Chehab wrote: changeset a733291d6934 didn't merge the fixes well. It ended by restoring some bad logic removed

[PATCH 5/8] cx231xx: Add digital support for [2040:b130] Hauppauge WinTV 930C-HD (model 1113xx)

2014-07-22 Thread Matthias Schwarzott
After loading the driver the first open to dvb device node fails. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/Kconfig | 1 + drivers/media/usb/cx231xx/cx231xx-avcore.c | 1 + drivers/media/usb/cx231xx/cx231xx-cards.c | 92

[PATCH 8/8] cx231xx: Add [2013:025e] PCTV QuatroStick 522e

2014-07-22 Thread Matthias Schwarzott
The hardware is identical to Hauppauge WinTV 930C-HD (model 1114xx) Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/cx231xx-cards.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c

[PATCH 6/8] cx231xx: Add digital support for [2040:b131] Hauppauge WinTV 930C-HD (model 1114xx)

2014-07-22 Thread Matthias Schwarzott
Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/Kconfig | 1 + drivers/media/usb/cx231xx/cx231xx-cards.c | 42 + drivers/media/usb/cx231xx/cx231xx-dvb.c | 63 +++ drivers/media/usb/cx231xx/cx231xx.h

[PATCH 7/8] cx231xx: Add [2013:0259] PCTV QuatroStick 521e

2014-07-22 Thread Matthias Schwarzott
The hardware is identical to Hauppauge WinTV 930C-HD (model 1113xx) Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/cx231xx-cards.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c

[PATCH 4/8] cx231xx: prepare for i2c_client attachment

2014-07-22 Thread Matthias Schwarzott
This is needed to support PCTV QuatroStick 522e which uses a si2157. The si2157 driver is written using i2c_client attachment. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/usb/cx231xx/cx231xx-dvb.c | 8 1 file changed, 8 insertions(+) diff --git

[PATCH 0/8] add si2165 demod driver

2014-07-22 Thread Matthias Schwarzott
This series adds support for Si2165 demod. The driver is DVB-T only for now. Then it adds support for these devices: * Hauppauge WinTV 930C-HD model 1113xx * Hauppauge WinTV 930C-HD model 1114xx * Hauppauge HVR-5500 (add DVB-T support) * PCTV QuatroStick 521e * PCTV QuatroStick 522e Regards

[PATCH 1/8] get_dvb_firmware: Add firmware extractor for si2165

2014-07-22 Thread Matthias Schwarzott
Signed-off-by: Matthias Schwarzott z...@gentoo.org --- Documentation/dvb/get_dvb_firmware | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index d91b8be..26c623d 100755

[PATCH 2/8] si2165: Add demod driver for DVB-T only

2014-07-22 Thread Matthias Schwarzott
DVB-T was tested with 8MHz BW channels in germany This driver is the simplest possible, it uses automatic mode for all parameters (TPS). Added spectrum inversion support. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/dvb-frontends/Kconfig |9 +

[PATCH 3/8] cx23885: Add si2165 support for HVR-5500

2014-07-22 Thread Matthias Schwarzott
The same card entry is used for HVR-4400 and HVR-5500. Only HVR-5500 has been tested. Signed-off-by: Matthias Schwarzott z...@gentoo.org --- drivers/media/pci/cx23885/Kconfig | 1 + drivers/media/pci/cx23885/cx23885-cards.c | 17 +--- drivers/media/pci/cx23885/cx23885-dvb.c |

[Kaffeine PATCH] Be sure to select the delivery system

2014-07-22 Thread Mauro Carvalho Chehab
Hi Christoph, I know you don't have any time for Kaffeine anymore. Still, it is a very nice application, with helps me to test some stuff. However, its DVB support is too outdated, and doesn't work fine with devices with multiple delivery systems, as it doesn't have support yet for

[PATCH] media: s5p_mfc: remove unnecessary calling to function video_devdata()

2014-07-22 Thread Zhaowei Yuan
Since we have get vdev by calling video_devdata() at the beginning of s5p_mfc_open(), we should just use vdev instead of calling video_devdata() again in the following code. Change-Id: I869051762d33b50a7c0dbc8149b072e70b89c6b9 Signed-off-by: Zhaowei Yuan zhaowei.y...@samsung.com ---

[PATCH] media: s5p_mfc: Check the right pointer after allocation

2014-07-22 Thread Zhaowei Yuan
It should be bank2_virt to be checked after dma allocation instead of dev-fw_virt_addr. Change-Id: I03ed5603de3ef1d97bf76d7d42097d9489b6b003 Signed-off-by: Zhaowei Yuan zhaowei.y...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c |2 +- 1 file changed, 1 insertion(+), 1

cron job: media_tree daily build: OK

2014-07-22 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: Wed Jul 23 04:00:19 CEST 2014 git branch: test git hash: eb9da073bd002f2968c84129a5c49625911a3199 gcc

Re: [PATCH] media: s5p_mfc: remove unnecessary calling to function video_devdata()

2014-07-22 Thread Joonyoung Shim
Hi Zhaowei, On 07/23/2014 09:49 AM, Zhaowei Yuan wrote: Since we have get vdev by calling video_devdata() at the beginning of s5p_mfc_open(), we should just use vdev instead of calling video_devdata() again in the following code. Change-Id: I869051762d33b50a7c0dbc8149b072e70b89c6b9 Please

Re: [PATCH] [media] exynos-gsc: Remove PM_RUNTIME dependency

2014-07-22 Thread Shaik Ameer Basha
Hi Sachin, Thanks for testing. Even I tested with both PM enable/disable with EXYNOS_IOMMU. I didn't face any issues. Let me check with out IOMMU. I will update the status soon. Regards, Shaik Ameer Basha On Tue, Jul 22, 2014 at 10:31 AM, Sachin Kamat spk.li...@gmail.com wrote: Hi Shaik, On

[PATCH] v4l2: don't warn before we release buffer

2014-07-22 Thread Scott Jiang
In fact we only need to give a warning if the driver still use the buffer after we release all queued buffers. Signed-off-by: Scott Jiang scott.jiang.li...@gmail.com --- drivers/media/v4l2-core/videobuf2-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] media: s5p_mfc: Check the right pointer after allocation

2014-07-22 Thread Zhaowei Yuan
It should be bank2_virt to be checked after dma allocation instead of dev-fw_virt_addr. Signed-off-by: Zhaowei Yuan zhaowei.y...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] media: s5p_mfc: remove unnecessary calling to function video_devdata()

2014-07-22 Thread Zhaowei Yuan
Since we have get vdev by calling video_devdata() at the beginning of s5p_mfc_open(), we should just use vdev instead of calling video_devdata() again in the following code. Signed-off-by: Zhaowei Yuan zhaowei.y...@samsung.com --- drivers/media/platform/s5p-mfc/s5p_mfc.c |2 +- 1 file

RE: [V4l2-library] FourCC support

2014-07-22 Thread Monica, Agnes
Hi, It would be good if support exists for full and limited range. 1. So can we re-use(map) the existing colorspace for our different color format. 2. Or is it a good way to use custom control command. So in future if we come across some specific features with respect to our chip, is it