cron job: media_tree daily build: OK

2014-05-29 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: Fri May 30 04:00:16 CEST 2014 git branch: test git hash: 26f15c1fff5493fc0771248d5a409f2c7815a53a gcc versi

MAIL

2014-05-29 Thread Richard Sun
Hello, My name is Mr. Richard Sun from Hong Kong. I want you to be my partner in a business project. Contact me back via my private e-mail address for more details; richad.t...@yahoo.com.hk Thank you. Mr. Richard Sun. -- To unsubscribe from this list: send the line "unsubscribe linux-media" i

Re: [PATCH 00/12] dvbv5 scan tables for Brazil

2014-05-29 Thread Mauro Carvalho Chehab
Hi Jonathan, Em Fri, 30 May 2014 01:23:45 +0100 Jonathan McCrohan escreveu: > Hi Mauro, > > On Tue, 27 May 2014 13:50:20 -0300, Mauro Carvalho Chehab wrote: > > This patch series add the DTV scan tables for Brazilian ISDB-T > > and for the Brazilian Countys that have already digital TV. > > Th

Get back to me

2014-05-29 Thread Kong Hui
I am a bank director from Hong Kong, I want you to be my partner in a business project of mutual benefit. Get back to me if interested. Thank you, Kong Hui. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordo

Re: [PATCH 0/6] [dvb-apps] Various dvb-apps fixes and enhancements

2014-05-29 Thread Jonathan McCrohan
Hi, On Sun, 4 May 2014 02:51:15 +0100, Jonathan McCrohan wrote: > The following patch set contains various fixes and enhancements found > during the packaging of the next version of Debian's dvb-apps package. > > A number of these patches have lived as Debian specific patches for a > long time, h

Re: [PATCH 00/12] dvbv5 scan tables for Brazil

2014-05-29 Thread Jonathan McCrohan
Hi Mauro, On Tue, 27 May 2014 13:50:20 -0300, Mauro Carvalho Chehab wrote: > This patch series add the DTV scan tables for Brazilian ISDB-T > and for the Brazilian Countys that have already digital TV. Thanks for the DVBv5 scan files. I had the attached draft patch sitting in my tree. I don't thi

Re: [PATCH] gpio: removes all usage of gpiochip_remove retval

2014-05-29 Thread Stephen Rothwell
Hi abdoulaye, On Fri, 30 May 2014 01:16:22 +0200 abdoulaye berthe wrote: > > The aim of this patch is to make gpiochip_remove() behavior consistent, > especially when issuing a remove request while the chipio chip is > still requested. A patch has been submitted to change the return value of > gp

Re: [PATCH] gpio: removes all usage of gpiochip_remove retval

2014-05-29 Thread Greg KH
On Thu, May 29, 2014 at 11:54:52PM +0200, abdoulaye berthe wrote: > Signed-off-by: abdoulaye berthe Why? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.ht

Re: [PATCH] gpio: removes all usage of gpiochip_remove retval

2014-05-29 Thread David Daney
On 05/29/2014 02:54 PM, abdoulaye berthe wrote: Did you forget a changelog explaining why this is either needed, or even a good idea? I joined the conversation late and don't know why you are doing this. Thanks, David Daney Signed-off-by: abdoulaye berthe --- arch/arm/common/scoop.c

RE: 1d6b:0001 [MSI A55M-P33] No webcam functionality with Zoran Microelectronics, Ltd Digital Camera EX-20 DSC

2014-05-29 Thread Richie Gress
> Date: Wed, 28 May 2014 10:56:51 +0200 > From: hverk...@xs4all.nl > To: searchfgold67...@live.com; linux-...@vger.kernel.org; > linux-media@vger.kernel.org > Subject: Re: 1d6b:0001 [MSI A55M-P33] No webcam functionality with Zoran > Microelectronics, Ltd Digital Camera EX-20 DSC > > On 05/27/14

[PATCH 2/2] dib7000p: Callibrate signal strength

2014-05-29 Thread Mauro Carvalho Chehab
Calibrate the signal strength to dB. For this callibration, I used adapter 0 (antenna 1), connected via a normal cable to a DTF-2111 generator. The same cabling and RF generator connected to adapter 1 (antenna 2) has a difference of +3dBm (signal was stronger there). Yet, changing the RF for a d

[PATCH 1/2] dib7000p: Add DVBv5 stats support

2014-05-29 Thread Mauro Carvalho Chehab
Adds DVBv5 stats support. For now, just mimic whatever dib8000 does, as they're very similar, with regards to statistics. However, dib7000p_get_time_us() likely require some adjustments, as I didn't actually reviewed the formula for it to work with DVB-T. Still, better than nothing, as latter patc

[PATCH] v4l-utils: libdvbv5: fix compilation issue

2014-05-29 Thread Rob Barker
Removed unnecessary header file to fix issue with some compilers. Signed-off-by: Rob Barker --- diff --git a/lib/include/libdvbv5/descriptors.h b/lib/include/libdvbv5/descriptors.h index 94d85a9..cda958e 100644 --- a/lib/include/libdvbv5/descriptors.h +++ b/lib/include/libdvbv5/descriptors.h @@

[PATCH] v4l-utils: libdvbv5: Find other TS in NIT pointer fix

2014-05-29 Thread Rob Barker
dvb_scan_add_entry() is modified to return the pointer to the newly created entry (the last in the list), so the add_update_nit_ functions now modify the correct element, instead of the penultimate one. This fixes the finding of other TS in NIT scan feature. Signed-off-by: Rob Barker --- diff -

[PATCH v3.1 3/3] smiapp: Implement the test pattern control

2014-05-29 Thread Sakari Ailus
Add support for the V4L2_CID_TEST_PATTERN control. When the solid colour mode is selected, additional controls become available for setting the solid four solid colour components. Signed-off-by: Sakari Ailus Acked-by: Hans Verkuil --- since v3: - Remove redundant definition of smiapp_ctrl_ops.

Re: [PATCH v3 3/3] smiapp: Implement the test pattern control

2014-05-29 Thread Sakari Ailus
Laurent Pinchart wrote: @@ -543,6 +594,14 @@ static int smiapp_init_controls(struct smiapp_sensor *sensor) goto error; } + for (i = 0; i < ARRAY_SIZE(sensor->test_data); i++) { + struct v4l2_ctrl *ctrl = sensor->test_data[i]; + + ctrl->maximum = +

Re: [PATCH v3 2/3] smiapp: Add driver-specific test pattern menu item definitions

2014-05-29 Thread Sakari Ailus
Laurent Pinchart wrote: diff --git a/include/uapi/linux/smiapp.h b/include/uapi/linux/smiapp.h new file mode 100644 index 000..53938f4 --- /dev/null +++ b/include/uapi/linux/smiapp.h @@ -0,0 +1,29 @@ +/* + * include/uapi/linux/smiapp.h + * + * Generic driver for SMIA/SMIA++ compliant camera m

Re: [PATCH v3 1/3] v4l: Add test pattern colour component controls

2014-05-29 Thread Laurent Pinchart
On Thursday 29 May 2014 17:58:59 Sakari Ailus wrote: > Laurent Pinchart wrote: > > On Thursday 29 May 2014 17:40:46 Sakari Ailus wrote: > >> In many cases the test pattern has selectable values for each colour > >> component. Implement controls for raw bayer components. Additional > >> controls > >

Re: [PATCH v3 3/3] smiapp: Implement the test pattern control

2014-05-29 Thread Sakari Ailus
Laurent Pinchart wrote: @@ -404,6 +404,16 @@ static void smiapp_update_mbus_formats(struct smiapp_sensor *sensor) pixel_order_str[pixel_order]); } +static const char * const smiapp_test_patterns[] = { + "Disabled", + "Solid Colour", + "Eight Vertical Colour Bars", + "Co

Re: [PATCH v3 1/3] v4l: Add test pattern colour component controls

2014-05-29 Thread Sakari Ailus
Hi Laurent, Thanks for your comments. Laurent Pinchart wrote: Hi Sakari, Thank you for the patch. On Thursday 29 May 2014 17:40:46 Sakari Ailus wrote: In many cases the test pattern has selectable values for each colour component. Implement controls for raw bayer components. Additional contr

Re: [PATCH v3 3/3] smiapp: Implement the test pattern control

2014-05-29 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Thursday 29 May 2014 17:40:48 Sakari Ailus wrote: > Add support for the V4L2_CID_TEST_PATTERN control. When the solid colour > mode is selected, additional controls become available for setting the > solid four solid colour components. > > Signed-off-by: Sa

Re: [PATCH v3 2/3] smiapp: Add driver-specific test pattern menu item definitions

2014-05-29 Thread Laurent Pinchart
On Thursday 29 May 2014 17:40:47 Sakari Ailus wrote: > Add numeric definitions for menu items used in the smiapp driver's test > pattern menu. > > Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart > --- > include/uapi/linux/smiapp.h | 29 + > 1 file changed, 2

Re: [PATCH v3 1/3] v4l: Add test pattern colour component controls

2014-05-29 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Thursday 29 May 2014 17:40:46 Sakari Ailus wrote: > In many cases the test pattern has selectable values for each colour > component. Implement controls for raw bayer components. Additional controls > should be defined for colour components that are not cove

[PATCH v3 3/3] smiapp: Implement the test pattern control

2014-05-29 Thread Sakari Ailus
Add support for the V4L2_CID_TEST_PATTERN control. When the solid colour mode is selected, additional controls become available for setting the solid four solid colour components. Signed-off-by: Sakari Ailus Acked-by: Hans Verkuil --- drivers/media/i2c/smiapp/smiapp-core.c | 84

[PATCH v3 2/3] smiapp: Add driver-specific test pattern menu item definitions

2014-05-29 Thread Sakari Ailus
Add numeric definitions for menu items used in the smiapp driver's test pattern menu. Signed-off-by: Sakari Ailus --- include/uapi/linux/smiapp.h | 29 + 1 file changed, 29 insertions(+) create mode 100644 include/uapi/linux/smiapp.h diff --git a/include/uapi/linux/

[PATCH v3 1/3] v4l: Add test pattern colour component controls

2014-05-29 Thread Sakari Ailus
In many cases the test pattern has selectable values for each colour component. Implement controls for raw bayer components. Additional controls should be defined for colour components that are not covered by these controls. Signed-off-by: Sakari Ailus --- Documentation/DocBook/media/v4l/control

[PATCH v3 0/3] smiapp test pattern support

2014-05-29 Thread Sakari Ailus
Hi, These patches add four standard controls for test pattern raw bayer colour component values and test pattern support for the smiapp driver. Additionally, definitions are provided to control the smiapp driver's test pattern menu, the items of which are driver specific. Also the location of the

Re: [PATCH] [media] videobuf2-dma-contig: allow to vmap contiguous dma buffers

2014-05-29 Thread Marek Szyprowski
Hello, On 2014-05-26 16:17, Philipp Zabel wrote: This allows drivers to vmap contiguous dma buffers so they can inspect the buffer contents with the CPU. This will be needed for the CODA driver's JPEG handling. On CODA960, the header parsing has to be done on the CPU. The hardware modules can on

[PATCH] dvbv5-zap fix option lnb UNIVERSAL

2014-05-29 Thread Jose Alberto Reguero
This patch fix the option lnb UNIVERSAL for dvbv5-zap. Without the patch, the option don't work. Signed-off-by: Jose Alberto Reguero diff --git a/utils/dvb/dvbv5-zap.c b/utils/dvb/dvbv5-zap.c index 14e8fd9..085bbf2 100644 --- a/utils/dvb/dvbv5-zap.c +++ b/utils/dvb/dvbv5-zap.c @@ -773,7 +773,7

Re: Pinnacle 320cx -- /dev/video ?

2014-05-29 Thread Devin Heitmueller
> According to: > http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_T_USB_RC > > Pinnacle Expresscard 320cx ✔ Yes, in kernel since 2.6.26 2304:022e > USB2.0 dvb-usb-dib0700-1.20.fw > > I've just bought this card and it is correctly recognized and > initialized, however it doesn

Pinnacle 320cx -- /dev/video ?

2014-05-29 Thread Marek Kozlowski
:-) According to: http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_T_USB_RC Pinnacle Expresscard 320cx ✔ Yes, in kernel since 2.6.26 2304:022e USB2.0 dvb-usb-dib0700-1.20.fw I've just bought this card and it is correctly recognized and initialized, however it doesn't work.

[PATCH 4/5] dib8000: rename dib8000_attach to dib8000_init

2014-05-29 Thread Mauro Carvalho Chehab
Well, what we call as "foo_attach" is the method that should be called by the dvb_attach() macro. It should be noticed that the name "dvb_attach" is really a bad name and don't express what it does. dvb_attach() basically does three things, if the frontend is compiled as a module: - It lookups fo

[PATCH 0/5] Partially fix a longstanding Kconfig issue with dib0700

2014-05-29 Thread Mauro Carvalho Chehab
This series partially fix a longstand Kconfig issue with dib0700 and their frontend drivers: depending how options are selected, build errors are generated. This is partial because it only fixes the issues with two frontends: dib7000p and dib8000 (the ones I have devices here for testing). The ver

[PATCH 5/5] dib8000: export just one symbol

2014-05-29 Thread Mauro Carvalho Chehab
Exporting multiple symbols don't work as it causes compilation breakages, due to the way dvb_attach() works. The bug happens when: CONFIG_DVB_DIB8000=m CONFIG_DVB_USB_DIB0700=y As a bonus, dib8000 won't be loaded anymore if the device uses a different frontend, reducing the memory

[PATCH 3/5] dib7000: export just one symbol

2014-05-29 Thread Mauro Carvalho Chehab
Exporting multiple symbols don't work as it causes compilation breakages, due to the way dvb_attach() works. This were reported several times, like: drivers/built-in.o: In function `cxusb_dualdig4_rev2_tuner_attach': >> cxusb.c:(.text+0x27d4b5): undefined reference to `dib7000p_get_i2c_master'

[PATCH 2/5] dib7000p: rename dib7000p_attach to dib7000p_init

2014-05-29 Thread Mauro Carvalho Chehab
Well, what we call as "foo_attach" is the method that should be called by the dvb_attach() macro. It should be noticed that the name "dvb_attach" is really a bad name and don't express what it does. dvb_attach() basically does three things, if the frontend is compiled as a module: - It lookups fo

[PATCH 1/5] dvbdev: add a dvb_detach() macro

2014-05-29 Thread Mauro Carvalho Chehab
The dvb_attach() was unbalanced, as there was no dvb_dettach. Ok, on current cases, the dettach is done by dvbdev, but that are some future corner cases where we may need to do this before registering the frontend. So, add a dvb_detach() and use it at dvb_frontend.c. Signed-off-by: Mauro Carvalho